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

ADVANCED XML VIDEO GALLERY

HomeBrowse CategoriesVideo PlayersVideo GalleriesAdvanced XML Video Gallery
Full_screen_preview

ADVANCED XML VIDEO GALLERY

Features include:

  • Two separate versions of the FLA included. One for 4:3 video (which also supports 16:9) and another version with the interface resized to play 16:9 video only.
  • XML driven content
  • Video streaming with buffer
  • Full screen video mode supported
  • Scroll bar with mousewheel and disable option
  • Multiple categories/playlists and an unlimited amount of videos can be displayed.
  • All content can be changed via a single XML file, such as video and image paths, video titles and copy text.
  • Supports H.264 MP4 video (with latest Flash Player 9 installed)
  • Instructions Manual PDF and comments in the code included
  • This is an AS2 file which will open in Flash 8 and higher

.................................................................................................................

Need support?

Before leaving a comment on this page, please read my General File FAQ for solutions to common problems. This FAQ is updated on a regular basis.

If you want to contact me directly for support, always use the message facility at the bottom of my profile page so that I can confirm purchase history before replying.

.................................................................................................................

Need custom work done to this file?

To request a quotation for custom work to this file, please fill out your request with our customisation department . All customisations are done at a standard hourly rate.

.................................................................................................................

Did you find this file useful? Also see:

What’s NEW from Digital Science:

FEATURED from Digital Science:

XML Galleries:

XML Menus:

Preloaders:

XML Utilities:

XML Templates:

Click here to see more files by Digital Science | View Website

Posted 9 months ago

ITEM DISCUSSION

Show Comments By

loooooooooool – Ok it was me…

// Set autoplay true or false default autoMode = false;

i assumed this was to stop the first play of the vid – but i believe its just to stop the next vid playing from teh playlist after teh first one finishes..

am i correct DS?

if so then your component does what it says and all works fine – but if you could let me know if its poss to stop initial vid playing then pass it on asap please.

Posted 3 months ago

As suggested by DS:

line 430, take out line:

loadVideo();

and then put in the first few lines under initial settings:

video_holder.preloader_mc._visible = false;

Sorts this issue.

So in conclusion, If you need a vid player – buy this one.

Posted 3 months ago

JFXIW Good to hear… I’ve mentioned that fix before for disabling the first video from autoplaying but I think it’s lost in the comments somewhere

Posted 3 months ago

Hey DS,

Great File. I have followed the above advise about disabling the auto play which worked. Is there any way to get the first video to load but be paused?

Thanks,

Carlo

Posted 3 months ago

might be asking a silly question but can the player be freely re-designed visually?

Posted 3 months ago

yup – thats what im doing with it.

you can change pretty much everything (with a bit of flash knowledge)

...including calling it into other swf’s and stopping the vid play on first load.

Posted 3 months ago

Excellent script. Well worth the money.

DS: Please can you supply the 16:9 version for this.

Many thanks.

Posted 3 months ago

Need custom work done to this file?

To request a quotation for custom work to this file, please fill out your request with our customisation department . All customisations are done at a standard hourly rate.

Posted 3 months ago

Thank you, DigitalScience – this file in incredible. Very easy to set up and use. Highly recommended to all.

Posted 3 months ago

Can I see a default 16:9 interface live??

Posted 3 months ago

does the interface adjust to TRUE 16 :9? (not letterboxed 16:9 in a 4:3 frame)

Live examples?

Posted 3 months ago

kagimedia There are two separate versions of the FLA included – the one is 4:3 version which you see in the preview (which can also play 16:9) and then there is a separate FLA with the whole interface resized for 16:9 video – no letterboxing.

Posted 3 months ago

darbydan The 16:9 version is included in the download – it’s called “AVG_16-9_mod.fla” if you don’t have it then go to your downloads tab on this site an re-download the file again to get the latest updated file.

Posted 3 months ago

Hello,

I know the gallery is driven by XML but is there any way passing url parameters to it?

The concept, is that users, could view different video, based on the url parameters passed on page load.

Any help would be greatfully appreciated.

Meanwhile, i am still searching for the 6 stars option!

Posted 2 months ago

