Re: YouTube New Embedde code trouble

  •  05-23-2011, 8:40 AM

    Re: YouTube New Embedde code trouble

    Dear pbwbart,
     
    Youtube has changed the code, there are two ways to embed the youtube video:
     
    First:
    <iframe width="560" height="349" src="http://www.youtube.com/embed/e5Iey0wDqBE" frameborder="0" allowfullscreen></iframe>

    Second:
    You can click "Use old embed code",  the following is necessary code:
    1. <object width="560" height="349"><param name="movie" value=" name="allowFullScreenvalue="true">
    2. </param>
    3. <param name="allowscriptaccess" value="always">
    4. </param>
    5. <embed src="http://www.youtube.com/v/e5Iey0wDqBE?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" width="560" height="349" allowscriptaccess="always" allowfullscreen="true">
    6. </embed>
    7. </object>  

    Please compare this code with yours.


    Thanks for asking
    Eric@cutesoft.net
View Complete Thread