Flash Embed Object FCKEDITOR

Hello To all im New on this like 1 month.:stuck_out_tongue:



I need help to embed a audio flash player. I have this files in the server: [COLOR=“DarkGreen”]player.html,player.swf,player.xml and song.swf[/COLOR]



The code i use to add the flash are:

<object classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="32" height="31"><br />
  <param name="movie" value="[COLOR="Blue"]images/audioflash/player.swf[/COLOR]" /><br />
  <param name="quality" value="high" /><br />
  <param name="wmode" value="transparent"><br />
     <embed src="[COLOR="blue"]images/audioflash/player.swf[/COLOR]"<br />
      quality="high"<br />
      type="application/x-shockwave-flash"<br />
      WMODE="transparent"<br />
      width="32"<br />
      height="31"<br />
      pluginspage="http://www.macromedia.com/go/getflashplayer" /><br />
</object><br />

```<br />
<br />
[B]I put this code in Admin of CSCART in a articule in the option of "Small Text" in HTML Advanced Editor in the section of Source, but the problem is when i refresh my page in the article i see the icon audio flash player but i can hear anything.:[/B]:confused: <br />
<br />
[U]This i generate with a program name "Flash MP3 Player Builder"...[/U]<br />
<br />
Thanks a lot! Regards from Mexico.:cool: