First off, there is no library. It's a lot like HTML in that you embed graphics. The difference, though, is that just like Flash, your graphics are embedded in the SWF when you compile (unless you wish to do loadMovie to load them at runtime).
So, in Flash, you'd lay out your graphics, and either put them in a movie clip or give them linkageID's and attach them at runtime. In Flex, you bind a variable to an image, and use that variable the same exact way you use a linkageID, or just load dynamically the same way you do in Flash. There are a plethora of ways to do this in Flex as well. You can embed, load dynamically, put your assets in a SWF, and embed a specific Symbol, or you can just load the SWF dynamically at runtime. You can even embed SVG (not sure why'd you want to ,hehe). ----- Original Message ----- From: "Giles Taylor" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" <[email protected]> Sent: Friday, October 07, 2005 5:52 AM Subject: RE: [Flashcoders] Flash player 8.5 and ActionScript 3.0 So what will the workflow be for incorporating graphics into these new 8.5 projects (I havn't used flex so I don't know how it currently works)? Will we be publishing a v8 SWF for each graphic used then using Flexbuilder 2 to loadMovie the files and contol layout? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Chambers Sent: 06 October 2005 19:28 To: Flashcoders mailing list Subject: Re: [Flashcoders] Flash player 8.5 and ActionScript 3.0 Just to clarify. There is no update for Flash Authoring planned. There will be an early alpha of the next full version of authoring that includes ActionScript 3 support. This will be available in the spring. mike chambers [EMAIL PROTECTED] Connie DeCinko wrote: > Look for all the poop at MAX! > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Giles > Taylor > Sent: Thursday, October 06, 2005 7:12 AM > To: Flashcoders mailing list > Subject: RE: [Flashcoders] Flash player 8.5 and ActionScript 3.0 > > Lets just hope that the Flash Pro 8.5 IDE update is a free upgrade! > > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

