Can I Change mp3 Player or clip player

Last post 04-18-2011, 10:48 AM by Eric. 1 replies.
Sort Posts: Previous Next
  •  04-17-2011, 7:48 AM 67198

    Can I Change mp3 Player or clip player

     
    please help me

    Can I Change mp3 Player  or clip  player from wmplayer to any player i have
    Filed under:
  •  04-18-2011, 10:48 AM 67221 in reply to 67198

    Re: Can I Change mp3 Player or clip player

    Dear mhmoud,
    You can open http://cutesoft.net/example/general.aspx and click "Insert Media", if you insert one mp3 file, you can find the following html code will be generated:
     
    <p></embed>
    <object codebase="http://activex.microsoft.com/activex/ controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902" standby="Loading Microsoft Windows Media Player components..." classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" width="200" type="application/x-oleobject" height="200">
    <param name="FileName" value="/uploads/Kalimba.mp3" />
    <param name="autoStart" value="1" />
    <param name="showControls" value="1" />
    <param name="showstatusbar" value="0" />
    <param name="windowlessvideo" value="false" /><embed name="MediaPlayer1" src="http://cutesoft.net/uploads/Kalimba.mp3" autostart="1" showcontrols="1" showstatusbar="0" windowlessvideo="false" width="200" height="200" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer" ></embed>
    </object> </p>
     
    http://cutesoft.net/developer+guide/scr/Creates-your-own-HTML-Filter.htm , you can create filter and change this snippet and use other mp3 player.
     
    Hope it helps.
     
    Thank you for asking
View as RSS news feed in XML