Looks great!! I have been playing with jplayer for a bit now and have been wanting to get started using it with the Youtube API. Are there any good tutorials or information about using the two together?
This is pretty good! I built a video/audio playlist app myself earlier this year called Muxamp, at http://muxamp.com/. I like your approach to the user interface, especially way you've laid out the top bar.
Your list of videos below the video player keep jumping to the bottom instead of sticking at the top of the list for me.
Also, if you plan on continuuing with this project, I recommend improving your web page's performance: http://imgur.com/t02Hb (Although, great job at correctly ordering the CSS and JS files in your HTML - that is such an easy and great way to improve your page's speed.)
Very cool! I'm not a big music listener, but when I'm in the mood, I tend to use YouTube as I don't have much of a music library. This makes things a lot easier :)
15 comments
[ 2.8 ms ] story [ 63.6 ms ] threadEdit.: Everything else was super nice though. Congrats! Great UX.
1. set the `wmode` on the embed to `opaque`, though this disables some optimizations and thus takes up more CPU
2. hide the video while drop downs are active
3. (probably best) move the drop-downs to where they don't overlap with the video
Also, if you plan on continuuing with this project, I recommend improving your web page's performance: http://imgur.com/t02Hb (Although, great job at correctly ordering the CSS and JS files in your HTML - that is such an easy and great way to improve your page's speed.)