Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: open new window |
From: | PP |
Date: | Sat, 20 Nov 1999 00:22:55 GMT |
hello -
i've tried the below scripts as well as another version which is placed
in load movie. both work aok if viewed in netscape; haven't been able to
get it to work in explorer.
what am i missing?
thanks.
>From: jchoiconixgroup [dot] com
>Subject: Re: FLASH: FSCommands/Javascript
>
>here's the code you will need to add to your html page
>
><SCRIPT LANGUAGE="JavaScript"> var javascript_version = 1.0;</SCRIPT>
> <SCRIPT LANGUAGE="JavaScript1.1"> javascript_version = 1.1;</SCRIPT>
>
>
> <SCRIPT LANGUAGE="JavaScript">
>
> var newwin;
>
> function launchwin(winurl,winname,winfeatures)
> {
> //This launches a new window and then
> //focuses it if window.focus() is supported.
> newwin = window.open(winurl,winname,winfeatures);
> if(javascript_version > 1.0)
> {
> //delay a bit here because IE4 encounters errors
> //when trying to focus a recently opened window
> setTimeout('newwin.focus();',250);
> }
> }
></SCRIPT>
>
>
>
>in flash under the get url you place this code
>
>javascript:launchwin('URL you want to link too', 'genericwindowname',
>'location=0,status=no,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes,
>width=800,height=600')
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]