How to Play a song on blog ,Just paste this code in the blog and adjust some setting.
Code:
<object id="MUSIC" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="220" height="63" type="application/x-oleobject"> <param value="mp3 url" name="URL"/> <param value="True" name="SendPlayStateChangeEvents"/> <param value="false" name="AutoStart"/> <param value="full" name="uiMode"/> <param value="9999" name="PlayCount"/> <param value="true" name="enabled"/> <param value="100" name="Volume"/> <param value="false" name="enableContextMenu"/> </object>
Setting:
param value=
"True"name="AutoStart"= will start by itself
"false" Will not start by itself...
param value="full" mean the it load with full function
"mini" mean simple interface.
"none"mean minimun fuction
param value="9999" name="PlayCount"...
param value="true" name="enabled"... this will enable the controls of the player (eg. play/stop)
param value="false" name="enableContextMenu... preventing right clicking over the player.
Super Fast add media player to blogspot :
By:elvin.T.http://earningsource.blogspot.com/
0 评论:
发表评论