Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: [flasher] Little javascprit help needed |
From: | Thorvald Neumann |
Date: | Mon, 29 Jan 2001 12:29:11 -0000 |
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
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]