Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: FSCommand Problems |
From: | Humberto |
Date: | Fri, 15 Oct 1999 10:21:46 +0100 |
Try this:
on flash:
Get URL("Javascript:popupwindow( )")
on your html page:
<head>
<script language="JavaScript">
function popupwindow()
{
window.open("thehtmlpagepopup","","height=300,width=300,toolbar=no")
}
</head>
-----Mensagem original-----
De: jchoiconixgroup [dot] com <jchoiconixgroup [dot] com>
Para: flasherchinwag [dot] com <flasherchinwag [dot] com>
Data: Quinta-feira, 14 de Outubro de 1999 10:55
Assunto: FLASH: FSCommand Problems
>Sorry to bother everyone. but i'm about to throw my computer out the
>window.
>well not really but here's my problem
>.
>I have a problem with my FSCommand and linking to a fixed sized pop up
>window. In flash, I have been using this code in the "Get URL" and in
>the url on the right i have been typing this "FSCommand:openTheWindow"
>and 'resources.htm','NewWindow','height=300,width=300,toolbar=no' in the
>window area for my args. If anyone one can tell if i'm doing this
>correct or what I'm doing wrong. When i click on it nothing happens.
>
>here is my javascript code.
>
><script language="javascript">
>
><!--
>function MasterFinal_DoFSCommand(command, args)
>{
> if(command=="openTheWindow")
> {
> alert(command)
> openNewWindow()
> }
>}
>
>function openNewWindow()
>{
>
>
>setTimeout(window.open('resources.htm','NewWindow','height=300,width=300
>,toolbar=no'),0)
>}
>//-->
></script>
>
>
>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>---<>
>John Cho
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]