
TUTORIALS POINT
Simply Easy Learning Page 15
Source code (mxml / as classes) files.
We've created com/tutorialspoint/client folder structure containing the client-side specific
java classes responsible for client UI display.
This is the output part, it represents the actual deployable web application.
history folder contains support files for history management of Flex application.
framework_xxx.swf, flex framework files to be used by flex application.
HelloWorld.html, wrapper/host HTML File for flex application.
HelloWorld.swf, our flex based application.
playerProductInstall.swf, flash player express installer.
spark_xxx.swf, library for spark component support.
swfobject.js, javascript responsible to load HelloWorld.swf in HelloWorld.html. It checks
flash player version and passes initialization parameter to HelloWorld.swf file.
textLayout_xxx.swf, library for text component support.
This represents the configurable web application. Flash Builder compiles files from html-
template to bin-debug folder.
history folder contains support files for history management of Flex application.
index.template.html, wrapper/host HTML File for flex application having place holders for
Flash Builder specific configuration. Gets compiled to HelloWorld.html in bin-debug folder
during build.
playerProductInstall.swf, flash player express installer.Gets copied to bin-debug folder
during build.
swfobject.js, javascript responsible to load HelloWorld.swf in HelloWorld.html. It checks
flash player version and passes initialization parameter to HelloWorld.swf file. Gets copied
to bin-debug folder during build.
Kommentare zu diesen Handbüchern