Why is this Video not showing

Discussion in 'HTML & Website Design' started by Skillage, May 7, 2011.

  1. #1
    Is there something wrong with this code?

    <div id="objFlash"><embed width="306" height="184" allowscriptaccess="always" allowfullscreen="true" wmode="transparent" quality="high" bgcolor="#000000" name="video" id="video" src="http://www.youtube.com/watch?v=qBxrbggZvnk" type="application/x-shockwave-flash">
    </div>

    The video is just saying "movie not loading"

    Why?
     
    Skillage, May 7, 2011 IP
  2. the-sand-man

    the-sand-man Active Member

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #2
    Why not try an iframe approach :)

    <div id="objFlash">
    <iframe width="560" height="349" src="http://www.youtube.com/embed/qBxrbggZvnk" frameborder="0" allowfullscreen></iframe>
    </div>
     
    the-sand-man, May 7, 2011 IP
  3. Skillage

    Skillage Active Member

    Messages:
    538
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Sorry I should have mentioned.

    This is used on my wordpress blog, It is used in the custom field section.

    So the custom field id: video, and in the value I just put the Youtube link, it used to work but suddenly I cannot load any youtube videos I put in there.
     
    Skillage, May 7, 2011 IP
  4. the-sand-man

    the-sand-man Active Member

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #4
    Then add this manually. Select html source of the post, and add the code I provided. it should style it the same way as the others.
     
    the-sand-man, May 7, 2011 IP
  5. talk-visa

    talk-visa Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    you can install scripts in your web ftp because this could be a error of scripting in java
    talk-visa.com
     
    talk-visa, May 9, 2011 IP