Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Getting Variables from JavaScript to Flash |
From: | John |
Date: | Fri, 19 Nov 1999 03:49:40 GMT |
Hi Nerotik,
> Ok, I got it working so that I can not put the variables into Flash,
> took at look a Colin Moocks site and figured it out mostly.
> <SCRIPT LANGUAGE="VBScript">
> <!--
> // Catch FS Commands in IE, and pass them to the corresponding JavaScript
> function.
> Sub FlashCount_FSCommand(ByVal command, ByVal args)
> call FlashCount_DoFSCommand(command, args)
> end sub
>
> //-->
> </SCRIPT>
Looks like the comment (starting at // Catch and ending with function) has an
unwanted return.
Delete the comment.
Error messages are often misleading.
John
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: Getting Variables from JavaSc, 2Nerotik
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]