PDA

View Full Version : Adding JavaScript code to a New Pop Up Window already loaded by Flash???


Jskwared
03-22-2003, 06:38 PM
Okay

Most of the links in my flash site open to new windows to play quicktime movies. I want to get rid of the toolbars and resizing in these new windows.

If the 'link from" page was coded in html, then it would be easy to set new paramaters for the pop up window. The problem is that Flash Pop up commands are only customizeable by _parent (same) or _blank (new) commands.

What type of script can I add to the headding of the same page I want to get rid of the toolbars and resizing. This is possible, right?!

please look at www.privilegefilms.com for example of my problem (internal navigation, click on watch, then choose a sport and a video)

thanks to all.

Josh P. Jones

Jerome
03-23-2003, 02:35 PM
Hi,

There are a lot of window.openers to find at www.dynamicdrive.com. normal, full-screen, centered, etc

Place one into Your HTML document and let flash activate this function...

Jerome