Native Flash Methods
- Back - Moves playback to the previous frame in the Flash movie. Learn more
- CurrentFrame - Returns the index of the current frame in the Flash movie. Learn more
- FlashVersion - Returns the Flash Player version. Learn more
- Forward - Advances playback to the next frame. Learn more
- FrameLoaded - Checks whether a specific frame is loaded. Learn more
- GetVariable - Returns the value of the Flash variable specified by name. Learn more
- GotoFrame - Activates the frame specified by FrameNum. Learn more
- IsPlaying - Reports whether the movie is currently playing. Learn more
- LoadMovie - Loads a movie into the specified layer. Learn more
- Pan - Pans a zoomed-in movie to the specified coordinates. Learn more
- PercentLoaded - Returns the percentage of the movie that has been loaded. Learn more
- Play - Starts playing the animation. Learn more
- Rewind - Moves playback to the first frame. Learn more
- SetVariable - Sets the value of a Flash variable. Learn more
- SetZoomRect - Zooms in on a rectangular area of the movie. Learn more
- Stop - Stops movie playback. Learn more
- StopPlay - Stops movie playback. Learn more
- TCallFrame - Executes actions in a specified frame of a timeline. Learn more
- TCallLabel - Executes actions in a frame specified by label. Learn more
- TCurrentFrame - Returns the number of the current frame for a specified timeline. Learn more
- TCurrentLabel - Returns the label of the current frame of a timeline. Learn more
- TGetProperty - Returns the value of a property for a timeline. Learn more
- TGetPropertyAsNumber - Returns a numeric value of a property for a timeline. Learn more
- TGetPropertyNum - Returns a numeric value of a property for a timeline. Learn more
- TGotoFrame - Goes to the specified frame number in a timeline. Learn more
- TGotoLabel - Goes to the specified frame label in a timeline. Learn more
- TPlay - Plays the timeline specified by target. Learn more
- TSetProperty - Sets the value of a property for a timeline. Learn more
- TSetPropertyNum - Sets the numeric value of a property for a timeline. Learn more
- TStopPlay - Stops the timeline specified by target. Learn more
- Zoom - Zooms the view by a relative scale factor. Learn more