How to put media player on the webpage and connect it to your anywhere account
1. Insert the following into your html page:
<object id="anywhereMediaPlayer" width="400" height="400" standby="please wait..."
classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject"><param name="URL" value="">
<param name="SendPlayStateChangeEvents" value="True">
<param name="uiMode" value="full"><param name="autoStart" value="True">
<param name="stretchToFit" value="True">
</object>
2. Set 'URL' attribute to an appropriate 'anywhere link'. examples below:
anywhereMediaPlayer.URL = "http://www.mymusicanywhere.com/1/1/a?a=dF&p=y7PApzY5iOAAY5iApzOAArl1dQX"
<param name="URL" value="http://www.mymusicanywhere.com/1/1/a?a=dF&p=y7PApzY5iOAAY5iApzOAArl1dQX">