First off, Great product! Thank you.

I have a strange issue, that two out of the four videos being displayed in the player have somehow arbitrarily added time onto the timeline. So one video is 0:36 yet the player displays 1:36. Another is 2:41, yet displays that its 3:41.

Any suggestions on why this is happening, and how to debug this?

Thank you.

Posted 2 months ago

about to purchase this but a few questions..

1) Is it possible to hard code a preroll video before the start of the first video?

2) Is it possible to remove the thumbnails from the playlist?

thanks

Posted 2 months ago

Please help. I like this one verry much.

But how can i make that onload the movies not goanna play automatically. I will preload a few music swf in another movie but then i hear the music already.

Thank you!

Posted 2 months ago

I get the same problem as vmdirect.

Please help.

Thanks, Dennis

Posted about 1 month ago

I figured out why sometimes videos would ad an extra minute.

On line 204, Math.round was used. I changed it to Math.floor so it would always round down and never up.

Posted about 1 month ago

can this play you tube and ted.com type videos if we put it in the xml string?

Posted about 1 month ago

Hey I have a question that hope can be done simply but not sure if it can. I am looking to add buttons to the scroller in the thumbnail section, can you tell me how i can do this?

I have made a few changes to your amazing work, really just addons, and making the thumbnails a little smaller, if you want to to see it and comment that would be awesome.

you can go to www.positivelivingtv.com and go to the EPISODE section.

These arrows I want to make for scrolling are standard scroll buttons as would be in IE or FF.

Thanks.

And again awesome work.

Posted about 1 month ago

HOW CAN I ADD AN URL LINK VIDEO (for example You tube video). WHAT ’s THE CODE ?

Thanks to everyone

Posted about 1 month ago

Hi there, I was wondering if it would be possible to integrate an interactive module such as: share on a Facebook/Myspace etc./Send to a friend/Embed link on Blog/ etc., you know, the typical modules you would find on YouTube and other popular sites.

Please message me at vir2lboy@hotmail.com to discuss the possibilities.

Thank you and keep up the great work, really impressive!

Posted about 1 month ago

Hi. First I wanna just say thanks for this awesome project, and aside from just this one issue, I’ve had no problems getting it to look and behave the way I want, even with very limited knowledge of Flash (and absolutely none on the AS side).

My problem is that mousewheel scrolling does not work for me when the .swf is placed into my html page. It works fine when I preview it in Flash, but not when I embed it.

Here is what I use to call the .swf into the page: ”>http://pastie.org/493495.js’>

*Note: Surprisingly, it DOES work properly in IE7 . It’s Firefox 3, Opera 9, and Safari 3 that I’m having problems with. I double checked your demo in all of these browsers, and on yours, only Safari has the problem with the mousewheel scrolling. Mostly what I’m worried about is Firefox.

This isn’t a life or death issue, and I understand you’re busy, but do please get back to me via email when you can.

Thanks in advance! letgo216@gmail.com

Posted about 1 month ago

Love this one…but I am having serious difficulty in figuring out how to make the Category PLAYLIST menu pop downward instead of up. I’ve already sent you a message…can you please help or send me instructions? It’s kind of urgent…

Thank you kindly

Posted 26 days ago

yo D_S love this file, perfect layout no problems integrating it. I was wondering how hard it would be to add mp3 support as its the only thing i am missing. I saw the media gallery you have done which handles everything but I really like the layout of this gallery better. Could you help me out? I know flash pretty well so if you could guide me or help me add the mp3 functionality it would be greatly appreciated.

Posted 23 days ago

Great file. I want to re-size the video player to a large resolution, and then turn in turn re-size the playlist to match it.

How can I do that?

Thanks

Posted 14 days ago

Before I buy, could someone tell me if it does streaming flv?

I’ve read here on this page people asking what I think is this question but have not seen an answer.

I want to replace the video player on full xml website V3 which doesn’t seem to have a volume control. So I’m worried about exchanging this player for that one.

Thanks

Posted 11 days ago

Hi,

I have a website programmed in asp and I’‘d like to add a video section. I need to know if this video player works well in asp context.

And one more question… can I customize interface and background colours? thanks!

Posted 4 days ago