;

PDA

Click to See Complete Forum and Search --> : Problem with Mozzila Browser and load movie


MaaRiDemo
06-29-2006, 08:07 AM
so I have main swf file where are:
on (press){
loadMovieNum("lv/[file_name].swf", 1);
_level3.play();
}

in _level1 swf file first frame are stop();
and in _level3 are preloader for _level1

when _level1 are loaded, then _level1.play();

but in Mozzila sometimes are 100% loaded, but don't work _level1.play();
it's just stay on first frame....

maybe it is because _level3 movie send action to _level1?