Flasher Archive

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


Subject: Re: New FS Commands?
From: John Croteau
Date: Wed, 1 Jul 1998 16:23:22 +0100

Hi David,

This will target frame 20 in the Movie on level zero:
TGotoFrame("_level0", 20)

This will target frame 2 in Movie Clip 'Display' in the Movie on Level
5:
TGotoFrame("_level5/Display", 2)
Note, Display is the Instance Name and not the library name.

This will target a frame Labeled Park in the Movie on Level 2:
TGotoLabel("_level2", "Park")

Jon's original example (Hawaii Map Revised) is available at:
http://poppy.macromedia.com/~jgay/javascript/
http://poppy.macromedia.com/~jgay/javascript/fla

Note MM suggests using _levelx instead of _flashx as shown in the
above example.

```````````````````````````````````````
New FSCommands:

LoadMovie(int layer, String url)
TGotoFrame(String target, int frameNum)
TGotoLabel(String target, String label)
int TCurrentFrame(String target)
String TCurrentLabel(String target)
TPlay(String target)
TStopPlay(String target)

"Target" is the same string that is used for the tell target action.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Special Projector/Standalone FSCommand commands:

Command Arguments Function

Quit <none> Closes the stand-alone player.

FullScreen True/False True sets the player to full-screen mode.
False returns the player to normal menu
view.

AllowScale True/False False sets the player so that the movie is
always drawn at 100% and the image is never
scaled. True sets the player back to the
default
Show All mode.

ShowMenu True/False True enables the full set of right-click
menu items. False enables only the
About Shockwave Flash menu item.

----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
FlashTeK(Advanced Websites with Flash) http://www.CrownMall.com/Flash/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
Need a PC ? -- Computer King -- http://www.crownmall.com/computers/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

------------------------------------------------------------------------
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
  New FS Commands?, David Williamson

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