PDA

View Full Version : Opera OpenWin


Nothing007
07-10-2005, 11:45 AM
Hi All,

please help.

My flash call JavaScript Open new windows.
Firefox - function OK
IE - function OK
Opera 8 - function OK localhost
Opera 8 - not function - on-line :-((

html
function Launch(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=no,location=no,scrollbars=no,re sizable=no,width=420,height=340");
}

flash
myclip.onPress = function() {
goSite = "data/aaaa.php?foto=" + foto.jpg;
getURL("javascript:Launch('" + goSite + "')");
};

Thank You

Nothing007
07-10-2005, 12:31 PM
not problem...

delete allowScriptAccess="sameDomain"
:-)