Flasher Archive

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


Subject: Re: FLASH: windows
From: Matt Powell
Date: Fri, 29 Jan 1999 01:49:12 GMT

Hi Johann!
It looks like no one else responded so, here goes!


>how can i make the browsers window with a flash movie open
in the sise
>i want to and with out the tolbars
>
>Johann Har�arson

You need to use JavaScript. http://www.hotwired.com has some great
Javascript Tutorials in the WebMonkey section. Here is what the Javascript
should look like for a new window that launches as soon as the first page
loads:

<SCRIPT LANGUAGE="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v1.2
window.open(theURL,winName,features);
}
//-->
</SCRIPT>


the Javascript goes in the "head" commmand. In the body command you need:

<BODY BGCOLOR="PUTYOURCOLORHERE" TEXT="PUTYOURCOLORHER"
LINK="PUTYOURCOLORHER" VLINK="PUTYOURCOLORHER" ALINK="PUTYOURCOLORHER"
onLoad="MM_openBrWindow(NAMEOFFLASHPAGE.HTML','WINDOWTITLE','width=PIXELS,height
=PIXELS')">


Make sure you fill in the relevant info. Also, make the entire command in
the body one line. You also should include a hypertext link on the page
to manually launch the window, in case someones browser doesn't support
Javascript.

Good Luck!
Questions? Email me personally.

Matt



------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  FLASH: windows, J�hann Har�arsson

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