Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: RE: FS_command |
From: | Mark Allen |
Date: | Fri, 19 Nov 1999 00:19:18 GMT |
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
Replies
Re: FLASH: RE: FS_command, Niklas Gustavsson
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]