This item is by an Elite Author
digitalscience
- Elite Author
- Sold between 250 000 and 1 000 000 dollars
- Has been a member for 6-7 years
- Author had a File in an Envato Bundle
- Most Wanted Bounty Winner
- Interviewed on the Envato Notes blog
- Author was Featured
- Item was Featured
- South Africa
- Exclusive Author
- Bought between 100 and 499 items
- Referred between 500 and 999 users
151
Purchases
Buyer Rating:
4.40 stars
4.40 average based on 30 ratings.
-
5 Star
2066%
-
4 Star
620%
-
3 Star
13%
-
2 Star
26%
-
1 Star
13%
| Created | 9 November 08 |
| ActionScript Version | AS2 |
| Documentation | Well Documented |
| Flash Files Included | Flash FLA, HTML Files, JS Files, XML Files |
| Opens With | Flash 8 (8+) |
| Published Size | 59kb |
| Resolution | Resizable |
- black
- blue
- category list
- clean
- dark
- dynamic
- minimal
- modern
- video controls
- video gallery
- video streaming
- xml driven
© All Rights Reserved digitalscience -
Contact Envato Support


Can I change the background??
Yes you get the FLA so you can edit the background, change it anyway you like.
First, some background on what I’m trying to do with my project.
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.
Hello, I just bought this component. Where is the index.fla??? I want to change it . I have just the index.swf !!
The main file to edit is Advanced_video_gallery2.fla which publishes index.swf
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!
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.
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);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.
Could anybody respond to my question, please? Is it possible to have the video player close automatically once the video is done playing? Thanks
That feature is not built in.
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.
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
change “null” to your server URL … make sure you use ”” for the URL
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.
Yes you can load this into another file. using loadMovie command into a target holder clip
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. ??
Ooo… no worries… it works now. Just took sooo long to load the swf and buffering the flv.
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
Sorry we only make AS2 files for now.
in your preview on line, the category button doesnt seem to work. Is it just because its empty?
categories is not a button, it’s a header. video and more videos are buttons.
woah, sorry ….. didnt realise that. Visually they look the same ;-)) but its posssible to change the aspect of all the elements, isnt it?
It comes with the FLA .. so you can edit and customise how you want.
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 ?
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?
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?
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?