Flasher Archive

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


Subject: Re: FLASH: Multiple FSCommand parameters
From: John Croteau
Date: Thu, 2 Sep 1999 02:02:18 +0100

Hi Brian and Matthew,

> Is it possible to pass more than one parameter on an fscommand (or perhaps,
> parse the string of parameters that is passed to javascript).
One command and 2 arguments maximum. Irt is best to send just a single
command if possible such as 1 for 640,480 2 for 800,600 etc.

> I was able to figure out a way to get it working. For those of you that are
> having the same types of problem (trying to open customized windows with
> both IE & Netscape), here is how I opened new windows (with customized
> settings like no scrollbars, set to a certain size, etc...):

> FS Command to use in your Flash doc:
> On (Release)
> Get URL
> ("javasript:launchwin('YOUR_URL/FILE.HTML','height=600,width=800,scrollbars=
> yes,and_any_other_customized_settings_you_want_seperated_by_commas')")
> End On
The use of JavScript: in a getURL is called the JavaScript protocol and
it does not work with IE 3 (errors as well) and Mac IE4.x among others.
http://www.FlashBible.com/Members/FSCommand/Table.htm

FSCommand is more complicated and also does not work for all Flash
capable browsers.
http://www.FlashCentral.com/Tech/Scripting/Index.htm

The hidden frame or a server side page call will work with all browsers.
See Colin's popup windows -->
http://www.FlashCentral.com/Tech/HTML/Index.htm

----------- -----------------------
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/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  RE: FLASH: Multiple FSCommand parameters, Matthew Doyle

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