Flasher Archive

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


Subject: Re: FLASH: FSCommand Problems
From: John Croteau
Date: Thu, 14 Oct 1999 16:05:06 +0100

Hi John,

> 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"
This code is incomplete as shown maybe you may have the other parts in
your EMBED, OBJECT and a section to receive the ActiveX control with
VBScript.

You do not need anything in the arguments window, all these parameters
are being added in JavaScript and there is no need to send them from
Flash.

If you are using Flash 4 your command from Flash should look like this:

FS Command ("openTheWindow", "")

Putting only openTheWindow in the command window of the FS Command
action dialog.

In Flash 3 you would put FSCommand:openTheWindow in the GetURL window.


You need to have name and ID set and swfLive connect set:

ID="MasterFinal"
<EMBED swLiveConnect="True" NAME="MasterFinal"
swfLiveConnect=True

You need VBScipt for ActiveX command capture:

<SCRIPT LANGUAGE="VBScript"\>
<!--
Sub MasterFinal_FSCommand(ByVal cmd, ByVal arg)
call MasterFinal_DoFSCommand(cmd, arg)
end sub
-->
</SCRIPT\>

If you have more problems you need to provide a test URL and describe
what is and is not working.

http://www.FlashCentral.com/Tech/Scripting/Index.htm

--
Coming Soon Flash 4 Web Animation F/X and Design
http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


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 helpatchinwag [dot] com


Replies
  FLASH: FSCommand Problems, jcho

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