Você está na página 1de 1

1. Important : Help Tutorial Movie included..

Please look at the "video help" dir


ectory..
2. Important : You must use with my "index.html" file for Fullscreen support.
If you have a question or problem about this file, please send to me email.(for
quick respond)
barisintepe@gmail.com
If you want change below values, then double click and enter the video player.
Select ActionScript layer and open actionScript panel..Find value and change it.
.
// Auto Next Video Playing Value on / off
var auto_next_video:Boolean = true;
// Choose Starting Player Skin Color
// 1:Dark 2:Red 3:Blue 4:Purple 5:Green 6:Grey 7:Turquoise 8:Light Purple
9:Light Blue 10:Light Green
var skin_color = 1;
// wide screen (16:9) video width and Height
var wide_screen_width:Number = 640;
var wide_screen_height:Number = 360;
// Normal screen (4:3) video width and Height
var normal_screen_width:Number = 640;
var normal_screen_height:Number = 480;
// Starting Wide Screen (16:9) On / Off
var wide_screen:Boolean = false;
// movie auto repeat on/off
var auto_repeat:Boolean = false;
// Video Zoom in / out factor
var zoom_factor:Number = 20;

Você também pode gostar