May 21, 2003 #1 sawfish Technical User Joined Apr 21, 2002 Messages 72 Location GB how do I close an html pop up window in Flash with a button. I'm sure its very simple and I'm just being stupid but I cant seem to get it?
how do I close an html pop up window in Flash with a button. I'm sure its very simple and I'm just being stupid but I cant seem to get it?
May 21, 2003 #2 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA Code: on(release){ getURL("javascript:window.close();"); } Regards, Upvote 0 Downvote
May 22, 2003 Thread starter #3 sawfish Technical User Joined Apr 21, 2002 Messages 72 Location GB thank you, new it would be something simple. Upvote 0 Downvote