Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash javascript Popups???

Status
Not open for further replies.

Urbandood

Programmer
Apr 5, 2002
23
GB
I found this script in a tutorial for poping up windows in flash but when i publish the movie I get syntax errors.

Can anyone help me out:

on (release) {
getURL ("javascript:NewWindow=window.open('ShowPopup.php','newWin','width=400,height=300,left=0,top=0,
toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus();
void(0);");
}
 
Hi there -
Check out this thread I started a few months ago - about the ninth reply down is clear instructions on how to do a popup:

How? Open .swf in closable popup window
thread250-210620

You probably already know this but I'll say it anyway in case - you have to edit your html page (the thread explains how) after you publish your .swf & .html.
Hope this helps!
Marianne
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top