Search  

LISTENER FOR LOADING SEVERAL JPEGS INTO SAME CONTAINER?

HomeForumsFlash Discussionlistener for loading several jpegs into same container?
27026 deeve
7 posts
Bought between 10 and 49 items

Hi, I’ve combined 2 files together from FlashDen sellers; Powerful Image Explorer and Fullscreen Horizontal Image Gallery to enable me to display horizontal scrolling thumbs which can load scrollable fullscreen images.

My problem being that I can successfuly load the fullscreen images into the image container only I can’t seem to get a listener to work to show the progress for all of the files I’m trying to load into the same container.

My image container is: my_path.image.holder

I can load the images into this by using a function which loads the xml node of: my_path.image.holder.loadMovie(what.B_link)

Every example I’ve found on the web so far for listeners only show how to setup a listener for a single image loaded into a container mc. I need to setup a listener which can show the load progress for any image which is subsequently loaded into my_path.image.holder

Any help very much appreciated – I’ve exhausted so many ways of doing this but with no luck to date. Also due to the scroll feature of the container, it doesn’t use a function such as loadBG(), just loadMovie.

Best,

deeve.

Posted about 1 month ago
38812 Yvo
98 posts
Exclusive author Referred at least one person Sold between 100 and 1 000 dollars Bought between 1 and 9 items

Try using the movieClipLoader class instead of the loadMove method.

Then you can use the onLoadProgress method.

Posted about 1 month ago
27026 deeve
7 posts
Bought between 10 and 49 items

Hi Yvo, many thanks for the reply. Sorry to sound dumb but I’ve been going at this for some time now and am totally confused.

Could you please point me in the right direction regarding the correct way to compose the listener as most examples tend to suggest creating another mc container or specify the file to be loaded.

I need to simply monitor the loading of the one mc container I already have..

Thanks,

deeve.

Posted about 1 month ago
38812 Yvo
98 posts
Exclusive author Referred at least one person Sold between 100 and 1 000 dollars Bought between 1 and 9 items

I think this should explain it: http://www.oman3d.com/tutorials/flash/moviecliploader/

Posted about 1 month ago
27026 deeve
7 posts
Bought between 10 and 49 items

Many thanks, Yvo – I’d seen that one earlier and tried sending an ‘image’ variable from one object to the listener but in the end realised I could just place all of this within the original action and declare the Absolute path to my container.

Cheers!

deeve.

Posted about 1 month ago
38812 Yvo
98 posts
Exclusive author Referred at least one person Sold between 100 and 1 000 dollars Bought between 1 and 9 items

Welcome mate!

Posted about 1 month ago