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
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
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
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.
___
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
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
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]
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.
__
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
9 matches
Mail list logo