hello
I have a problem Cartoonsmart Xml MP3 Player
from here
http://lothlorian.org.ua/flash-mp3/flash-mp3.swf it work(only 1st Track )
but when I put it on my page
http://lothlorian.org.ua/forum/4-146-1
it dont play music and bad look.
I use this code(to put on page)
Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="800" height="800" id="mp3player" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" >
<param name="movie" value="http://lothlorian.org.ua/flash-mp3/flash-mp3.swf?config=http://lothlorian.org.ua/flash-mp3/config.xml&
file=http://lothlorian.org.ua/flash-mp3/playlist.xml" />
<param name="wmode" value="transparent" />
<embed src="http://lothlorian.org.ua/flash-mp3/flash-mp3.swf?config=http://lothlorian.org.ua/flash-mp3/config.xml&
file=http://lothlorian.org.ua/flash-mp3/playlist.xml" wmode="transparent" width="800" height="800" name="mp3player" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
Please help