aniesh82 Posted January 14, 2008 Share Posted January 14, 2008 Hi, I have stored both mp3 & wav files in my server. How can I play this audios in my web page ? Can someone help me ? Regards, PHP Developer. Link to comment https://forums.phpfreaks.com/topic/85895-play-mp3-wav-audio-files/ Share on other sites More sharing options...
ohdang888 Posted January 14, 2008 Share Posted January 14, 2008 <EMBED src="yourfile.mid" width="100%" height="60" align="center"> or... to have it started automatically, and to give users control over pausing, etc. this... <EMBED src="yourfile.mid" autostart="true" hidden="false" loop="false"> <noembed><bgsound src="yourfile.mid" loop="1"></noembed> Link to comment https://forums.phpfreaks.com/topic/85895-play-mp3-wav-audio-files/#findComment-438547 Share on other sites More sharing options...
tibberous Posted January 14, 2008 Share Posted January 14, 2008 Best way to is to install a wav to mp3 converter, then use Flash to play the audio. Link to comment https://forums.phpfreaks.com/topic/85895-play-mp3-wav-audio-files/#findComment-438549 Share on other sites More sharing options...
teng84 Posted January 14, 2008 Share Posted January 14, 2008 http://www.phpfreaks.com/forums/index.php/topic,167900.0.html that might help Link to comment https://forums.phpfreaks.com/topic/85895-play-mp3-wav-audio-files/#findComment-438553 Share on other sites More sharing options...
aniesh82 Posted January 14, 2008 Author Share Posted January 14, 2008 Hi First of all I wish to say thank you for all of them who have replied to this post.. I have tried by using the embed code in the past "http://www.phpfreaks.com/forums/index.php/topic,167900.0.html"... But the page is loading the audio at first time.. Is any other methods are available ? Regards, PHP Developer. Link to comment https://forums.phpfreaks.com/topic/85895-play-mp3-wav-audio-files/#findComment-438571 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.