Track entity has a new feature: we added the HTML code of the Play.me flash player to stream the track within the embeddedPlayer attribute.
When calling an API returning a track or a track list, you will find within track entity the new attribute, that looks something as follows (JSON):
"embeddedPlayer" : "<object type=\"application/x-shockwave-flash\" data=\"http://embed2.dada.net/swf/vdet.swf\" width=\"420px\" height=\"30px\" ><param name=\"quality\" value=\"high\" /> <param name=\"wmode\" value=\"transparent\" /> <param name=\"menu\" value=\"false\" /> <param name=\"allowscriptaccess\" value=\"always\" /> <param name=\"flashvars\" value=\"cid=1042321&domain=it&conf=P00XXX\" /> <param name=\"movie\" value=\"http://embed2.dada.net/swf/vdet.swf\" /></object>"
You can use the HTML code to show the play.me flash player and so allowing track streaming.

LOG IN