Hi everyone.. I need to know if I can open a popup window from a flash movie.
thanks
Printable View
Hi everyone.. I need to know if I can open a popup window from a flash movie.
thanks
just use
getURL("Javascript:window.open('url.html', 'windowName', 'width=500, height=500'); void(0);");
thanks a lot