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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

configuring window settings?

Status
Not open for further replies.

DGTLguy

Technical User
Jul 23, 2003
125
US
i have a flash movie that opens a 'popup' browser window to a specific url on my server (link.html)... i want this window's size and other attributes specified... i used this code inside the HTML <head> to resize the window:

<SCRIPT> 
window.resizeTo(375,375); 
</SCRIPT>
 
You cannot change the attributes (such as toolbars and status lines) of an active window. You would have to do that within the code where you call a popup. That I suppose should better be asked in Flash forum.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top