Flasher Archive

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


Subject: FLASH: Flash (javascript "OT") Question
From: Jeff Bradshaw
Date: Wed, 9 Feb 2000 04:09:49 GMT

Just a quick javascript question (from the jscript challenged) as related to
a browser sniffer displaying fullscreen swf files.
While recognizing which browser is which. I want to open a full screen .swf.

So if I use:

if (navigator.appName=="Microsoft Internet Explorer")
{
window.open("my.swf","screen","fullscreen=yes");
}

And it works great. What do I use for NN?

{
if (navigator.appName=="Netscape")
{
what.the("heck goes here?")
}

I've tried rewritting this several times with no success?
any suggestions for lamojavisscriptus?


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  RE: FLASH: Flash (javascript "OT") Quest, Eric Dunham

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