Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: those darned popup windows |
From: | 2Nerotik |
Date: | Mon, 11 Oct 1999 20:13:25 +0100 |
This is what you need Karin:
In your HTML page:
<SCRIPT Language="JavaScript">
function openWindow(theURL,winName,features);
{ window.open(theURL,winName,features); }
</SCRIPT>
In your Flash Movie:
On (Release)
Get URL
(javascript:openWindow('calculator.html','newwindow','height=250,width=175,
dependent=1,toolbar=0,resizable=0,scrollbars=0,menubar=0')")
End On
Are you missing the JavaScript from your HTML page ?
At 05:14 PM 10/8/99 -0700, Karin Christensen wrote:
>This is driving me crazy. I realllllly want to have a swf open up in
>a pop up window. Can anyone tell me why this code in my GetURL for a
>button in a flash movie gives me an "object expected" error?
>
>Get URL ("javascript:openWindow
>('calculator.html','newwindow','height=250,width=175,
>dependent=1,toolbar=0,resizable=0,scrollbars=0,menubar=0')")
>
>I will be eternally grateful.
>Karin
>
>
>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
.oOo.
|| Thousands of years ago, cats were worshipped as gods.
|| Cats have never forgotten this.
||
|| Addicted 2 Swing ---> http://www.nisa.net/~2nerotik/
|| Fontaholic ? ---> http://www.fontsanon.com
|| HTML Writers Guild ---> http://www.hwg.org
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
Replies
FLASH: those darned popup windows, Karin Christensen
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]