Media.removeallcuepoints() - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents