Example
The following example listens for the user to drag the playhead:
my_mp.addEventListener("scrubbing", scrubbingListener);
function scrubbingListener(evt_obj:Object):Void {
trace(evt_obj.type+" @ "+getTimer()+" ms
(isScrubbing="+evt_obj.detail+")");
}
Media.removeAllCuePoints()
Applies to
MediaDisplay, MediaPlayback.
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
myMedia.removeAllCuePoints()
Returns
Nothing.
Description
Method; deletes all cue point objects associated with a component instance.
Example
The following code deletes all cue point objects:
myMedia.removeAllCuePoints();
See also
Media.addCuePoint()
,
,
Media.cuePoints
Media.removeCuePoint()
Media.removeAllCuePoints()
877
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers