Free FlashDen file of the month. Click here to download.
Search  

DYNAMIC FLASH VIDEO GALLERY

HomeBrowse CategoriesVideo PlayersVideo GalleriesDynamic flash video gallery

Dynamic flash video gallery

FEATURE:

this file fourth updated . 03/17/2009

update info:

  1. fix a little autoplay bug.
  2. keep the original video scale ratio when fullscreen.

this file third updated. 01/19/2009

update info:

  1. Re-write all codes. you can control the first video play or stop on the file first loaded. you also can control the autoplay all video or play video one by one. all these setting from external xml file.
  2. updated the buffer function.
  3. updated scrub bar. when on fullscreen status. the scrub bar will auto hide after 5 seconds.

the sample xml config section:
< config >
< autoPlayFirst > false < / autoPlayFirst >
< autoPlayAll >true< / autoPlayAll >
< autoNext > true < / autoNext>
< mainStyleColor > 0×000000 < / mainStyleColor >
< / config >

FAQ :

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.

I also have a new video gallery template with more function. please check it out HERE

If you are interesting with our customize for my clients advanced using. please visit Here

My Portfolio:

flash website template

dynamic multi flash video gallery template 2 dynamic multi video gallery template flash website template 2flash website template 1

Dynamic image or video gallery

Dynamic xml horizontal image gallery Dynamic xml image gallery with auto slideshowDynamic flash media galleryDynamic flash pagefilp templateDynamic xml portfolio viewerDynamic flash video gallery Dynamic xml list with lightboxDynamic unlimited xml thumbnails viewer Dynamic xml slide with easing v3Dynamic xml image gallery V3Dynamic multi xml video galleryDynamic multi xml image gallery v2Dynamic multi xml image gallery Dynamic xml image gallery v1Dynamic flash video gallery 2 DYNAMIC DRAGDROP IMAGE GALLERYDYNAMIC DRAG DROP IMAGE GALLER v2

Dynamic news with xml

As3.0 Dynamic xml news tickerDynamic xml news with vertical move effect Dynamic xml news with horizon move effect Dynamic xml news with thumb Dynamic xml news ticker(h) 2Dynamic xml news ticker(v) 2

Dynamic Text scroll with easing

Dynamic text scroll with easingDynamic external text with drag scroll

Dynamic xml scroll with easing

Dynamic xml list scroll with easing Dynamic xml list scroll with easing v2Dynamic xml slide with easing v2Dynamic xml slide with easing

Dynamic Auto slideshow

dynamic xml slideshow with mosaic transitionimage pixels transitions slideshow Dynamic vertical accordion with auto slideshow Dynamic horizon accordion with auto slideshow Dynamic product ad with auto slideshowDynamic product news with auto slideshow

menu and button

Dynamic horizontal xml menuDynamic xml expend menuSelected menu custom button filter Dynamic xml selected menu

other

Color ball wobble Random animate background clouddynamic light and shadow Digital graphic clock Dynamic bitmapData smooth zoomer Block preloader with bounce

Posted about 1 year ago

ITEM DISCUSSION

Show Comments By

I found it on my own.

For anyone else looking for it:

Open up: thumbList.as

Look for the line (line 80):

this.seek(0);

Comment it out:

// this.seek(0);

Now the video will stop at the last frame and not jump back to the first frame (0).

Hope that helps.

Posted about 1 month ago

Has anyone figured out how to Embed code a video with this player?

Posted 26 days ago

Really nice work!

Posted 22 days ago

@CIROdg. thanks. your work is great !. :)

Posted 20 days ago

This is a really great projector! No problem playing movies residing on my server…i want to be able to stream movies from youTube and other sites through this projector (which i have placed inside another swf. is it possible, and can you give me an example of the code in the xml file? thanks!

Posted 11 days ago

@neutron. just replied your mail.

Posted 11 days ago

well it works on my computer. But when i upload it online it doesn’t work. sorry for the really late email i barely got time to respond

Posted 8 days ago

@PBC. did you do some change ? please check the xml path or xml contents.

Posted 8 days ago

and where would that be??

Posted 4 days ago

ok i got it working. now to unload it when i click out…..

Posted 4 days ago

Hi! Great file :)

I just have one problem:

The mainfile stage im loading the player into is bigger than the player file and centers the loaded file on the stage. But the problem is when pressing the fullscreen button, the fullscreen video playes inside the boundries of the loaded file! How can i make the fullscreen video adjust to the boundries of the main file??

Hope you can help quick, working withing a deadline here :)

Thanks!

Posted 3 days ago

@annec.

I am not very clear for your question. I did a test file. load the gallery into it. when press the fullscreen button. it works fine. you can send the link from my profile page on Flashden. Posted 3 days ago

Hey Wangruyi-

I just tried changing some colors around and all went well EXCEPT the colors of the top title, the bottom control and the background of all the thumbs cannot be changed. When I change them in flash, nothing happens when I render the swf. It looks as if they are drawn from an external file. How do I change the colors of these elements?

Posted 3 days ago

@JBIRD1111.

you can change it. but in the current file. I set all as the same style “mainStyleColor” , please open the fla and open first frame actionscript. find the init() function. in this function. find the last line code “setStyle( ) ; ” , delete this line code. you will get your changed result. Posted 2 days ago