 | main.fla (source) - Main movie that loades the FSCommand.swf into a
movie clip called "FSCommand" and the application "MyFlashApplet.swf"
in tho a movie clip called "MainApp" |
 | FSCommand.fla (source) - handles the calls to fscommand() and waits
for a response from the JavaScript (and Applet). |
 | MyFlashApplet.fla (source) - the Flash application that communicates
to JavaScript which in turn communicates with the Applet. |
 | MyFlashApplet.java (source) - communicates with JavaScript storing
information and returning result codes. |
 | index_main.html - The web page that loades the Flash movie (main.swf)
and the applet (MyFlashApplet.class). Also has the JavaScript that
communicates to Flash and the Applet. |