Flasher Archive

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


Subject: Re: FLASH: Commands TO Flash
From: Nigel Randsley-Pena
Date: Mon, 28 Jun 1999 19:14:43 +0100

Russ,

If you have button in VB called Play and a flash movie called Movie1
then the code would be :
Private Sub Play_Click()
Movie1.Play
End Sub
Other examples could be :
Movie1.GotoFrame(FrameNum)
Movie1.Play
or
Movie1.TPlay(target)
or
Movie1.TGotoLabel(target,label)
Movie1.TPlay(target)
etc...
A quick list of usefull bits from memory includes
CurrentFrame, GotoFrame, TSetProperty, TGetProperty, IsPlaying, Play,
StopPlay, TotalFrames, Rewind, Back, Forward, PercentLoaded,
FrameLoaded, FlashVersion, Pan, Zoom, SetZoomRect, LoadMovie,
TGotoFrame, TGotoLabel, TCurrentFrame, TCurrentLabel, TPlay, TStopPlay,
SetVariable, GetVariable, TCallFrame, TCallLabel, etc...


Nigel


------------------------------------------------------------------------
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
  FLASH: Load Movie - Frame # or (N), Chris
  Re: FLASH: Load Movie - Frame # or (N), Colin Moock
  Re: FLASH: Load Movie - Frame # or (N), Dave Hollinden
  FLASH: Commands TO Flash, Russell E. Unger

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