Question : How can I disable flash allowfullscreen?

How can I disable the flash allowfullscreen option ? I tried to set the value as false. Still it allows user to do.
1:
2:
3:
4:
5:
6:
7:
8:
<object height="120" width="164" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">
<param name="src" value="plugins/editors/jce/tiny_mce/plugins/mediamanager/swf/flvplayer.swf" />
<param name="menu" value="false" />
<param name="allowfullscreen" value="true" />
<param name="wmode" value="opaque" />
<param name="base" value="http://www.test.com/" />
<param name="flashvars" value="file=images/bijeet.flv" />
<param name="name" value="test.flv" /><embed height="120" width="164" name="bijeet.flv" flashvars="file=images/test.flv" base="http://www.test.com/" wmode="opaque" allowfullscreen="true" menu="false" src="/plugins/editors/jce/tiny_mce/plugins/mediamanager/swf/flvplayer.swf" type="application/x-shockwave-flash"></embed>

Answer : How can I disable flash allowfullscreen?

I hope you have set it to false on both occurrences:

<param name="allowfullscreen" value="false" />

<embed height="120" width="164" name="bijeet.flv" flashvars="file=images/test.flv" base="http://www.test.com/" wmode="opaque" allowfullscreen="false"...


Also for more details you can explore the article link given above.
Random Solutions  
 
programming4us programming4us