CodeCanyon

YouTube video player with playlist

  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 100 and 499 items
humanv3 says
Purchased

Heya, perfect for what I need… just wondering: Can you import videos from a channel instead of single vids? This would make it completely fool proof for my client to import his videos.

Eg. All he would do is upload his video to his YouTube channel, then it’s available in this player.

If not yet, this would make this video player insanely wicked.

2 years ago
Author
cboiangiu cboiangiu replied

Not yet possible but coming up soon. Thanks for the tip :)

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

No prob. Wondering, is it a simple fix (variable) that needs to get passed or is it more hard core? I’m no developer, but so far this is the best non-flash version of a youtube player I’ve found. Without being pushy, is it something you’d have an ETA for?

2 years ago
Author
cboiangiu cboiangiu replied

No, not being pushy. It’s not a quick fix but it’s not something very big either. I also have plans for extending this. As for ETA , I estimate somewhere by the end of this week (until May 9th). I also have some customers I have to work for so I need to find the time to do both. Hope it’s not too late for what you need.

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

Not at all, take your time. Much appreciated! (hopefully appreciated by the community as well!)

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

hey cboiangiu! Just wondering if you had any luck with the importing of a channel? :)

2 years ago
Author
cboiangiu cboiangiu replied

Sorry for the delay. Lots of things happened lately, including the fact that I had to move. Sorry for this, hope I’m not too late with this. Anyway, I uploaded the files for review, should be available soon. I’ll announce here when that happens. Thanks for your patience and again, accept my apologies.

2 years ago
Author
cboiangiu cboiangiu replied

All good, updates were approved. Enjoy!

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

Stop apologizing, you’re the brains here ;) OK, works great, but I notice that I have to click on the link in the playlist to have the vids show up (as no video is showing at start… is there a way to turn the playlist on by default? Is it true that I have to click on the link in the playlist to have the vids show up? So many questions… but this is almost perfect!!

2 years ago
Author
cboiangiu cboiangiu replied

All correct. Let me see what I can do about this.

2 years ago
Author
cboiangiu cboiangiu replied

OK, changes done. It’s quite simple, all you have to do is define opened:1 on the playlist in HTML and that’s it. Waiting for approval, I’ll let you know when I get the confirmation from Envato.

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

heya! did you ever get confirmation from envato? can you tell me how to implement “opened:1”?

thanks.

2 years ago
  • Has been a member for 2-3 years
  • Repeatedly Helped protect Envato Marketplaces against copyright violations
  • Exclusive Author
  • Sold between 1 and 100 dollars
  • Bought between 50 and 99 items
  • Netherlands
  • Referred between 1 and 9 users
DizCow says
Purchased

I purchased this script and was testing it out, but it seems like it doesn’t auto repeat? What am i doing wrong??

EDIT : Never mind, my bad, i was testing local. Works like a charm ;)

2 years ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Papa_Smurficus says

Ok, I have a few questions before I intend to purchase

1. The main thing holding me back from buying is, I’d really like the playlist to be videos I chose, and not just randomly generated ones, Is this possible yet?

2. Is there any way where when the first video ends, the next video plays automatically? and that continues on through until the end of the playlist?

3. How hard would you consider installation and overall tweaking? I intend to implement this on a php forum

Thanks for your time

11 months ago
Author
cboiangiu cboiangiu replied

1. The main thing holding me back from buying is, I’d really like the playlist to be videos I chose, and not just randomly generated ones, Is this possible yet?

A. Individual videos from playlist are created by making anchors into the playlist having a CSS class YTV _video and on the rel you set the id, volume, etc. User playlists are create much in the same way except that these elements have class YTV _user_playlist and instead of video ID you pass as params the YouTube user ID and the number of videos to retrieve.

2. Is there any way where when the first video ends, the next video plays automatically? and that continues on through until the end of the playlist?

A. Yes, the script takes a global variable that when set to true will play all videos from playlist one after the other. Also, you have the possibility to set on an individual element the option to stop playing on that particular video.

3. How hard would you consider installation and overall tweaking? I intend to implement this on a php forum

A. Installation shouldn’t be that hard. All you need to do is add the files in your header area, start the plugin and create the playlist. Please note that this plugin is created using MooTools and if you also use Prototype on your app, it might lead to unexpected errors.

One thing I need to ask you if you want to buy this is to wait for a bit. I’m trying to make an update that solves a small bug but unfortunately something happened to the edit page and I’m currently waiting for Envato to solve a ticket regarding this issue. Once that’s done and I make the update I’ll let you know if you’ll still be interested in purchasing this.

11 months ago
Author
cboiangiu cboiangiu replied

I just made an update to this plugin. To answer your questions again:

1. Yes, you can place specific videos in playlist. You can also load YouTube playlists into the player playlist by providing the playlist ID.

2. Yes, you can play videos in playlist one after the other.

3. Same as above.

If you have any other questions, please let me know.

