Category Archives: tests

youtube test

19th
May. × ’10
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" [...]
Posted in tests | Leave a comment