_tina_ Posted November 19, 2009 Share Posted November 19, 2009 Hi, I 'm having trouble getting this to show up in IE. <html> <head> <script language="text/javascript" src="../../includes/audio-player/audio-player.js"></script> </head> <body> <object type="application/x-shockwave-flash" data="../../includes/audio-player/player.swf" id="audioplayer1" height="24" width="290"> <param name="movie" value="audio/audio-player/player.swf"> <param name="FlashVars" value="playerID=1&soundFile=http://www.xxx.com/media/100709.mp3"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="wmode" value="transparent"> </object> <br/> <p style="color:#555555"><i>Brian S. Interview</i></p> </body> </html> Can anybody see anything wrong that would make this happen? It runs fine in FF and Safari. Thanks. Quote Link to comment Share on other sites More sharing options...
_tina_ Posted November 19, 2009 Author Share Posted November 19, 2009 Nevermind, I see the problem. The "param name="movie"" had the wrong path! Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.