Except it seems that youtube videos lack the parameter for allowing them to be run full screen. I've added &fs=1 to my URL, but the full screen button still doesn't show up. It's because of the lack of the "fullscreen" parameters. Here's a full working example:
<object width="425" height="344">
<param name="movie" value="http://www.youtube.com/v/GPFCNwEOHfk&fs=1"></param>
<param name="allowFullScreen" value="true"></param>
<embed
src="http://www.youtube.com/v/GPFCNwEOHfk&fs=1"
type="application/x-shockwave-flash"
allowfullscreen="true"
width="425"
height="344"
></embed>
</object>
You can view this at
http://www.ceregatti.org/yt.phpCould you please add support for the full screen options in embedded youtube videos?