Flasher Archive

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


Subject: Re: FLASH: Moock's flash popup windows... help?!
From: AndrewScratch
Date: Wed, 15 Nov 2000 01:01:52 GMT

Hey Steve,

I hope I understand you correctly (I think I do).

The method I use to spawn new (and seperate) JavaScript popup windows goes
like this....

ActionScript for Button:
------------------------
On (Release)
Get URL ("javascript:your_window_nameWindow()")
End On
------------------------


JavaScript for HTML document, in which Flash page is embedded. This script is
needed for each button:
<!-----popup script------>
<script language="JavaScript">
<!--
function your_window_nameWindow() {
window.open('your_window_name.html', 'your_window_name',
'width=300,height=300');
}
// -->
</script>
<!------END popup script------>

I hope this is enough to explain. If not let me know.

An example is located at my personal site under "GRAFIK"
www.razorplane.com. On this page I have a selection of graphics that can be
selected by a Flash button, which in turn spawns a seperate, menubar-less
JavaScript window.

HTH,

Andrew
andrewatrazorplane [dot] com





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


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