I got the flash player to work but how do I get it to play nice with IE I get a message that states:
"This page contains <object> tags that may not work properly in most recent versions of Internet Explorer. To correct this problem, you must convert these tags to browser-safe scripts."
Can anyone help me out with this. Do I have to use the embed tags and if so how do I do that? I tested it out in Firefox, Safari and Chrome with no problems. I only get this problem with IE. Here is the code:
<object type="application/x-shockwave-flash" data="http://www.mysite.com/player.swf" id="audioplayer1" height="24" width="312">
<param name="movie" value="http://www.mysite.com/player.swf">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="#FFFFFF" />
<param name="FlashVars" value="playerID=audioplayer1&animation=yes&remaining=no&noinfo=no&buffer=5&checkpolicy=no&rtl=no&bg=dcdac5&text=4d3506&leftbg=4d3506&lefticon=ececdf&volslider=666666&voltrack=ececdf&rightbg=4f3207&rightbghover=999999&righticon=ececdf&righticonhover=ececdf&track=dcdac5&loader=8c8774&border=dcdac5&tracker=ebeade&skip=666666&soundFile=http://www.mysite.com/audio/test1.mp3" /></object>
Dan