Learning ActionScript 2.0 in Adobe Flash |
|
|
|
| Working with Images, Sound, and Video > About using FLV video > Creating a video object | |||
Before you can load and manipulate video using ActionScript, you need to create a video object, drag it to the Stage, and give it an instance name. The following example describes how to add a video instance to an application.
To create a video object:Now you have a video instance on the Stage, for which you can add ActionScript to load video or manipulate the instance in a variety of ways.
For information on loading FLV files dynamically, see Playing back external FLV files dynamically. For information on creating a video banner, see Creating a video banner.
|
|
|
|