Link to home
Start Free TrialLog in
Avatar of ttist25
ttist25

asked on

Load images from a directory into flash

Hey there.

I have an all flash site.  I'd like to use action script to load jpg images from a subdirectory and fade from one to the next pausing between image loads.

Any help would be greatly appreciated.

Thanks
Avatar of poopall
poopall

Best you post this in the JavaScript area,
Hello Buddy

you can do it in this way
loadMovieNum("image.jpeg", 0);


Thanks
Anil M.[itquery.com]
I can give few suggestions here
1. Flash cannot browse through the directory structure of the client machene..( specially if you are on-line) - though FlashStudio has implementation for flash player.

here are some photo galley link...hope you will able to get an Idea..

http://www.flashkit.com/movies/Scripting/Using_External_Files/Dynamic_-Petros_D-9791/index.php

http://www.flashkit.com/movies/Scripting/Using_External_Files/APG_vers-Revandi-8674/index.php

http://www.flashkit.com/movies/Scripting/Using_External_Files/Advanced-Revandi_-8484/index.php
ASKER CERTIFIED SOLUTION
Avatar of qing02051981
qing02051981

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ttist25

ASKER

Thanks Ging,

I have been able to get this to work as a standalone movie - but I am attempting to nest it.  I have the parent movie (temp.swf) which loads another movie (page3.swf) which contains the gallery movie (instance name of photo).  It loads ok, but I can't seem to get the images to advance with the left right arrow keys.  Any help would be greatly appreciated.

If you would like I can post this as a new question.