Im trying to post a flash player that puts my podcast on my blog heres the code
<object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="325" height="100" id="mp3list" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="http://www.switchpod.com/mp3list.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="FlashVars" value="MyFile=http://www.switchpod.com/users/gamerlife/feed.xml&MyPodcast=&MySong=" />
<embed
src="http://www.switchpod.com/mp3list.swf"
FlashVars="MyFile=http://www.switchpod.com/users/gamerlife/feed.xml&MyPodcast=&MySong="
quality="high" bgcolor="#ffffff" width="325" height="100" name="mp3list" align="middle"
allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
It isn't letting me to it!!!
Can anyone help?