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

Popular posts from this blog

python - Setting ctypes.Structure default values -

java - why am i getting a "cannot resolve method" error on getApplication? -

C# Apple Bonjour - how to monitor service records within Windows -