
December 2nd, 2012, 01:03 PM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 1
Time spent in forums: 20 m
Reputation Power: 0
|
|
|
Embedded Youtube: fullscreen issue with chrome
Hi,
I'm using the following code to embed Youtube videos in an XHTML 1.0 Strict compliant way:
Code:
<div class="video" style="width:425px;height:349px'>
<object type="application/x-shockwave-flash" data="https://www.youtube.com/v/videocode?version=3&modestbranding=1&fs=1" width="425" height="349">
<param name="movie" value="https://www.youtube.com/v/videocode?version=3&modestbranding=1&fs=1" />
<param name="allowScriptAccess" value="always" />
<param name="allowFullScreen" value="true" />
</object>
</div>
Works like a charm in all major browser, with one exception: fullscreen mode won't work with Chrome. Adding the usual embed tag is no option, since it's not XHTML compliant.
Any suggestions to fix this issue would be much appreciated.
Regards,
cirion
|