masha
04-08-2003, 08:58 AM
Please help! Desperate problem.
Our Flash class have all experienced a similar preloader problem: can anyone out there please help!
The flash movie has a preloader in the first scene which loops until all the frames are loaded, and then advances to the first frame of the next scene.
When tested (control > test movie, show streaming) it works perfectly: the preloader comes up, then the movie starts.
When placed in an HTML page using Dreamweaver, it works when tested in the Dreamweaver authoring environment. But when we view the html page in the browser, only the preloader shows, and it does not advance to the movie.
We are using: Flash 5
Dreamweaver 4
Internet explorer 5.1
and working on E - Macs.
The preloader code we are using is
if (_framesloaded == _totalframes){
gotoAndPlay ("Scene2", 1);
}
Does anyone out there know where we are going wrong?
Our Flash class have all experienced a similar preloader problem: can anyone out there please help!
The flash movie has a preloader in the first scene which loops until all the frames are loaded, and then advances to the first frame of the next scene.
When tested (control > test movie, show streaming) it works perfectly: the preloader comes up, then the movie starts.
When placed in an HTML page using Dreamweaver, it works when tested in the Dreamweaver authoring environment. But when we view the html page in the browser, only the preloader shows, and it does not advance to the movie.
We are using: Flash 5
Dreamweaver 4
Internet explorer 5.1
and working on E - Macs.
The preloader code we are using is
if (_framesloaded == _totalframes){
gotoAndPlay ("Scene2", 1);
}
Does anyone out there know where we are going wrong?