Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ConradoJr 13 posts 33 karma points
    Sep 06, 2010 @ 23:48
    ConradoJr
    0

    Embed youtube does not work in internet explorer?

    Hello everyone, I enter this package on my site, I saw the youtube video does not appear in internet explorer, it happens to you too? I saw that this is because the object is not the classid. thus rendering the package:

    <object width="500" height="400">
    <param name="movie" value="http://www.youtube.com/v/Eu7k98YsaUY?fs=1"></param>
    <param name="allowFullScreen" value="true"></param>
    <param name="allowscriptaccess" value="always"></param>
    <embed
    src="http://www.youtube.com/v/Eu7k98YsaUY?fs=1"
    type="application/x-shockwave-flash"
    width="500"
    height="400"
    allowscriptaccess="always"
    allowfullscreen="true">
    </embed>

    downloaded the source code and let the so-

    <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="500" height="400">
    <param name="movie" value="http://www.youtube.com/v/Eu7k98YsaUY?fs=1"></param>
    <param name="allowFullScreen" value="true"></param>
    <param name="allowscriptaccess" value="always"></param>
    <embed
    src="http://www.youtube.com/v/Eu7k98YsaUY?fs=1"
    type="application/x-shockwave-flash"
    width="500"
    height="400"
    allowscriptaccess="always"
    allowfullscreen="true">


    </embed> per hour worked, but I sure do not know if you could confirm me? hugs

  • ConradoJr 13 posts 33 karma points
    Sep 07, 2010 @ 00:48
    ConradoJr
    0

    Sorry to all ...
    not only works in Internet Explorer on my machine.

    tested on the machine from a friend of mine and I ran to see what happens on my machine.

    package is not bug!

    Sorry!

Please Sign in or register to post replies

Write your reply to:

Draft