how to stream windows media files in html without downloading the file ? i tried with html audio,embeded tags but wma files are not supporting
<audio controls="mycontrol" height="50" width="50">
<source src="music.mp3" type="audio/mp3" />
<source src="music.ogg" type="audio/ogg" />
<embed height="50" width="50" src="music.mp3" />
</audio>
any other way to stream or play wma files ?
Aucun commentaire:
Enregistrer un commentaire