I am using FAMES and am setting up to write my first real project. I have some practical questions before I get started.
1. I have a src and a deploy folder under Eclipse. Should I be aware of any other techniques for categorizing my project? example: Should I have a Library folder? 2. If I have a common library folder or a common classes folder that multiple projects share, do all imported classes get complied into the SWF or just the main .as file. I ask because in Java when I import functions from my lib folder that reside within .jar files I need to distribute the .jar with the release in order to leverage the .jar's functions. Is this the same in FAMES? 3. I read in an article that I could not load rich media. http://www.actionscript.com/index.php/fw/1/towards-open-source-flash-development QUOTE: There's no way to embed images and rich media in the SWF. Does this mean that I cannot load swf, sound and images into my project vi AS code? I tried to use loadMovie and it worked. What does this article mean? 4. If I use SWFMILL to create a SWF libray movie that I then put my actionscript into, do I then have to load all resources at the beginning of the movie? I would prefer loadMovie and then check for percentage loaded. _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
