PopUp Window

K, i need help with something…

I’ve set up my main SWF to launch a popup window when loaded, but don’t know the java code to put in the actions box. can anyone tell me what it is? you can take a look at the site to get an idea of what i mean:

http://www.thefullnine.ca/open.htm

thanks!

I have attached a .txt file that teaches you how to make a very basic pop-up window.

This .txt attachment is another method of launching pop up windows. This one even automatically centerst he window to the viewers screen now matter what resolution they have.

Ok, will this work without having a button to click? i have it so the window launches automaticly.

thanks

The code I gave you is all in HTML so what you will need to do is add it in AS on a FRAME like this…

getURL(“javascript:openWin(blah)”;);