I have different swf’s as different pages on my flash based website. Only one swf is visible to the user at a time.
Once a swf is loaded it never unloads. To control which page to display I use alpha 0 or to 100 for the swf’s movie clip holder instead. I use a blocker to prevent mouse events from clips (swf’s) underneath.
The problem is that the pages underneath still are active. For example you can use the keyboard to access these underneath pages. I want the pages to be completely inactive when they are not on top. The blocker only fixes the mouse event problem.
Any ideas?