A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: What is FS Command ??

  1. #1
    Cand you tell me what a FS Command is and what you use it for thaxn guys :P

    Jeff.

  2. #2
    Senior Member Cadence's Avatar
    Join Date
    Aug 2000
    Location
    Columbus, Ohio
    Posts
    3,428
    From Moock.org :

    For the purposes of this article, "fscommand()" refers mainly to Flash -> JavaScript communication (ie. Flash executing javascript statements in a web browser). However, fscommand's scope is actually broader than that. Without going into too much detail, here's a slightly longer description of fscommand():

    "fscommand()" is the name of a function in Flash that provides communication with a flash movie's host application ("application" means anything that can play Flash media, whether natively, eg. the stand-alone Flash player, or with the use of a plug-in, eg. a web browser). For example, a web-based fscommand() might execute a JavaScript function from a Flash button click. (We'll see later that JavaScript can also control the Flash movie playback.) fscommand() can also communicate with Lingo and can send a limited set of built-in commands to the stand-alone Flash player (eg. "Quit", "FullScreen", "AllowScale", "ShowMenu").

  3. #3
    Senior Member Cadence's Avatar
    Join Date
    Aug 2000
    Location
    Columbus, Ohio
    Posts
    3,428
    If you look at my footer - the Preloader Tutorials - and check out the Javascript Percentage Preloader Bar -- it uses FS Commands to communicate with javascript and activeX in the browser ...

    The built-in FS Commands in SWiSH are for the Standalone Flash Player only ...

    Here is a list of additional FS Commands :
    http://www.moock.org/webdesign/flash/fscommand/

    Peaces,
    Cadence

  4. #4
    Senior Member
    Join Date
    Dec 2001
    Posts
    325
    Originally posted by Cadence
    If you look at my footer - the Preloader Tutorials -
    Thanks for the info Cadence. Also, that is a good idea, your footer. It places the most frequently asked questions (and answers) right at a newbie's fingertips!

    Robert

  5. #5
    Guest User Damaso's Avatar
    Join Date
    Dec 2000
    Location
    florida
    Posts
    213
    For further information, click help on the Swish menu.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center