Flasher Archive

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


Subject: Re: A Few Quick Questions
From: John Croteau
Date: Thu, 5 Mar 1998 04:31:17 GMT

Mark Kerr wrote:
> 1) Is there any way get one flash animation to trigger another animation on
> the same page?
> 2) Is there any way to specify different starting frames for a Flash
> animation, perhaps with some sort of HTML parameter?
For FSCommand/ActiveX capable browsers you can use:
GotoFrame (int frameNum) - Goto a specific frame of the movie. Care must
be taken with this method because if data for a requested frame is not
yet available, the player will goto the last frame available and stop,
causing unexpected results during playback. Use the PercentLoaded()
method to determine if enough of the movie is available to execute the
GotoFrame() method.
Giving different ID's to each movie on the page allows you to address
many different movies on the same page.

See MM Tech Note 4160 Links to this and other info under Scripting at
the Flash Tech Resource (link in my sig).

> 3) Is there any way to record button actions?
Not sure if I know what you mean.
----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
Flash Central (The Universe Starts Here) http://www.FlashCentral.com
FlashTech (Advanced Help for Flash) http://www.CrownMall.com/Flash
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: A Few Quick Questions, Mark Kerr

Replies
  A Few Quick Questions, Mark Kerr

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