Quote:
Originally Posted by Phil Banks
we were wondering what happend to being able to put the track player in the sig.... an if the track update deal with twitter was working.... tryin to revamp some
|
@
Phil Banks, its actually still possible through embedding the html object. I put mine in my sig just to show you.
---------- Post added at 07:01 AM ---------- Previous post was at 06:47 AM ----------
Here's the code for mine:
HTML Code:
<object type="application/x-shockwave-flash" id="playdeck" data="/players/v4player_track_reb.swf" width="425" height="180"><param name="wmode" value="transparent"><param name="flashvars" value="pid=880334-Instrumental-168&what=track&iam=880334"></object>
The url for my track page is http://www.letsbeef.com/forums/proddetail.php?prod=880334-Instrumental-168
You can use that code as a template, so to embed any LetsBeef track, all you have to do is substitute the part that says "pid=880334-Instrumental-168&what=track&iam=880334" with the last part of the url of the track.
So, example, if I wanted to embed the Phil Banks track "Traveller's code", I would grab the last part of the track url http://www.letsbeef.com/forums/proddetail.php?prod=888083-Travellers-969 and write the code thus:
HTML Code:
<object type="application/x-shockwave-flash" id="playdeck" data="/players/v4player_track_reb.swf" width="425" height="180"><param name="wmode" value="transparent"><param name="flashvars" value="pid=888083-Travellers-969&what=track&iam=888083"></object>
<object type="application/x-shockwave-flash" id="playdeck" data="/players/v4player_track_reb.swf" width="425" height="180"><param name="wmode" value="transparent"><param name="flashvars" value="pid=888083-Travellers-969&what=track&iam=888083"></object>