sqlnoob Posted May 25, 2011 Share Posted May 25, 2011 Hi all, I was wondering... I'm working on a project that involves a website with embedded mp3 files and this guy wants to play a short list of 2 MP3 files. Now I've made a small m3u list with notepad that contains 2 songs. I mean no problem there. Because most browsers recognise this, it works and the two files can be automatically played in the browser one after the other. But here is the catch, now I have to show the name of these song on the right side of the page. I know this can be done with flash, but can it be done with mere javascript? And if it can be done, how do you do it? Is there a way to fetch the filename of the embedded song that is currently playing from the playlist and show it on a html page or php page? I'm really lost with this and I've got no idea on how to do this, or whether it is even possible. So any help or answers you can give me is much appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/237458-show-filename-of-played-file-from-m3u-list/ Share on other sites More sharing options...
gizmola Posted May 26, 2011 Share Posted May 26, 2011 No the browsers have no intrinsic way of playing an m3u/mp3. The data is simply being handed off to a plugin. Quote Link to comment https://forums.phpfreaks.com/topic/237458-show-filename-of-played-file-from-m3u-list/#findComment-1220353 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.