ios - How play music from php without quick time player -
i have question. how play music php/html , others without quicktime player. when pushed button in php mp3 url iphone open automaticly quicktime player. need play music site without quicktimeplayer. how it's make saying please..
you try using <audio>
tag. see here: http://www.codeproject.com/tips/226992/back-ground-music-in-html5
if don't want play immediately, leave off autoplay
attribute , call .play() function @ later point. (see also: playing audio javascript?)
Comments
Post a Comment