|
Using Video |
|
Step 2
Create a new keyframe on Frame 10, expand the Actionscript window and enter the following code:
myVideo2 = new mdm.WMP6 (320, 0, 320, 240, "myClip.mpg")
The above code creates a new video instance and loads the same file next to the previous instance. Notice that the X Position has been set to 320 which places it right next to our previous instance.
In this example, we have used the same video clip, but you can specify another file if you have one in the same folder.