all groups > flash actionscript > august 2004 >
You're in the

flash actionscript

group:

media playback component property list


media playback component property list tweakend
8/26/2004 10:09:11 PM
flash actionscript: does anyone know all the properties available to an instance of the
mediaplayback component? i'm trying to monitor the passage of time of a video
clip. in case anyone is familiar with Lingo (Director's scripting language),
i'm looking for properties akin to myObject.currentTime and myObject.duration.
any help would be greatly appreciated. thanks in advance.

JLH
Re: media playback component property list maxil
8/26/2004 11:32:36 PM
myMedia.playheadTime // Returns the current playhead time
myMedia.totalTime //Returns the total lenght of the media

You can also use the following to good success with a listener object

myMedia.complete // You can be notified when the media has completed
myMedia.cuePoint // You can be notified when the media has reached a named
cuePoint


Re: media playback component property list tweakend
8/30/2004 8:46:32 PM
AddThis Social Bookmark Button