vote up 0 vote down star

Hi,

I host a WAVE-file, which plays fine, it's URL is entered in Mobile Safari directly. Trying to embed it in a simple HTML page shows me a "can't play" icon.

alt text

What's wrong with my embed code?

<embed href="http://localhost/test.wav" type="audio/wav"/>
flag

67% accept rate
1  
What's wrong with your embed code is ... you didn't post it here. – Ambrose Jun 20 at 23:56
Ahhh. Thank you. The code was actually included in the post. But somehow stackoverflow's rich text editor made it disappear. Sorry, I haven't seen that. Now it's corrected. – Stefan Jun 21 at 12:03

1 Answer

vote up 0 vote down

MobileSafari does not support the embed tag. You can link to a supported audio file though, as you mention, and it will play using the native music player when a user presses the link.

This page has a list of supported filetypes.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.