Search  

DYNAMIC FLASH VIDEO GALLERY

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesDynamic flash video gallery
Full_screen_preview
  • update. have changed the video contents for copyright policy
    dynamic flash video gallery
    1.xml driven, easy add video title,video links, item intro,thumb
    2. custom video control
    3.cool coordinates scroll.

FAQ
reverse mouseWheel
please find the mouseWheel function and change it as like this:
//mouseWheel code
if (mouseWheel == true) {
var mouseListener = new Object();
mouseListener.onMouseWheel = function(delta) {
if (dragger._y < bottom){
dragger._y -= delta;
updateContentPos();
} else {
dragger._y = bottom;
}
if (dragger._y>top) {
dragger._y -= delta;
updateContentPos();
} else {
dragger._y = top;
}
};
Mouse.addListener(mouseListener);
}

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

My Portfolio:

flash website template

flash website template 2flash website template 1

Dynamic image or video gallery

As3 dynamic xml image galleryDynamic xml image gallery V3Dynamic multi xml video galleryDynamic multi xml image gallery v2Dynamic multi xml image gallery Dynamic xml image gallery v1Dynamic xml slide with easing v3Dynamic flash pagefilp templateDynamic flash video gallery Dynamic 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 v2Dynamic xml list scroll with easing Dynamic 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*

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

Posted about 1 year ago

Can I add YOUTUBE Video? How?

Posted about 1 month ago

I´d like to know that too, the xml help me to add youtube´s videos?

Posted 28 days ago

@marcusmota. @gato001. I am not sure it can using youtube videos. but you can try it with change the video path as youtube video path from the xml .

Posted 27 days ago

i want to buy this item, but i would like to know if there is a way it can auto play the next video without having to select from the menu?

Posted 27 days ago

Hi wangrui.

I tried the code for the reverse mouse wheel but it still doesnt work. I get this error:

http://www.mrpiper.co.uk/error.jpg

Posted 22 days ago

I am publishing it with flash 8 / actionscript 2

Posted 22 days ago

@mrpiper, please find the mousewheel code and change it as like this:
//+++++++++++++++++++++++++
//mouseWheel code
if (mouseWheel == true) {
var mouseListener = new Object();
mouseListener.onMouseWheel = function(delta) {
if (dragger._y dragger._y -= delta;
updateContentPos();
} else {
dragger._y = bottom;
}
if (dragger._y>top) {
dragger._y -= delta;
updateContentPos();
} else {
dragger._y = top;
}
};
Mouse.addListener(mouseListener);
}
//++++++++++++++++++++++++++

Posted 22 days ago

@mrpiper. oh. I think the comments make the error.
if (dragger._y dragger._y -= delta;

this line should be :

if (dragger._y < bottom>{
dragger._y -= delta;

and I have add these code into FAQ of this file .please check it.

Posted 22 days ago

How do you make the xml loaded button keep it’s “over” state while it’s playing?

I just want to it to stay highlighted so you can see which is playing

thnx

Posted 14 days ago

in order to use youtube video you must download the video then add them from there.

Here’s a free converter http://tubezoid.com/

Posted 14 days ago

@netplusMarketing. oh.it need write some code to stay highlight….

Posted 14 days ago

Please make a version that streams videos from Youtube and I will buy it immediately! Surely there are others that would want this functionality too…?

Posted 10 days ago

Great video gallery! I want to turn OFF autoplay. How do I do that?

Posted 10 days ago

@m1rogers. please select the layer named “actionscript”, find the line 39 code. add comment ”//” or delete it like this :
//playBut.onRelease();
then find line 47 code. before this line code add a new line code like this: pauseBut.onRelease();

That will be ok.

Posted 9 days ago

@misiu77. ok. I am think about to do new vesion , anyone have other suggest? please leave your comments.

Posted 9 days ago

Hey, I would like to add a buffer before each video loads. So lets say I want a video to load 20 percent before it starts playing, or load about a megabyte before it starts to play. How would I implement this into the code?

Posted 9 days ago

I will be buying this, but a feature i will need would be for the user to be able to go full screen when doubleclicking the player. Can this be implemented? If so how, thanks.

Posted 8 days ago

i purchased this and when i hover my mouse down it goes down but when i try to go back up it doesn’t scroll back up. I have to click on the scroll bar/arrows in order to see the first video. It only does this when I embed it into an HTML file. it works fine in the swf but i need to know why it does this in the HTML file.

Posted 8 days ago

@christina. I think you have checked this preview html page on FD. the swf have embed into html page in preview html page. it works fine. How do you embed ths swf into html page ?

Posted 7 days ago

hello how can I resize the entire document in terms of pixel width and height

Posted 6 days ago

i have purchased this file…when i change some video (with same name), i listen only the sound but i don’t see the video…why? sorry for my bad english

Posted 4 days ago

hi wangruyi, before i buy this file, i wanted to just make sure. you say:: xml driven, easy add video title,video links, item intro,thumb.

do you mean that all i would have to do to add and/or remove videos would be to alter only the xml file? so the xml controls what thumbnail gets placed, the title, and the link to the video? thanks for you help on this!

Posted 3 days ago

Help! I bought this item, and inserted it into a page I’m working on. When I open the file on its own it runs fine (I can see the sample videos, the scrolling, etc…;) but embeded in my page doesn’t work. I can only see the frames but none of videos show… Help?? (I’m new to flash)

Thanks!

Posted 3 days ago

@moomerh. yes. the thumbnails. the title and descripiton are all in fixed positions like you see. you only need add or remove the thumbails.movie,title from xml.

Posted 1 day ago

@iguana7. If you embed the file into a html page. please note your video,thumbnails paths in xml .

Posted 1 day ago