PDA

View Full Version : linking swf files into a new window



sarah3585
04-26-2005, 07:53 PM
I want to link a swf file from another, in a new window.

I have done it like this at the moment using levels:

on (release) {
loadMovieNum("videobunny.swf", 75);
}

This is fine but I can still click links from the swf behind when on the above swf file.

Any suggestion?

Thanks

NTD
05-02-2005, 05:02 PM
Hi,

If your using Flash MX or higher, you can use the enabled property to control the buttons....

myButtonName.enabled = false;