home *** CD-ROM | disk | FTP | other *** search
- function playy()
- {
- _level0.complete.text = "FALSE";
- fscommand("Media.Type","VIDEO");
- fscommand("Media.SelectFile",_level0.ssStartDir + "\\" + _root.video);
- fscommand("Media.SetRepeat",_level0.repeatcount.text);
- fscommand("Media.SetPosition","5,61");
- fscommand("Media.SetZoom","100");
- fscommand("Media.SetNotify","OnIndex,100,_level0.index.text");
- fscommand("Media.SetNotify","OnComplete,,_level0.complete.text");
- fscommand("Media.Play");
- }
- _root.video = "video1.avi";
- playy();
-