Dynamic multi video gallery template
File updated again: 11/21/2008
Add new submenu
now. this source file is a video gallery package, include with submenu and without submenu two versions.
File updated: 11/16/2008
- Add new 16:9 and 4:3 select function
- Add scroll function for left menu
- Re-write the video player code. and fix some bug
The Feature:
- xml driven. easy change the menu category and video content from external xml.
- easy using for other project. don’t need change the video and thumbnails content path in xml.
- unlimited video content. the scrollbar will auto adapted the amount video.
- scroll function support mouse wheel scroll. drag scroll and mouse coordinates scroll. you can disable the mouse coordinates scroll the comments have added into actionscript.
- have auto play and manual mode.you can change it from xml file.
- selected and highlight function. when you are in autoplay mode. the highlight menu function will auto run.
- integrated share function. you click the copy button on share panel.then you can got the current video address.
- integrated send mail function. it will auto get the current video address.then you can send it to your friends.
- integrated detail info function. you can using html tag in it.for example link function.
- easy change layout. you can drag the element on the stage to created your layouts.
- support h.264.mp4 video files .
- fonts have include.
FAQ
1.default at 16:9 mode
Now the file default mode is 4:3. change the default mode is 16:9:
please open the fla. open the first frame actionscirpt. add a new line code at the end of the actionscript. the code :
my_video.flv_control.btn_video_full.onRelease();
save it, test your file.
2.change the buffer time
please open cn/com/webstudio/video/wFlvplayer.as file. find this line code, it is around 540 line code:
my_ns.setBufferTime(20);
the current buffer time is 20 seconds. for example you can change it as like this:
my_ns.setBufferTime(10);
Now. the buffer time is 10 seconds.
3,I want to use absolute url path in xml file,How?
this file have a function named “get_url()”, This function can convert the relative path to absolute path. this can make it easy to use for web. but if you want to insert the absolute url path into your xml file ,for example: “http://www.yourdomain.com/video/video.flv”, please open the actionscript. find the function named “list_xml_fx()” ,in this function you will find this line code:
video_ary [ i ] = http_path+xml_total [ i ].childNodes [ 1 ].childNodes [ 0 ].nodeValue;
change it as like this:
video_ary[i] = xml_total [ i ].childNodes [ 1 ].childNodes[ 0 ].nodeValue;
it will works fine.
Maybe you like my new version 2 HERE
If you are interesting with our customize for my clients advanced using. please visit Here
My Portfolio:
New Files
flash website template
Dynamic image or video gallery
Dynamic news with xml
Dynamic Text scroll with easing
Dynamic xml scroll with easing
Dynamic Auto slideshow
menu and button
other



































































