-
G'day guys, desperately need help with this!!:
I've got 5 blank movies, and in the frame, I've got 5 lines of code loading the 5 .jpgs into their respective blank movies.
Weirdly though, they don't all load....and theres no pattern to which ones load and which ones don't. When I close down IE and load the page again, it acts differently.
I'm thinking maybe flash can't handle loading five different file at once...? Any ideas?
-
Senior Member
do you have something like this?
mc1.loadMovie("image1.jpg");
mc2.loadMovie("image2.jpg");
mc3.loadMovie("image3.jpg");
mc4.loadMovie("image4.jpg");
mc5.loadMovie("image5.jpg");
Make sure all the images are standard jpgs and not progressive.
This could be the problem.
-
Yeah, no problem with the progressive jpegs...all standard.
and the code is pretty much right too..
still stumped
-
Senior Member
is there code attached to any of the movieclips. This code as above should be on a keyframe and not directly on the movie clips.
Could you post the fla?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|