how would i do this usined a pre-defined list or filename structure? can you point me to any examples?
SJM ----- Original Message ----- From: Rich Shupe To: FlashCoders Sent: Tuesday, July 08, 2008 4:29 PM Subject: Re: [Flashcoders] AS3 - Displaying images from a directory these should all work: --FlashVar will work if you can edit the template (still no server-side required), --a list in a text or XML file where no server interaction is required but an external file is needed (should work unless your CMS radically alters your directory structure) --a pre-defined list or filename structure, as suggested (although I'd add error handling for the final failure) On 7/8/08 9:54 AM, "SJM - Flash" <[EMAIL PROTECTED]> wrote: > My problem is the flash file is going to be embeded into a templete page to be > added to a CMS unfortunatly there is no option for me to use any additional > XML, PHP, ASP, Pearl script etc... the way i thought it would work is the path > to the images would be a flash var! Rich http://www.LearningActionScript3.com _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

