0
Welcome Guest! Login
0 items Join Now

IE7 and youtube problems?

    • KO's Avatar
    • KO
    • Elite Rocketeer
    • Posts: 681
    • Thanks: 3

    IE7 and youtube problems?

    Posted 16 years 1 month ago
    • Hello Everyone,

      Has anybody had any problems with IE7 and Youtube? I have youtube embedded in some pages in my sites and it seems that when I use only IE7... an error appears... Internet Explorer cannot open ...com Operation Aborted.

      My site works great in FF and IE8. Just can't figure why all of a sudden IE7 would be acting up.

      Any solutions?

      Thanks for reading.
  • Re: IE7 and youtube problems?

    Posted 16 years 1 month ago
    • Hello,

      Remove the <object></object> and leaving only the <embed></embed> parts in the Youtube code and it should work for IE7.
    • KO's Avatar
    • KO
    • Elite Rocketeer
    • Posts: 681
    • Thanks: 3

    Re: IE7 and youtube problems?

    Posted 16 years 1 month ago
    • Thanks... I'll give it a shot!

      Btw, what's up with that? Why doesn't IE7 like object? A js issue I assume.
    • KO's Avatar
    • KO
    • Elite Rocketeer
    • Posts: 681
    • Thanks: 3

    Re: IE7 and youtube problems?

    Posted 16 years 1 month ago
    • So here's a code that I'm also having problems with.

      This time, there is not object.

      I got this from the hyperion tutorial as an alternate source for the video module.

      <div id="player">This text will be replaced</div>
       
      <script type="text/javascript">
      var so = new SWFObject('/embed/player.swf','mpl','630','250','9.0.115');
      so.addParam('allowscriptaccess','always');
      so.addParam('allowfullscreen','true');
      so.addParam('flashvars','&file=http://gdata.youtube.com/feeds/api/standardfeeds/recently_featured&playlist=right&autostart=true');
      so.write('player');
      </script>
      <div id="player"><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" style="margin-top: 1em" alt="Get Adobe Flash player" /></a><br /> You need the latest flash player. Please download <a href="http://www.adobe.com/go/getflashplayer">here</a>.</div>

      There is no <object> code so I'm thinking if there is a problem here as well? IE and javascript don't mix I'm thinking.

      The site seems to work well with IE8 and FF.


      Anyways, thanks for helping me out.
    • Zech's Avatar
    • Zech
    • Jr. Rocketeer
    • Posts: 27
    • Thanks: 0

    Re: IE7 and youtube problems?

    Posted 15 years 8 months ago
    • KO wrote:
      So here's a code that I'm also having problems with.

      This time, there is not object.

      I got this from the hyperion tutorial as an alternate source for the video module.

      <div class="text" id="{CB}" style="font-family: monospace;"><ol><li style="" class="li1"><div id="player">This text will be replaced</div></li><li style="" class="li2"> </li><li style="" class="li1"><script type="text/javascript"></li><li style="" class="li2">var so = new SWFObject('/embed/player.swf','mpl','630','250','9.0.115');</li><li style="" class="li1">so.addParam('allowscriptaccess','always');</li><li style="" class="li2">so.addParam('allowfullscreen','true');</li><li style="" class="li1">so.addParam('flashvars','&file=http://gdata.youtube.com/feeds/api/standardfeeds/recently_featured&playlist=right&autostart=true');</li><li style="" class="li2">so.write('player');</li><li style="" class="li1"></script></li><li style="" class="li2"><div id="player"><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" style="margin-top: 1em" alt="Get Adobe Flash player" /></a><br /> You need the latest flash player. Please download <a href="http://www.adobe.com/go/getflashplayer">here</a>.</div></li></ol></div>

      There is no <object> code so I'm thinking if there is a problem here as well? IE and javascript don't mix I'm thinking.

      The site seems to work well with IE8 and FF.


      Anyways, thanks for helping me out.
      I'm having the same issues with this!!! Was there a good fix for it???
    • What is said in the dark will be heard in the light.... Luke 11:37

Time to create page: 0.051 seconds