I have a html page with a flash intro. You click on enter and it opens a fullscreen page of the site (which is a html page with flash on it)
I then want a link on a page to open a new window, but it doesnt open, nothing happens
on (release) {getURL("javascript

penNewWindow('wallpaper1.htm' ,'thewin','height=800,width=600,scrollbars=no') ");
}
i think it is something to do with being in a fullscreen window which uses the same pop up code? not sure really