Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: RE: FS_command |
From: | Niklas Gustavsson |
Date: | Fri, 19 Nov 1999 09:19:55 GMT |
I'm not sure about your Netscape problme but one suggestion would be to
include an <object> tag in which you set the ID="theMovie".
For IE you need to have VBScript that catches the FSCommand and sends it on
to javscript (see http://pc61.gmm.gu.se/egen/ny.html f�r an exemple of both
these things)
/niklas
----- Original Message -----
From: Mark Allen <greenapple66hotmail [dot] com>
To: <flasherchinwag [dot] com>
Sent: Friday, November 19, 1999 1:08 AM
Subject: FLASH: RE: FS_command
> hi everybody.
>
> I'm new to flash scripting and I'm trying to get a flash to launch a
> javascript event. I followed the instructions in the flash tutorial but I
> seem to be getting erratic results.
> ----------------------------------
> here is the script inside flash:
>
> On (Release)
> FS Command ("go", "mark rules, ok?")
> End On
> -----------------------------------
> here is the html page:
>
> <SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
> function theMovie_DoFSCommand(command, args) {
> if (command == "go") {
> alert(args);
> }
> }
> </SCRIPT>
> <BODY>
> <EMBED NAME="theMovie" SRC ="blue.swf" height = 400 width = 400> </EMBED>
> </BODY>
> -----------------------------------------
> Here is what happened. The first time i tried it in Netscape it worked.
The
> first time I tried it on IE it didn't work. The second time I tried it on
> Netscape (and everytime after even restarting my computer) the browser
> window says "starting java..........done" but the alert never came up.
> Nothing ever happened in IE.
>
> I'm running IE 4.5 and netscape 4.5 on a mac.
>
> Please forgive and inform me if I'm doing something stupid or if this
topic
> has been beat to death, as I'm new to this list.
>
> greatfully yours, mark
>
>
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>
> 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
>
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: RE: FS_command, Mark Allen
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]