11 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
Papa_Smurficus says
Purchased

Ok I have the player installed and my playlists up but I don’t know how to make the video’s play one after another in the playlist until the end

and also, when I click on a playlist, all of the videos pop down, but when I click on the playlist a second time, they don’t go back up, and it causes it to feel and look very cluttered, any chance you could show me in the code what I have to change to get these to work?

11 months ago
Author
cboiangiu cboiangiu replied

First thing you need to to is set repeatPlaylist: true in script parameters (params are located in demos in head section of the page and named playerSettings).

Now, if you have individual videos in your playlist, make sure that for each video, end parameter in link rel is not set to 1.

Opened playlists will automatically play the next video if the repeatPlaylist parameter is set true. Playlists not opened will be skipped if parameter loadIfNext is not set to 1; if set to 1, try will automatically load and play the first video (and second after that one is done and so on) if the next element that has to play is a playlist and isn’t opened.

To sum up:
  1. Set repeatPlaylist: true
  2. Individual videos must have end:0
  3. Playlist items must have loadIdNext:1

About expanding/collapsing the loaded playlist, sorry but that’s not available yet. Will try and release an update as soon as possible.

If you have any other questions, please let me know.

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

Hello Thank you for the amazing script!!! you are awesome!

There is a way for videoSize 100% (full screen auto when page starts)

not working

videoSize: {
    'width':100%,
    'height':100%
},

any idea?

Thank you in advanced

10 months ago
Author
cboiangiu cboiangiu replied

Well, you could first take the size of the element containing the player and start the player with the values returned. Haven’t tried such thing. One problem with this would be the fact that the video itself might look weird, too wide, depending on what values you pass to it.

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

Hi I was just wondering if any updates are coming soon?

One thing that would really help this player is a scroll bar when you click to see the video playlists, if its not on a static page, moving up and down for videos is very much a chore. That and collapsible menus would be awesome!

9 months ago
Author
cboiangiu cboiangiu replied

Sorry for the delay of my answer, would have been nice if codecanyon had some e-mail notification on comments. Anyway, yes, an update will be available, can’t say exactly when, I’m involved in a different project now and will take a while till I get finished with it. Sorry about this, hope you can understand.

8 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 50 and 99 items
lostlogo says
Purchased

I cannot get the playlist to default show, I have tried opened:1 – but where exactly does it go? On a playlist item or the playlist class? – Also when you click an item in the playlist, it just goes to the top of the page – does not load the movie. Thanks in advance.

6 months ago
Author
cboiangiu cboiangiu replied

What playlist are you referring to? The script itself has a playlist but there’s no option to start the player with the playlist opened.

The only option for opened playlists is for YouTube playlists from script playlist. To get them to open by default, you should use on playlist element opened:1, something like this:

a class=”YTV_query_playlist” href=”#” rel=”{query:’disney goofy’, results:5, opened:1}”>Query for ‘disney goofy’, 5 results<...

This should work just fine exactly like on the live example here.

About the click on item playlist, it depends. Are you playing with the downloaded files or you’re trying to implement the script in some existing website? If later is true, a link to your implementation would help.

6 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 50 and 99 items
lostlogo says
Purchased

Must have missed the “must test live” in the info file.. playing worked once uploaded.

.. the playlist I’m talking about is the slide out, semi transparent “list” of “playable videos” that overlays the video – so.. the local playlist.

I don’t believe anyone will know/see the little playlist circle. I guess I can try to change the image to something more obvious. I would prefer it start open.

6 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
davebile says
Purchased

Awesome job, and i am using this in my web design, but same issue as mentioned a few posts above—

From the documentation:

”- opened: playlist should be displayed opened by default (instead of user having to click on it in player playlist)”

I can’t seem to get this to work, if this indeed means that the playlist choices are opened on initial page-loading (like in the picture on the item details tab here on codecanyon.) I may be missing something tiny, but I just can’t seem to make this code…

rel=”{userId:’MetallicaTV’, loadIfNext:1, opened:1}”>MetallicaTV (YouTube user playlist – all results)

...do what we seem to want it to do, and what the documentation suggests it does—as in have the toggled playlist opened on page load. Please forgive me if I am off track on what I assume this “opened” item means… and thanks for any help!

Cheers, -Dave

4 months ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 1 and 9 items
  • Romania
cboiangiu says
Author

The setting refers to YouTube playlists you put in main player playlist. If you load a playlist from YouTube into the main playlist, it can be displayed closed and will load the videos when opened by user or it can be default opened and show the videos according to your settings on that particular element. It has nothing to do with the main playlist being default open or not.

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

Hi. So far so good. I have it playing on all browsers. However, have you tried it on the iPad2 Safari browser? You can play the first video, but the toggle does not work, the video info does not appear, and none of the controls other than play, volume and full screen seem to work.

Any suggestions:

rlfcycle

2 months ago
by
by
by
by
by