Example using Youtube’s embed code:
Youtube’s embed code that doesn’t fallback to iPhone gracefully:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="250" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ybPeQUEgk-0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="250" src="http://www.youtube.com/v/ybPeQUEgk-0" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Example that does work:
YouTube Video
<object type="application/x-shockwave-flash" data="http://www.youtube.com/ v/ VideoID" width="500" height="250"> <param name="movie" value="http://www.youtube.com/ v/ VideoID" /> <param name="quality" value="high" /> <param name="allowFullScreen" value="true" /> <!-- Fallback content --> <a href="http://www.youtube.com/ watch? v=VideoID"> <img src="http://img.youtube.com/ vi/ VideoID/0.jpg" width="500" height="250" alt="[Video title]" />YouTube Video</a></object>
Your email is never published nor shared. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
youtube test
Example using Youtube’s embed code:
Youtube’s embed code that doesn’t fallback to iPhone gracefully:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="250" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ybPeQUEgk-0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="250" src="http://www.youtube.com/v/ybPeQUEgk-0" allowscriptaccess="always" allowfullscreen="true"></embed></object>Example that does work: