FULLscreen Look in Flash
FULLscreen Look in Flash
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- ********0
try using
on(release){
_root.loadMovieNum("1.swf", 1);
}the 1 refers to _level1
the thing is that if it loads into _level0 it overwrites _level0 therefore chucking out your "fullscreen"
....