[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

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.

Re: [Flashcoders] Dynamic Loading Images

2005-11-07 Thread Tom Rhodes
: [Flashcoders] Dynamic Loading Images 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

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

RE: [Flashcoders] Dynamic Loading Images

2005-11-07 Thread Lehr, Theodore M.
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: flashcoders@chattyfig.figleaf.com Sent

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 Mike Britton
I use AMFPHP and this little ditty: ?php /* -- AMFPHP Service Class - directoryReader.php I return an array of filenames Author: Mike Britton 05/19/05 Methods:: getFiles */ class directoryReader { function

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: ?php

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 mailing list flashcoders