Flasher Archive

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


Subject: RE: [flasher] Re: Little javascprit help needed
From: Tony Indelicato
Date: Mon, 29 Jan 2001 15:22:09 -0000

References:
http://javascript.internet.com/navigation/full-screen.html
http://www.dynamicdrive.com/dynamicindex8/window1.htm
http://www.idocs.com/tags/linking/linking_famsupp_87.html



TOny

-----Original Message-----
From: Thorvald Neumann [neumannattse-online [dot] de (mailto:neumannattse-online [dot] de)]
Sent: Monday, January 29, 2001 7:26 AM
To: flasher from chinwag
Subject: [flasher] Re: Little javascprit help needed


Hejsan!

Monday, January 29, 2001, 12:56:12 PM, Rainer Egle wrote:
> but now I think I have to use Javascript for the size of the new
> browser window so any help is really appreciated.

You should include a JavaScript-function into your HTML-page which
holds your movie:

function openWin(){
example = open("example.html","Example","width=320,height=260");
example.focus();
}

and use

OnRelease
getURL("javascript:openWin();")
EndOn

Hope this helps,

Thorvald Neumann
Multimedia Developer
--
'The light of reason can be blinding.'
David Wallach, LausnMedia, Iceland




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Chinwag site carries a wealth of Flash resources.
Find useful links, suggested reading and archives at:

** http://www.chinwag.com/flasher **
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You are subscribed to flasher as: tindelicatoatprismtec [dot] com
To unsubscribe, email leave-flasher-479621Satlists [dot] chinwag [dot] com



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