Impossible to make those button to work (blocked by IE/C..)
Hello,
I make very simple buttons on a new .fla...
var _this = this;
_this.korgl1.on('click', function(){
window.open('http://www.x.fr/0.html', '_parent');
});
_this.korgl2.on('click', function(){
window.open('http://www.x.fr/1.html', '_parent');
});
If I try (ctrl+enter) all is working, and if I publish it, run the html, the buttons are blocked, the rollover don't work, nor the hyperlink... If I run it with IE, it say the content is blocked, so I allow it and it work. W** is this ?!
Message was edited by: João César de Lima
