wownflutter
10-11-2002, 09:12 AM
Copied from the source of a cool flashed website:
<script LANGUAGE="JavaScript"><!--
// for NN4/IE4
if (self.screen)
{
width = screen.width
height = screen.height
}
// for NN3 w/Java
else if (self.java)
{
var javakit = java.awt.Toolkit.getDefaultToolkit();
var scrsize = javakit.getScreenSize();
width = scrsize.width;
height = scrsize.height;
}
else
{
// N2, E3, N3 w/o Java (Opera and WebTV)
width = height = '?'
}
mBackgroundImage ="images/back.gif";
mFlashFile = "RootMovie.swf";
addFlashArg( window.location.search);
if ( mFlashArg == null)
{
addFlashArg( "mBookmark=false");
}
addFlashArg( "Version=1.1");
// addFlashArg( "CanConnect=true");
// addFlashArg( "JhtmlDir=../");
// addFlashArg( "MediaDir=/BoltPresentation");
// addFlashArg( "ServerIp=dev.boltcreative.com");
addFlashArg( "StartFirewallBusterUrl=http://chat.bolttools.com/FirewallBuster/StartFirewallBuster.html");
addFlashArg( "StopFirewallBusterUrl=http://chat.bolttools.com/FirewallBuster/StopFirewallBuster.html");
addFlashArg( "ChatServerIp=chat.bolttools.com");
addFlashArg( "RemoteChannel=BoltRemote");
flashWidth = 792;
flashHeight = 600;
mbStaticSize = true;
mContentWidth = 792;
mContentHeight = 600;
So, this has no parameters or anything...what is it?
<script LANGUAGE="JavaScript"><!--
// for NN4/IE4
if (self.screen)
{
width = screen.width
height = screen.height
}
// for NN3 w/Java
else if (self.java)
{
var javakit = java.awt.Toolkit.getDefaultToolkit();
var scrsize = javakit.getScreenSize();
width = scrsize.width;
height = scrsize.height;
}
else
{
// N2, E3, N3 w/o Java (Opera and WebTV)
width = height = '?'
}
mBackgroundImage ="images/back.gif";
mFlashFile = "RootMovie.swf";
addFlashArg( window.location.search);
if ( mFlashArg == null)
{
addFlashArg( "mBookmark=false");
}
addFlashArg( "Version=1.1");
// addFlashArg( "CanConnect=true");
// addFlashArg( "JhtmlDir=../");
// addFlashArg( "MediaDir=/BoltPresentation");
// addFlashArg( "ServerIp=dev.boltcreative.com");
addFlashArg( "StartFirewallBusterUrl=http://chat.bolttools.com/FirewallBuster/StartFirewallBuster.html");
addFlashArg( "StopFirewallBusterUrl=http://chat.bolttools.com/FirewallBuster/StopFirewallBuster.html");
addFlashArg( "ChatServerIp=chat.bolttools.com");
addFlashArg( "RemoteChannel=BoltRemote");
flashWidth = 792;
flashHeight = 600;
mbStaticSize = true;
mContentWidth = 792;
mContentHeight = 600;
So, this has no parameters or anything...what is it?