Using Director > Using Interactive Media Types > Controlling a Flash movies's appearance with Lingo > Placing Flash movies on the Stage

 

Placing Flash movies on the Stage

Lingo can set whether a Flash movie appears at the front of the Stage and whether specific areas of a Flash movie and the Stage overlap.

To determine whether a Flash movie plays in front of all other layers on the Stage and whether ink effects work, set the directToStage property. See directToStage.

To determine which Stage coordinate coincides with a specified coordinate in a Flash movie, use the flashToStage() function. See flashToStage().

To determine which Flash movie coordinate coincides with a specified coordinate on the Director Stage, use the stageToFlash function. See stageToFlash().

To improve performance for a Director movie that uses a static (not animated) Flash movie, set the static property. See static.

To control whether a Flash movie's graphics are visible, set the imageEnabled property. See imageEnabled.

To control whether a Flash movie plays sounds, set the sound property. See sound.

To control whether Director uses anti-aliasing to render a Flash movie, set the quality property. See quality.