Bill Thompson
posted this on Jul-29 2011 13:25
The Streaming Player is a multimedia player that can be placed in a wide variety of environments. It will easily play full albums, display images or slideshows, or play videos. It can also present mixed media (images, slideshows, and tracks). This player can easily be shared; it can generate embed codes for fans to place the widget on their own page, and has a fullscreen mode. The streaming widget can also drive traffic to a page you desire - storefronts, blogs, your homepage, etc.
Setting up the streaming player is a matter of creating the embed code in the application and placing the embed code generated by the application on one or more web pages you control.
In your Topspin account, click on “Spin”, then click on “Publish Widgets”. Select “Streaming Player” as your widget type.
At the bottom of the creation form, you can see what the widget you’re creating will look like.
If you’re satisfied with the appearance of the widget, click “Publish” in the upper right of the creation form. You will be presented with a confirmation code that shows your widget, and provides you with the embed code that you will need to place this widget on the web. (Don’t worry — you don’t need to get it now. You can always go to Spin - Summary and click through to the details page for the widget to get its embed code).
Take the embed code for your widget, and insert it into pages wherever you want. You can place the code as-is in any web page; paste it into WordPress posts (using WordPress’s code view); MySpace, etc.
You should always give your widget a quick test from to make sure that it works as expected - if you have videos, try playing them; listen to tracks, see that your slideshow works.
Find your campaign under the “Summary” view of the “Spin” section. Click on the campaign name and you’ll be able to view data like number of views, clicks, and plays.
We have updated the streaming player in the Topspin application, however, some artists have asked for the code for the old one. To use the old player, all you need to do is enter the widget ID and artist ID into the code below (select a highlight color too probably) and you're good to go. NOTE: If you decide to use the old player, you are on your own as it is no longer supported:
<div class="topspin-widget topspin-widget-bundle-widget">
<object type="application/x-shockwave-flash" width="400" height="300" id="TSWidgetENTER-WIDGET-ID" data="http://cdn.topspin.net/widgets/bundle/swf/TSBundleWidget.swf" bgColor="#000000">
<param value="always" name="allowScriptAccess" />
<param name="allowfullscreen" value="true" />
<param name="quality" value="high" />
<param name="movie" value="http://cdn.topspin.net/widgets/bundle/swf/TSBundleWidget.swf" />
<param name="flashvars" value="widget_id=http://cdn.topspin.net/api/v1/artist/ENTER-ARTIST-ID/bundle_widget/ENTER-WIDGET-ID&theme=black&highlightColor=0x91e2e5&displayCTAButton=true" />
<param name="wmode" value="transparent" />
</object>
</div>