flash external swf over nav
flash external swf over nav
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- unfittoprint0
you could make an invisble Movieclip with 0_alpha. over the entire stage when you call the external swf's, and then something like:
invisibleMC.onRollOver = function(){
this.useHandCusor=false
}
invisibleMC.onRollOut = function(){
this.useHandCusor=true
}