0
Welcome Guest! Login
0 items Join Now

Mp3 music player problem (using xml/ufo.js) Operation Failed IE7

    • DioDE's Avatar
    • DioDE
    • Jr. Rocketeer
    • Posts: 31
    • Thanks: 0

    Mp3 music player problem (using xml/ufo.js) Operation Failed IE7

    Posted 16 years 6 months ago
    • Hey everyone,

      Ive been trying to install a music player on my joomla site but i ran into the problem of having an "Operation Failed" error in IE7. After some investigating i came across a bunch threads that addresses the issue but I have yet to find a solution to my particular problem.

      After downloading the ufo.js I installed it without any problems and the "Operation Failed" errors stopped and the player shows up fine. My problem now is that the player is .xml driven and when I try to add code to reference it the player then disappears and the "please download flash and turn on javascript" appears (as expected if either 2 are not on).

      This code has the flashvars and, in turn, only shows the "please download flash......"
      <script src="/music/ufo.js"></script>
       
      <script type="text/javascript">
                var FO = { movie:"/music/playerMultipleList.swf", width:"174", height:"250", majorversion:"8", build:"0", xi:"true" };
      &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  flashvars:"file=/music/playlist.xml&autostart=true" };
                UFO.create(FO, "ufoDemo");
                </script>
       
      <div id="ufoDemo">
      <p>Replacement content</p>
      <p><a href="http://www.macromedia.com/go/getflashplayer" mce_href="http://www.macromedia.com/go/getflashplayer"><img src="http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif" style="border: medium none ;" alt="Get macromedia Flash Player" mce_src="http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif"></a></p></div>

      If i take the flashvars out the player shows up fine but i dont have a playlist or music playing.
      <script src="/music/ufo.js"></script>
       
      <script type="text/javascript">
                var FO = { movie:"/music/playerMultipleList.swf", width:"174", height:"250", majorversion:"8", build:"0", xi:"true" };
                UFO.create(FO, "ufoDemo");
                </script>
       
      <div id="ufoDemo">
      <p>Replacement content</p>
      <p><a href="http://www.macromedia.com/go/getflashplayer" mce_href="http://www.macromedia.com/go/getflashplayer"><img src="http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif" style="border: medium none ;" alt="Get macromedia Flash Player" mce_src="http://www.macromedia.com/images/shared/download_buttons/get_flash_player.gif"></a></p></div>

      Any ideas??? :-[

Time to create page: 0.041 seconds