Is there any way to play audio files (any format) in a mobile by using XHTML.
I thought of using the same old <object> or <embed> tag.
But these tags will be of no use if the particular object is not available in the mobile.I heard about SMIL, but i am not able to find out a way of using this SMIL in XHTML.Can any one provide me a piece of sample code to just play a simple audio file.
(my basic requirement is to play an audio file in the background when the user is browsing my site through his mobile).