views:

32

answers:

1

Hi, I'm creating html to send by email, and i want to put a music player like SoundCloud, I recieve an email who include that.

<object height="81" width="100%"> <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F1627309%3Fsecret_token%3Ds-B1hMj&amp;secret_url=false"&gt;&lt;/param&gt; <param name="allowscriptaccess" value="always"></param> <embed allowscriptaccess="always" height="81" src="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F1627309%3Fsecret_token%3Ds-B1hMj&amp;secret_url=false" type="application/x-shockwave-flash" width="100%"></embed> </object>

This is the code of the player.

Thanks

Alan

+3  A: 

Most email clients will reject your object/embed tags.

Flash & Javascript are not allowed in Email Newsletters.

Update - Apparently this actually is possible in Apple Mail, all others will fail though.

See http://support.soundcloud.com/soundcloud/topics/embedding_soundcloud_mix_on_email_ive_seen_it_done_but_dont_know_how?from_gsfn=true

Marko
yes i know that, but i've already recieve and email with an soundcloud player embed, and i can't saw the source that they used to embed that.
Alan Rtl
How ironic. Flash only works in Apple Mail.
imgx64