all groups > macromedia flash sitedesign > july 2003 >
You're in the

macromedia flash sitedesign

group:

Buttons underneath Loaded Swf.


Buttons underneath Loaded Swf. Rich
7/29/2003 10:20:27 PM
macromedia flash sitedesign:
Hi all,

I am trying to load a swf into level 1 above my main movie on level 0. The
button on level 0 which loads
this movie is then covered by the movie above (level 1). Although you cannot
see the button on level 0 below you can still press
it, this is where it all gos wrong as i have a button in the swf on level
1 (a simple button to unload the movie) &
do not wish the buttons below to be accessd until the movie on level 1 is
unloaded.

Would it be better to load the external swf into a target movie clip (If so
how do i do this?), or can i
deactivate the buttons on level 0 until movies on level 1 are unloaded??

CAn anyoue help me with this!!

Thanks in advance

Rich

Re:Buttons underneath Loaded Swf. -Ariy-
7/30/2003 6:31:23 AM
Hi very simple.

Make an transprent button and give the following coding to it

foreSkin.onRollOver = function () {
this.useHandCursor = false;
};


let me know if u are still stuck :p

arvind_404@hotmail.com


Re:Buttons underneath Loaded Swf. firelion
7/31/2003 7:15:38 AM
I would unload the button when done with it by using

buttonName.unloadMovie();



FireLion
-------------------
AddThis Social Bookmark Button