mb2k01 Posted October 13, 2009 Posted October 13, 2009 Hi All, Does anyone have an example of code that I could insert into a HTML document which would allow me to embed a playlist / selection of LOCAL media that would then loop the playlist when it reaches the end? I managed to get this kind of thing working with a YouTube playlist using the following code, but unfortunately our Internet connection makes it impossible to progress with as the playlist videos are continually buffering or crashing out: If anyone is able to help turn the above in to something which replaces the YouTube playlist with local media on a continual loop I'll be very grateful!
mb2k01 Posted October 13, 2009 Author Posted October 13, 2009 A shameless bump, in the hope someone can solve my headache! (If it helps, I can create a playlist that autoloads by using Microsoft Expression Encoder - this would be perfect if I could get it to loop, but can't see where/how to do it either in the program itself, or the HTML / PHP that it outputs?!)
mossj Posted October 13, 2009 Posted October 13, 2009 (edited) Would this not work? or will an embedded windows media player not play playlists? i know it's possible as i did it on my first year at uni... but the laptop that holds that program is now defunkt... even went as far as having clickable album covers, which then turned into clickable song pictures from that album. and depending on what you clicked it would change what was playing. Edited October 13, 2009 by mossj 1
mb2k01 Posted October 14, 2009 Author Posted October 14, 2009 Hi Mossj, Your code pretty much got me there - massive thanks! The code I eventually used was only tweaked slightly: This code has enabled me to move forward with a web-based digital signage solution for the school which can be completely local. Many thanks 1
mossj Posted October 14, 2009 Posted October 14, 2009 Hi Mossj, Your code pretty much got me there - massive thanks! The code I eventually used was only tweaked slightly: This code has enabled me to move forward with a web-based digital signage solution for the school which can be completely local. Many thanks Just so you know the code you removed (embed tag) was actually to ensure cross-browser campatibility so it doesn't really matter, if you know what system/browser will be using it.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now