Media.play()
Applies to
MediaDisplay, MediaPlayback
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
myMedia.play(startingPoint)
Parameters
startingPoint
the media should begin playing.
Returns
Nothing.
Description
Method; plays the media associated with the component instance at the given starting point. The
default value is the current value of
Example
The following code indicates that the media component should start playing at 120 seconds:
myMedia.play(120);
See also
Media.pause()
Media.playheadChange
Applies to
MediaController, MediaPlayback
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
listenerObject = new Object();
listenerObject.playheadChange = function(eventObject){
// insert your code here
A non-negative integer that indicates the starting point (in seconds) at which
playheadTime
.
Media components (Flash Professional only)
529
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?