.m3u file streaming on MAC
Hi,I have a MOSS site where .m3u files are used for streaming audio, which is working fine in Windows environment on sevral browsers IE,Firefox,Safari...but this code doesn't work on MAC pc, Below is my sample code:<object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="Player1" width="300" height="68"><param name="URL" value=" + m3uPath + "><param name=" + m3uPath + "><param name="AutoStart" value="1"><param name="ShowControls" value="1"><param name="ShowStatusBar" value="1"><param name="ShowDisplay" value="1"><param name="stretchToFit" value="1"> <embed src=" + m3uPath + " width="300" height="68" autostart="1" loop="0"type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/default.asp" showcontrols="1" showdisplay="0" showstausbar="1"></embed></object>Please help to get this working on MAC pc. Do I need to install any addon for doing the same.Regards,Sanjeet
February 2nd, 2010 12:40pm
on Mac try this please,
type="audio/x-mpegurl"
http://www.w3schools.com/media/media_mimeref.asp
here other article could help...
http://www.scriptwell.net/howtoplaysound.htm
André Lage Microsoft SharePoint, CRM and Sybase Consultant Blog:http://aaclage.blogspot.com Codeplex:http://spupload.codeplex.com/http://simplecamlsearch.codeplex.com/
Free Windows Admin Tool Kit Click here and download it now
February 2nd, 2010 12:55pm


