I’m trying to make an html popup window be launched from within Flash on a button using
on (release) {
getURL(“javascript:Launch(‘p1.html’)”);
}
- the HTML code, when testing out the .swf it works but the popup window disappears straight away or doesn’t even appear to open really.
Any ideas?