ActiveDen

Video Player With Circular Scrubbing/Progress

  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 50 and 99 items
  • United States
troxter says

can this be placed in an html website/blog?

1 year ago
Author
ahrengot ahrengot replied

Sure, just as long as you have access to the source code and can include the javascript necessary to run Flash … Just like any other video player on Activeden :)

1 year ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
amgweb says

Do I need to download the LoaderMax or is that already built in?

1 year ago
Author
ahrengot ahrengot replied

You’ll find everything you need inside the .zip file. Including the demo video, HTML5 fallback code for iPhone, iPod and iPad and the TweenMax and LoaderMax frameworks.

LoaderMax is also available as a free download at http://loadermax.com/ if you’re a developer and want to play around with this powerful loading system in your own projects :)

1 year ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 10 and 49 items
Z3r0 says
Purchased

how can i use 2 of these players at the same time, at the moment will load only 1.

Ive got a slider, (nivoslider) and on first slide i want 1 movie, and on the second slide i want my second movie, but it will load only the last one.

Can you help, please?

Robert

1 year ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 10 and 49 items
Z3r0 says
Purchased

and How can I make this transparent, i’ve got a modal div stuff, but the player is in top of this.

Thanks.

1 year ago
Author
ahrengot ahrengot replied

If you send me an e-mail, via my profile, I can send you some quick demo files showing how to solve both your solutions :)

I Should also expand the documentation as you are not the first person wanting to use the same player multiple times on a single webpage.

1 year ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
  • United States
CQWatrous says
Purchased

For some reason, the scrubber on the player does not work properly until both after the video is completely downloaded and has played through once. Also, there seems to be a buffering issue (i.e. it doesn’t). Sometimes during the initial download the video might start playing and stop, or it might just play the music with no picture and stop. Either way, all functionality seems to be suspended until the download is complete. The video I am using is a 13 MB file encoded at 10 kbps. It is a minute :40 in length and through normal DSL the player takes about 6 minutes to work out all its issues.

10 months ago
Author
ahrengot ahrengot replied

So sorry to hear that you’re having problems with the player. The described behavior sound really strage to me. If you send me a copy of the files (You can contact me via my profile) I’ll help you figure out this problem.

Also, sorry about responding this late. I don’t get any notifications of new comments so I only see the feedback when i stumble by once in a while.

10 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
JamesMoran says
Purchased

looks good i bought it I have 1 question can you show me how i can embed youtube videos into the player? Thanks!

Please email me : firstaidarcade@gmail.com with instructions :) thank u

9 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
JamesMoran says
Purchased

Hi …. ahrengot Please answer the questions i sent you via email Thanks again….

9 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
JamesMoran says
Purchased

Great item.. great author .. MUST Buy!!!!!!! :) :)

9 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
kirkroberts says
Purchased

Very happy with these files overall, thanks! One issue, though.

When the file loads if one clicks the play button immediately once it appears sometimes not enough of the video has downloaded (enough to cover the buffer, I guess), and the movie won’t start playing. You can see the loading go all the way around, and the player is in the “play” state, but it’s necessary to click pause then play again to get the movie to play.

My supposition: this has something to do with the play action firing, not meeting the minimum buffer, and then the play action not getting automatically fired when the minimum buffer IS met.

Here’s the address to see it happen: http://dev.jaizeta.com/

Having a big video file and slow internet connection doesn’t help, but this seems like a correctable issue with the player.

What do you think?

8 months ago
Author
ahrengot ahrengot replied

I should say that the above-mentioned “bug” turned out to be a problem with the video file, not the player. The flash video player handles videos at any size and bitrate without a problem.

6 months ago
Purchased
Default-user kirkroberts replied

Just wanted to mention that the file author is VERY responsive and willing to help with troubleshooting. Big ups for that!

6 months ago
Purchased
Default-user kirkroberts replied

We started using an encoding service to get our video files right and the player has worked well, so it clearly was an issue with the videos not the player. Thanks ahrengot for some excellent support!

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

Looks really nice and the loading and playing seem really smooth.

I had to fool around quite a bit with the resizing in #container and #flashcontent to get the controls back in the center (they kept anchoring in the upper left corner or cropping the video. I may have missed it in the documentation but it seemed like the instructions were to just change the width and height properties of embed-line of SWFobject and the everything should have resized automatically.

QUESTION : Can you point me to where I should look to get the video to autoplay from the black first frame then stopping on the last frame? I can’t have the last frame (or poster frame) showbefore the video starts to play. Which is what is happening with poster frame solutions to holding on the last frame.

Thanks!

Ronno

6 months ago
Author
ahrengot ahrengot replied

If i understand you correctly you want the video to stop on the last frame when complete and not reset the “scrubber” to 0, right?

If yes, then you’d need to take a look at the code. Specifically line 79 of VideoPlayer.as in the src>ahrengot>display>video folder. Just comment out the line that says “_loader.playProgress = 0;”

Hope this helps :)

6 months ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
dub3325 says
Purchased

Hey there, I just purchased, but have been trying to add a wmode param to the flashvar to make the bg transparent. Is this doable in your current setup? If so, how?

5 months ago
Author
ahrengot ahrengot replied

Hey dub3325. wmode doesn’t go in the flashvars objects, it goes in the params object. In the index.html file look for this code on line 42 and just pop in the wmode there:

var params = {
    quality: "high",
    bgcolor: "#000000",
    allowfullscreen: true
};
5 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
kirkroberts says
Purchased

I have the feeling this is a premium request but it would be great if there was a way to have an HD toggle. Optionally specifying two files, one standard definition and one high definition, and a button in the player to toggle between the two. A big can of worms I’m sure, but it never hurts to ask!

Maybe there could be a higher dollar (“pro”) version of the player.

4 months ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 1 and 100 dollars
  • Bought between 50 and 99 items
  • United States
CognitiveLines says

Hello,

I viewed the demo section in iphone and nothing happened? I thought there was suppose to be a html5 fallback? Am I doing something wrong. thanks :)

3 months ago
Author
ahrengot ahrengot replied

Unfortunately the demo section here on activeden doesn’t show the HTML5 fallback, but you can test it out on my own demo page: http://ahrengot.com/playground/circular-scrubbing/

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

no video player can you please help me embed the player in facebook, I can’t get it working can you provide me with step by step producre/ asap

2 months ago
Author
ahrengot ahrengot replied

I actually wrote a tutorial about this. Take a look at: http://ahrengot.com/tutorials/custom-video-player-on-facebook/

Hope that helps :)

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

Ok, I must be doing something wrong. 1) The player doesn’t look like the one in the demo (which isn’t an issue to me), but… 2) It’s not playing on firefox.

It works on chrome, safari, iphone/ipad and other mobile devices, but on firefox it says “No video with supported format and MIME type found.”

Any help you can give me would be greatly appreciated! Thanks!

http://www.absolutsin.com/media/
1 month ago
Author
ahrengot ahrengot replied

I took a look at the page. This has nothing to do with the video player, you just have a couple of missing javascript files. Specifically “AC_ActiveX.js” and “AC_RunActiveContent.js” are missing.

Those scripts load the player. What you’re seeing is the iPhone/HTML5 fallback :)

1 month ago
by
by
by
by
by