User Guide
842 Media components (Flash Professional only)
To associate a MediaDisplay component with a MediaController component:
1. Place a MediaDisplay instance and a MediaController instance on the Stage.
2. Select the MediaDisplay instance and, using the Property inspector, enter the instance
name myMediaDisplay.
3. Select the MediaController instance that will trigger the behavior.
4. In the Behaviors panel, click the Add (+) button and select Media > Associate Display.
5. In the Associate Display window, select myMediaDisplay under _root and click OK.
To associate a MediaController component with a MediaDisplay component:
1. Place a MediaDisplay instance and a MediaController instance on the Stage.
2. Select the MediaController instance and, using the Property inspector, enter the instance
name myMediaController.
3. Select the MediaDisplay instance that will trigger the behavior.
4. In the Behaviors panel, click the Add (+) button and select Media > Associate Controller.
5. In the Associate Controller window, select myMediaController under _root and
click OK.
To use a Labeled Frame CuePoint Navigation behavior:
1. Place a MediaDisplay or MediaPlayback component instance on the Stage.
2. Select the desired frame that you want the media to navigate to and, using the Property
inspector, enter the frame name myLabeledFrame.
3. Select your MediaDisplay or MediaPlayback instance.
4. In the Component inspector, click the Add (+) button and enter the cue point time in the
format HH:MM:SS:mmm or HH:MM:SS:FF, and give the cue point the name
myLabeledFrame.
The cue point indicates the amount of time that should elapse before you navigate to the
selected frame. For example, if you want to jump to
myLabeledFrame 5 seconds into the
media, enter 5 in the SS text box and enter myLabeledFrame in the Name text box.
5. In the Behaviors panel, click the Add (+) button and select Media > Labeled Frame
CuePoint Navigation.
6. In the Labeled Frame CuePoint Navigation window, select the _root clip and click OK.
NOTE
If you have associated the MediaDisplay component with the MediaController
component, you do not need to associate the MediaController component with the
MediaDisplay component.