PDA

View Full Version : preloader stops in explorer



hmmaah
November 9th, 2005, 03:34 AM
...

mathew.er
November 9th, 2005, 04:06 AM
The whole movie is stopped. If you right-click on the swf and hit play, it will continue loading or more likely start loading. Can we see the preloader code?

mathew.er
November 9th, 2005, 05:12 AM
So on the second frame I suppose you have gotoAndPlay(1)? Just check its not gotoAndStop, you could also try insert play(); on the first frame but the code looks perfect and I cant find a mistake in it... Oh now I found something in the html source code...
<param name="Play" value="0"> this might stop the movie. Change the value to 1 or remove the line completely.