<HTML>
<!--
/****************************************************************************
* ADOBE SYSTEMS INCORPORATED
* Copyright 2012 Adobe Systems Incorporated and it’s licensors
* All Rights Reserved.
*
* NOTICE: Adobe permits you to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
* ****************************************************************************/
-->
<HEAD>
<TITLE>AS3 Navigator</TITLE>
<LINK REL=StyleSheet HREF="../assets/fonts.css" TYPE="text/css">
</HEAD>
<BODY>
<H3>AS3 Navigator</H3>
<P>As its name implies, this Navigator only works for ActionScript 3.0 code. The left panel allows you to navigate the list of packages and classes.
The right panel will display the disassembled source code.</P>
<P>A <img src="/assets/navigator/PackageImage.jpg"> symbol indicates a package. A <img src="/assets/navigator/ClassImage.jpg"> symbol indicates the source for a class.</P>
<P>This section only works with ActionScript 3.0 code because the library being leveraged is better at breaking down ActionScript 3.0 code into useable data structures.</P>
</BODY>
</HTML>