All you need to do is read up on how to do three things: 1) Load and use XML data 2) Load a .swf file, add it to the display list 3) Use the Timer class If you search those three topics in the Flex help, you should have enough info to accomplish this.
Jason Merrill Bank of America GT&O L&LD Solutions Design & Development eTools & Multimedia Bank of America Flash Platform Developer Community Are you a Bank of America associate interested in innovative learning ideas and technologies? Check out our internal GT&O Innovative Learning Blog <http://sharepoint.bankofamerica.com/sites/ddc/rd/blog/default.aspx> and & subscribe <http://sharepoint.bankofamerica.com/sites/ddc/rd/blog/_layouts/SubNew.a spx?List=%7B41BD3FC9%2DBB07%2D4763%2DB3AB%2DA6C7C99C5B8D%7D&Source=http% 3A%2F%2Fsharepoint%2Ebankofamerica%2Ecom%2Fsites%2Fddc%2Frd%2Fblog%2FLis ts%2FPosts%2FArchive%2Easpx> . ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of uriel_tru Sent: Tuesday, February 26, 2008 10:19 AM To: [email protected] Subject: [flexcoders] Loading an image file and then a swf file in sequence I'm working on a project where I need to use Flex 2 to load an image then a .swf file from an xml parser after 30 seconds. Where the xml will contain the time settings, the image and the .swf name. I've been searching for a way to do this. Does anyone have any ideas? Thanks, U.T.

