Actionscript Code:
stop();
import fl.video.FLVPlayback;
import fl.video.*;
var video:FLVPlayback = new FLVPlayback();
video.source = (here you put the the locations of you MOV file,
remember to have it located your project folder, if you put it in a folder like say VIDEO, remember to write video and the name of your file like this "video/myvideo.mov"; )
addChild(video);
video.x = ??? (the x - coordinates of where on the page you what the player)
video.y = ??? (the y - coordinates of where on the page you what the player)
video.width = ??? (size of the player)
video.height = ??? (size of the player)
video.skin = "SkinOverPlayStopSeekMuteVol.swf"; (the swf file flash created when you saved)