Deezer embedding test

October 14, 2007 — 1 Comment

I’ve seen a few clicks wondering about embedding Deezer. Personally, I haven’t got any trouble embedding it, but I haven’t tried actually posting IN a post. I have noticed that Flash embedding sometimes broke my layout, and I have no idea why. In this post I will be testing a few ways of posting the Single Song Player, and the Playlist.

Single Song XHTMLclick here – this is the code pasted in a 1.0 Transitional XHTML.

<div style="top:0px; left:0px; width:180px; height:45px;">
    <object data="https://www.deezer.com/embedded/blogplayer_3.swf?
    path=69370&color1=000000&color2=000000&color3=000000"
    type="application/x-shockwave-flash" width="180" height="29">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie"
    value="https://www.deezer.com/embedded/blogplayer_3.swf?
    path=69370&color1=000000&color2=000000&color3=000000" />
    </object>
    <a href="https://www.deezer.com"
    style="border:none;margin:0;padding:0;">
    <img src="https://www.deezer.com/embedded/footer.jpg"
    alt="free music" title="free music" border="0"
    style="border:none;margin:0;padding:0;" />
    </a>
</div>

The single song player is in fact faulty. Trying now the URL linking – here

One response to Deezer embedding test

  1. Does anyone find that the URL linking works sometimes and sometimes it doesn’t?

Leave a Reply to Amy Cancel reply

Text formatting is available via select HTML. <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.