| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| DesignersTalk > Problem: Movie Starts Playing Before Loading is Complete |
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Padawan
Join Date: May 2007
Posts: 31
|
Problem: Movie Starts Playing Before Loading is Complete
Here is the thing: I am loading a swf into another one, where i have a preloader. The problem is that that the loaded movie, starts playing (sound and anim) in the background, before loading is complete (aprox. at 60%). I Have spent many hours on this, and i haven't found a thing that would help. If anyone has any suggestions, please reply cause i busted my head on this. Thank you. |
|
|
|
|
|
#2 (permalink) |
|
Iris Folder
Join Date: Apr 2003
Location: smokey
Posts: 2,643
|
Difficult to say for sure without seeing some code. I assume you're using the pre-loader to test for load complete on the loaded swf. Are you loading the swf using loadMovie(); or a MovieClipLoader? Either way, the first and probably patronising question is - do you have a stop(); action on the first frame of the loaded swf? |
|
|
|
#3 (permalink) |
|
Padawan
Join Date: May 2007
Posts: 31
|
Yes, i have a stop on the first frame and i load the swf via the loader component. No actionscript. Just edited the component's parameters. The whole thing has 1 frame. The loader is set to autoLoad. I tried using actionscript (looping back and forth through frames till the loading is complete, but with no result). It insists on starting to play the movie in the back from 60%. I can't get it. Last edited by BloodRoze : 14-05-2007 at 06:52. |
|
|
|
#5 (permalink) |
|
Registered User
Join Date: Jul 2007
Posts: 51
|
Can you get the second .swf to load into a movie clip and put some action like if (movie clip is loaded) {gotoAndPlay(whatever); } else {continue with preloader} Just an idea. And I'm not sure of the actual action scrpit commands. That's why it looks like a computer illiterate wrote it |
|
![]() |