Learn AS3.0 rookie take off-download movie clips from storage
In the flash authoring environment, you can drag movie clips from the library onto the stage so that they appear in the SWF file. When you use ActionScript to add a movie clip, you actually add an instance of the movie to the timeline. Frames are part of the timeline, You can use the action panel to associate the as code with the frame. So the timeline is the parent container of the display object added with the as code, unless another display object is specified.
Add a movie clip to the current timeline:
The following example imports a movie clip named "Eagle" from the. FLA Library
1, new Flash document (AS3), save.
2, open the "Eagle" film clips, copied to the library, (here do not explain the production of film editing process).
3, right click on the "Eagle" movie clips, in the Drop-down menu, click "Properties" to open the property panel, check "Export for Astionscript" in the Class: text box input: Hawk, press "OK" as shown: