>>That's interesting, so a flash application can be composed of >>a swf file and more .as "libraries" ?
Well, no, not exactly. A .fla (flash project) file can consist of flash graphics and .as files that get imported, but when you create the .swf, all the Actionscript gets injects into the .swf. So I create a .fla, create my graphics and animations in it, and I have a simple line of actionscript in it, like this: import MyProjectClass var pc:ProjectClass = new MyProjectClass(this) Then from there on out, all the actionscript is external in .as class files and when I compile (with Flash or with the Flex SDK/FlashDevelop) all the code gets injected. But at develop time, yes, I'm using two apps = Flash for graphics/animation and FlashDevelop for coding. Jason Merrill Bank of America GT&O L&LD Solutions Design & Development eTools & Multimedia Bank of America Flash Platform Developer Community >>-----Original Message----- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf Of Alvise Nicoletti >>Sent: Thursday, January 03, 2008 3:12 PM >>To: Open Source Flash Mailing List >>Subject: Re: [osflash] hello + request >> >>That's interesting, so a flash application can be composed of >>a swf file and more .as "libraries" ? >> >>And they can be a mix of adobe flash and other stuff... >> >>Do you think it's pragmatically possible to create the >>libraries I need and to use them to parse the xml files >>passing the results to adobe flash for the graphics? >>>>> Yes, for me graphics is very important, cause It's the >>final part of >>>>> >>> my project. >>> >>>>> However the "For writing the code I'd definitely >>recommend something >>>>> >>> else" phrase is making me think. >>> >>>>> I also felt the same way looking for actionscript inside >>flash, it's >>>>> >>> definitely not a coding software, but a software for graphics. >>> >>>>> Is there a way to do the code with some open source (and better >>>>> >>> coding) software and "embedding the graphics" done with flash? >>> >>> What I do is use the Flash IDE for graphics, asset management, and >>> animations, and then all the application code goes into >>external .as >>> classes which I code with FlashDevelop. >>> >>> >>> Jason Merrill >>> Bank of America >>> GT&O L&LD Solutions Design & Development eTools & Multimedia >>> >>> Bank of America Flash Platform Developer Community >>> >>> >>> _______________________________________________ >>> osflash mailing list >>> [email protected] >>> http://osflash.org/mailman/listinfo/osflash_osflash.org >>> >>> >> >> >>_______________________________________________ >>osflash mailing list >>[email protected] >>http://osflash.org/mailman/listinfo/osflash_osflash.org >> _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
