Groups | Blog | Home
all groups > flash (macromedia) > august 2005 >

flash (macromedia) : Link opens in new Window



corrupt
8/14/2005 6:57:51 PM
As a newbie to web design and Flash MX I can get every link from a button to
open in a new window. (_blank)However, is it possible that when these windows
open they are at full size (maximize) for any monitor on any PC.... anywhere??
DGcoder
8/14/2005 7:17:30 PM
Yes,it's possible in any PC*. For example you have flash movie and you want it
to be maximized when the user opens it.You have to put this code`

fscommand("fullscreen",true);

into the main movie or wherever else.
If you have another questions just write and we'll explain you better.

corrupt
8/15/2005 6:47:02 AM
Wrong forum perhaps, the flash bit works ok with flash, but I needed it done in
Dreamweaver to get the desired effect on my site. Stick this in the head script:

<script language="JavaScript"><!--
self.moveTo(0,0)
self.resizeTo(screen.availWidth,screen.availHeight)
//--></script>

...works a treat!

AddThis Social Bookmark Button