_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. Link to comment https://forums.phpfreaks.com/topic/182197-solved-ie-problem/ 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! Link to comment https://forums.phpfreaks.com/topic/182197-solved-ie-problem/#findComment-961369 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.