Wrox Home  
Search P2P Archive for: Go

  Return to Index  

flash_programming thread: Re: window


Message #1 by "Andy Walker" <catbert303@y...> on Wed, 19 Feb 2003 09:52:13
Some versions of Internet explorer allowed chromeless windows (basically a 
window with no decoration) since this was just an abuse of a security flaw 
in internet explorer that microsoft have since patched, it may mot be 
worth trying but you can read more about how to create one from here...

http://www.dhtmlshock.com/window-scripts/Chromeless/default.asp

you can also make a regular javascript popup to contain the page, this can 
be set up to just have the blue bar across the top of the window. eg,

<a href="javascript:window.open
('filename.html','newWin','width=400,height=500');void(0);">open the 
movie</a>

> is there a way to make the flash movie appear not with the windows like 
y> a just have it and have an exit button, like you can in visual  basic? 
l> iek get rid of the control bar?

  Return to Index