ActiveDen

Advanced XML Video Gallery 2

  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
soyservidor says

Can I change the background??

2 years ago
Author
digitalscience digitalscience replied

Yes you get the FLA so you can edit the background, change it anyway you like.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
ericahls says
Purchased

First, some background on what I’m trying to do with my project.

I have a background image that has a video player positioned at a specific point on the page. I am using the video player only and not the playlist. The video player must reside at a specific point on the page.

So what I would like to do is place a background within flash and position the video player so that it fits within the designated spot on the page. Your instructions however require that the video player remain aligned to the 0,0 coordinate. I of course can position the video player to the designated spot and it works fine until I hit full screen and then the video player is not aligned in the screen anymore.

thanks for your help.
2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
hervdor says
Purchased

Hello, I just bought this component. Where is the index.fla??? I want to change it . I have just the index.swf !!

2 years ago
Author
digitalscience digitalscience replied

The main file to edit is Advanced_video_gallery2.fla which publishes index.swf

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
Laia says

Hi, I love this video gallery. I’d like to purchase it but before that I’d like to know if it’s possible to have the video player close automatically after the video is done playing. Thanks!

2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
Worzel says
Purchased

Hi, I have the same problem that Videoman posted a while ago.

I have videos that are 30secs long, but the total length is shown as 1:30.

I also have videos about 1min long, and when they reach 30sec the counter suddenly changes from 0:30 to 1:30 and continues counting.

Is there a fix for that issue?

Thanks.

2 years ago
Author
digitalscience digitalscience replied

open video_player FLA … in Actions, see last few lines.. Change

    minutes = Math.round(ns_seconds/60);
    seconds = Math.round(ns_seconds%60);

To the following…. (Math.round becomes Math.floor)

    minutes = Math.floor(ns_seconds/60);
    seconds = Math.floor(ns_seconds%60);
2 years ago
Purchased
Default-user Worzel replied

Awesome! Thanks for the quick reply. That fixed the counter so it didn’t jump from 0:30 to 1:30 as it played. Using that fix I also changed the ‘duration’ (around line 238 in the Actions) to read ‘Math.floor’ instead of ‘Math.round’ because the duration was also reading incorrectly for anything from 30-59 seconds – it was adding 1 min to it. I’ve never done any Flash stuff before (also am not a coder), so I hope that was ok to change and doesn’t break anything later!

Just one other thing, when the movies start to play after a few seconds of buffering they tend to ‘jump’ ahead suddenly, skipping the first few seconds, instead of playing smoothly from the start. I tried Googling it, but it’s a bit over my head.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
Laia says

Could anybody respond to my question, please? Is it possible to have the video player close automatically once the video is done playing? Thanks

2 years ago
Author
digitalscience digitalscience replied

That feature is not built in.

2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
livetvmatt says

I would love to add this player to my site and replace the one I am currently using. Is it possible to play the video from a streaming server and if so, is the correct xml expression of the code included in the documentation?

Thanks.

2 years ago
Author
digitalscience digitalscience replied

For Adobe Flash Streaming Server… you need to add your server URL in the ActionScript… you can find this code below in the videoplayer.fla

nc.connect(null);

change “null” to your server URL … make sure you use ”” for the URL

2 years ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 50 and 99 items
adamzfun says

Can you use this FLV player as a child swf in a larger flash parent template?

Please let me know if any of your amazing players support that.

2 years ago
Author
digitalscience digitalscience replied

Yes you can load this into another file. using loadMovie command into a target holder clip

2 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
Budianto says
Purchased

Works on Stand alone Flash Player, but once embedded to Google Chrome the Video Gallery stop working. Everything else works normally, just the video gallery is blank. ??

2 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
Budianto says
Purchased

Ooo… no worries… it works now. Just took sooo long to load the swf and buffering the flv.

2 years ago
  • Has been a member for 1-2 years
phreakazoid says

Is there a way to upgrade it to AS3 or is there a AS3 -Version available? If not could u tell me a way to combine ur template with AS3 Datagram udp send? Its very importent :)

2 years ago
Author
digitalscience digitalscience replied

Sorry we only make AS2 files for now.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
inedit says

in your preview on line, the category button doesnt seem to work. Is it just because its empty?

2 years ago
Author
digitalscience digitalscience replied

categories is not a button, it’s a header. video and more videos are buttons.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
inedit says

woah, sorry ….. didnt realise that. Visually they look the same ;-)) but its posssible to change the aspect of all the elements, isnt it?

2 years ago
Author
digitalscience digitalscience replied

It comes with the FLA .. so you can edit and customise how you want.

2 years ago
  • Has been a member for 4-5 years
  • Bought between 100 and 499 items
bigdaddyG says

Hi I would like to know is it possible to have this player loop through the content. In other words can it start playing automatically then move onto the next video in the sequence ?

2 years ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
Chrispy54 says
Purchased

Hi DS,

I have a question regarding this video gallery. I have it setup and it’s working well. However, I want to add a related videos playlist to some of the video clips, so when you click on a video, it will also display on the side or bottom, a playlist of related videos of my choosing. However, I only want this playlist to show only if these videos exist in the XML document. Can this be done?

1 year ago
  • Has been a member for 0-1 years
jackiedoherty says

We’re looking to host our videos on our site but would like to have specific URLs linking to each video – would this be possible?

10 months ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
apache13 says
Purchased

I am having a problem with your file. For me working on a pc it loads great on all browsers. For other people on a mac, they can view the gradient , but the thumbnails sometimes show up and sometimes they do not?

7 months ago
by
by
by
by
by