hi guys.
i have a MC button. look the script:
this.boton_mc.onRelease = function() {
boton_mc.getURL("[http://www.ventura.com.do](http://www.ventura.com.do)");
}
this.boton_mc.onRollOver = function() {
boton_mc.gotoAndPlay("over");
}
this.boton_mc.onRollOut = function() {
boton_mc.gotoAndPlay("out");
}
[COLOR=black]when i test the button in flash (control+enter) all work fine.[/COLOR]
[COLOR=#ff0000]BUT when i put the swf file inside of a html the link dont work!!![/COLOR]
[COLOR=#ff0000]and IF i test opening the swf file and i click in the button for see if the link work flash say that.[/COLOR]
[COLOR=#ff0000][/COLOR]
[COLOR=#ff0000][/COLOR]
[COLOR=black]HOW CAN FIX THAT!!!111[/COLOR]