MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 524

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Description
Property; an array of cue point objects that have been assigned to a MediaPlayback or
MediaDisplay instance. In the array, each cue point object can have a name, a time in seconds or
frames, and a player property (which is the instance name of the component it is associated with).
The default value is an empty array (
Example
The following example deletes the third cue point if playing an action preview:
if(myVariable == actionPreview) {
myMedia.removeCuePoint(myMedia.cuePoints[2]);
}
See also
Media.addCuePoint()
Media.displayFull()
Applies to
MediaPlayback
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
myMedia.displayFull()
Parameters
None.
Returns
Nothing.
Description
Method; sets the MediaPlayback instance to full-screen mode. In this mode, the component
expands to fill the entire Stage. To return the component to its normal size, use
Media.displayNormal()
Example
The following code forces the component to expand to fit the Stage:
myMedia.displayFull();
See also
Media.displayNormal()
).
[]
,
Media.getCuePoint()
.
,
Media.removeCuePoint()
Media components (Flash Professional only)
525

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents