Hi can anyone help,
I want to insert a stand alone MP3 player in to the HTML code for every product listed that I have in my store to preview.
I have copied and pasted codes for MP3 players in to the product design coding area but it doesn’t work, is there something else I Need to in the coding in order for the player to show.
I put the code in but it just shows a big white space about the size of the player.
I want to go with a stand alone player that comes with the site instead of the windows/real players as I will be working with clients that some use mac os, they don’t seem reliable enough.
Here is the code I have put in for the mP3 Player from
www.lucidflash.com
(look into the chameleonsoundbasic_demo.txt file for details)
here is the html code of the above player (you can find this when you view the source code of this html page)
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="223" height="95">
<param name="movie" value="chameleonsoundbasic_demo.swf">
<param name="quality" value="high">
<embed src="chameleonsoundbasic_demo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="223" height="95"></embed>
</object>
Thanks for your time
Matthew
I want to insert a stand alone MP3 player in to the HTML code for every product listed that I have in my store to preview.
I have copied and pasted codes for MP3 players in to the product design coding area but it doesn’t work, is there something else I Need to in the coding in order for the player to show.
I put the code in but it just shows a big white space about the size of the player.
I want to go with a stand alone player that comes with the site instead of the windows/real players as I will be working with clients that some use mac os, they don’t seem reliable enough.
Here is the code I have put in for the mP3 Player from
www.lucidflash.com
(look into the chameleonsoundbasic_demo.txt file for details)
here is the html code of the above player (you can find this when you view the source code of this html page)
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="223" height="95">
<param name="movie" value="chameleonsoundbasic_demo.swf">
<param name="quality" value="high">
<embed src="chameleonsoundbasic_demo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="223" height="95"></embed>
</object>
Thanks for your time
Matthew
Comment