Flasher Archive

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


Subject: FLASH: Newbie flash & java Script
From: D
Date: Mon, 15 Nov 1999 00:22:20 GMT

Hey all... new to this list, and I have a question.....

I'm trying to launch a seprate HTML window at a specific size from a flash
button....


I have read a few articles on it, and I'm not sure what I'm doing wrong.

I'm using Flash 4...


anyhow....

I add this action to the button...

get URL of JavaScript:openNewWin()


I then have my page containing the flash movie, with the following script in
the <head> </head>


<SCRIPT LANGUAGE="JavaScript">
<!--
function openNewWin()
{
window.open("http://www.mydomain.com/mailinglists/mailing-lists.html","Lists
","toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no
,resizable=no,width=290,height=420");
}
//-->
</SCRIPT>



Whenever the button is executed, it does open a new window, but it isn't the
correct size or URL.....

In the address bar, it shows

javascript:openNewWin()

Any idea's?

Sorry if this is a stupid question....

I just loaded Flash last night.

Thanks.

dk




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 helpatchinwag [dot] com


Replies
  Re: FLASH: Newbie flash & java Script, Ricardo Sta. Rita

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