frozenpeas
Technical User
Hi,
I have shell.swf embedded in an html page. It is supposed to load four other swfs into levels above it.
What happens when you go to the page is the shell loads, displays what it contains for a split second, then goes away. It all turns white as if there is nothing there. It doesn't load any of the swfs like it is supposed to. When you right-click, the Flash menu still comes up (even though the shell disables it).
I am seriously going crazy now.
The swfs are loaded via a frame action:
I have tried several different ways of doing this. I have tried mouse events, I have tried loading just one other swf, etc. But it still displays for only a split second, then vanishes.
I have shell.swf embedded in an html page. It is supposed to load four other swfs into levels above it.
What happens when you go to the page is the shell loads, displays what it contains for a split second, then goes away. It all turns white as if there is nothing there. It doesn't load any of the swfs like it is supposed to. When you right-click, the Flash menu still comes up (even though the shell disables it).
I am seriously going crazy now.
The swfs are loaded via a frame action:
Code:
loadMovieNum ("borders.swf", 3);
loadMovieNum ("cursor.swf", 6);
loadMovieNum ("menu_main.swf", 5);
loadMovieNum ("menu_config.swf", 4);
I have tried several different ways of doing this. I have tried mouse events, I have tried loading just one other swf, etc. But it still displays for only a split second, then vanishes.