Flasher Archive

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


Subject: Re: FLASH: Opening a Java Applet or HTML pop-up
From: 2Nerotik
Date: Wed, 13 Oct 1999 20:38:15 +0100

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('foo.html','NewWindow','width=300,height=300,status=n
o,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=no,x=50,y=50,to
p=50,left=50')")
End On

Note: some options listed as "no" maybe removed if you want them as an
option they
will then default to "yes".

At 11:31 AM 10/13/99 -0400, Larry Eisenstein wrote:
>Hi all,
>
>I have a Flash movie in which I want to have a button open a java applet or
>html pop-up in its own custom sized window on top of my flash homepage? Any
>suggestions will be greatly appreciated.
>
>Thanks,
>Larry

.oOo.
|| Why do people with closed minds always open their mouths ?
||
|| 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 helpatchinwag [dot] com


Replies
  FLASH: Opening a Java Applet or HTML pop, Larry Eisenstein

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