My embedded Youtube Videos aren't being displayed in IE?? Does anybody know why?

Discussion in 'HTML & Website Design' started by cancuncss, Dec 8, 2008.

  1. #1
    cancuncss, Dec 8, 2008 IP
  2. gerdywerdy

    gerdywerdy Member

    Messages:
    381
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    35
    #2
    here is the code to embed videos

    <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/nRAD8V8vfC8&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/nRAD8V8vfC8&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

    change the video file name to yours as I just picked one at random

    if the videos are yours you could download them and re up them to your own server. This means that you don't have to worry about them being deleted from youtube etc

    hope this helps
     
    gerdywerdy, Dec 8, 2008 IP
  3. cancuncss

    cancuncss Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for your help. I tried your fix but no success yet. Thanks anyway.
     
    cancuncss, Dec 8, 2008 IP
  4. JamesSmith110

    JamesSmith110 Active Member

    Messages:
    259
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    80
    Digital Goods:
    1
    #4
    Something like the below will work.

    Replace "VIDEO LINK GOES HERE." with swf link and replace width="345" height="112" with the video size.

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="345" height="112">
      <param name="movie" value="VIDEO LINK GOES HERE.">
      <param name="quality" value="high">
      <embed src="VIDEO LINK GOES HERE." quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="345" height="112"></embed>
    </object>
    Code (markup):
     
    JamesSmith110, Dec 10, 2008 IP
  5. cancuncss

    cancuncss Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks a lot James! It worked! You're a genius!
     
    cancuncss, Dec 11, 2008 IP
  6. Shirley1874

    Shirley1874 Peon

    Messages:
    558
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Check you have installed Adobe Flash Video Player on your IE, and here is html code for .swf:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"  width="432" height="330" title="game">
          <param name="movie" value="/flash/game.swf" />
          <param name="quality" value="high" />
          <embed src="/flash/game.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432"  height="330"></embed>
        </object>
    HTML:
    If the code doesn't work, you can use Moyea Web Player Pro to embed your video to your website. Here is the tutorial: http://www.flash-video-mx.com/webplayer-resources/add-videos-to-website.html
     
    Shirley1874, Dec 18, 2008 IP