Re: [Flashcoders] Dynamic Loading Images

2005-11-07 Thread Jason Rayles
How do you read the files in a directory w/ flash 8? On Nov 7, 2005, at 3:12 PM, [EMAIL PROTECTED] wrote: Message: 11 Date: Mon, 7 Nov 2005 20:18:36 +0100 From: "Tom Rhodes" <[EMAIL PROTECTED]> Subject: Re: [Flashcoders] Dynamic Loading Images To: "Flashcoders mail

RE: [Flashcoders] Dynamic Loading Images

2005-11-07 Thread Lehr, Theodore M.
great thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Britton Sent: Monday, November 07, 2005 2:50 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] Dynamic Loading Images I use AMFPHP and this little ditty: methodTable = array

Re: [Flashcoders] Dynamic Loading Images

2005-11-07 Thread Mike Britton
I use AMFPHP and this little ditty: methodTable = array( "getFiles" => array( "description" => "I return all files.", "access" => "remote", "returns" => "array", "arguments" => array("argDir") ) ); } function getFiles($argDir) { $dir = opendir($argDir); $names = array(); $names['files'] = arra

Re: [Flashcoders] Dynamic Loading Images

2005-11-07 Thread Éric Thibault
Use a mix of loadClip (for your JPG or SWF) and XML document?!? Lehr, Theodore M. wrote: How can I dynamically load images? So when I want to have more images in the movie I just need to put them in the right folder instead of updating the movie. ___

RE: [Flashcoders] Dynamic Loading Images

2005-11-07 Thread Lehr, Theodore M.
list Subject: Re: [Flashcoders] Dynamic Loading Images use flash 8 to read the files in a directory or php can pass you all the filenames from a directory too, then just load them in - Original Message - From: "Lehr, Theodore M." <[EMAIL PROTECTED]> To: Sent: Monday, N

Re: [Flashcoders] Dynamic Loading Images

2005-11-07 Thread Martin Wood
ah, i think i missed your point. do what Tom said. :) Martin Wood wrote: look at MovieClip.loadMovie(); despite its name it can load images. :) martin Lehr, Theodore M. wrote: How can I dynamically load images? So when I want to have more images in the movie I just need to put them in t

Re: [Flashcoders] Dynamic Loading Images

2005-11-07 Thread Tom Rhodes
use flash 8 to read the files in a directory or php can pass you all the filenames from a directory too, then just load them in - Original Message - From: "Lehr, Theodore M." <[EMAIL PROTECTED]> To: Sent: Monday, November 07, 2005 8:08 PM Subject: [Flashcoders]

Re: [Flashcoders] Dynamic Loading Images

2005-11-07 Thread Martin Wood
look at MovieClip.loadMovie(); despite its name it can load images. :) martin Lehr, Theodore M. wrote: How can I dynamically load images? So when I want to have more images in the movie I just need to put them in the right folder instead of updating the movie. __

[Flashcoders] Dynamic Loading Images

2005-11-07 Thread Lehr, Theodore M.
How can I dynamically load images? So when I want to have more images in the movie I just need to put them in the right folder instead of updating the movie. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf