update info:
the sample xml config section:
< config >
< autoPlayFirst > false < / autoPlayFirst >
< autoPlayAll >true< / autoPlayAll >
< autoNext > true < / autoNext>
< mainStyleColor > 0×000000 < / mainStyleColor >
< / config >
1. load this file into your main file.
if you use “loadMovie” method to load the gallery into your another file. you need add the fellowing code into your main file. the code is:
your_mc.loadMovie(“preview.swf ” ) ;
your_mc._lockroot = true;
your_mc is a empty movieclip in your main swf file. be sure your video path in xml is correct. if you cannot load it into your main file. please send mail to me. I will send the load example to you. thanks.
2. disable mouse coordinates scroll.
open the scrollItem.as. find the line 25 code. change it as :
mouseCoord = !true;
it will disable the mouse coordinates scroll.
this file is a updated version based the old version,update on 11/16/2008
1. xml driven. easy add video title, description, video thumbnails.
2. easing scroll function. support mousewheel. mouse coordinates scroll. you can disable mouse coordinates scroll, you can set the scrollbar visible true or false. please check the comments.
3. added new selected menu function. when click a menu will highlight the current menu.
4. added a autoplay switch. you can open or close autoplay. when the video is auto playing. then relate menu will auto high light.
5. added volumn sound control.
6. added fullscreen function.
7. added buffer function.
<a class=”demo” href=”http://flashden.net/item/dynamic-flash-video-gallery/3716?ref=szilaghi” target=”_blank”></a>