flash external swf over nav
flash external swf over nav
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- unfittoprint0
works fine here (oh, there was a typo on handcursor).. And this should be written as frame action...again:
invisibleMC.onRollOver = function() {
this.useHandCursor = false;
};invisibleMC.onRollOut = function() {
this.useHandCursor = true;
};