Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: new browser window
From: Williams, Marcus
Date: Wed, 31 May 2000 20:08:39 +0100

-dk-
This will open a 'new' browser window to the exact size of the viewers
windows no matter what resolution their using and it will center it as well.
Marcus


HTML COMMANDS:

<SCRIPT LANGUAGE=javascript>
<!--

function opWin(pag, perWidth, perHeight)
{
width = (screen.width * (perWidth/100));
height = (screen.height * (perHeight/100));
leftPad = (screen.width- width)/2;
topPad = (screen.height - height)/2;

window.open(pag, "win", "width =" + width +
", height
=" + height +
", left
=" + leftPad +
", top
=" + topPad +
", screenX
=" + leftPad +
", screenY
=" + topPad);
}
//-->
</SCRIPT>

FLA BUTTON COMMAND: in the GetURL (on press, on release, whatever)
javascript:opWin('XXXXXXXXX.html', 100, 100)






-----Original Message-----
From: -[dk]- [flashatvertca [dot] com (mailto:flashatvertca [dot] com)]
Sent: Wednesday, May 31, 2000 1:04 PM
To: Chinwag
Subject: FLASH: new browser window


Hi all... I'm looking to Launch a new window from flash, with no special
attributes, other than I just want it to open up full page... and by full
page, I do not mean the typical full screen, take over your system type.....
just a new window, that is maximized. I thought the get url with a target of
_blank should work, but it sometimes opens at different sizes.... I believe
this is just a user side thing, that is determined by the size your window
was when you closed your browser.... ( I think)....

This is nothing special, but it is just something I need to do..... probably
some bit of JS would do it.... any one have a sample script?

-dk-




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
World Animation Celebration - Big Internet Animation Pow Wow Discount Offer

Register before May 25 mention flasher and save 25%!! www.wacfest.com

Be discovered, get a job or have your web series picked up. A big talent
search for Shockwave
and Flash animators is happening May 30-June 4 in Hollywood. Featuring Rob
Burgess, Matt
Groening, Brad Bird and more. www.wacfest.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
World Animation Celebration - Big Internet Animation Pow Wow Discount Offer

Register before May 25 mention flasher and save 25%!! www.wacfest.com

Be discovered, get a job or have your web series picked up. A big talent search for Shockwave
and Flash animators is happening May 30-June 4 in Hollywood. Featuring Rob Burgess, Matt
Groening, Brad Bird and more. www.wacfest.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]