[nycphp-talk] OT - embedded WMV objects - no full screen on FireFox
Max Gribov
max at neuropunks.org
Thu Sep 29 11:27:55 EDT 2005
Hello,
This is slightly offtopic, a little problem im having with this site
im writing.
I have following code:
<object id="player"
classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="420"
height="366" >
<param name="AutoStart" value="true">
<param name="URL" value="<?=$movurl;?>">
<param name="uiMode" value="full">
<embed name="player" width="420" height="366"
type="video/x-ms-asf-plugin"
pluginspage="http://www.microsoft.com/windows/windowsmedia/"
filename="<?=$movurl;?>" src="<?=$movurl;?>"
allowchangedisplaysize="1" autosize="1" displaysize="1"
showcontrols="1" showstatusbar="1" autorewind="1" autostart="1">
</embed>
</object>
<br>
<a href="#" onClick="player.fullScreen = true"><img
src="images/fullscreen.jpg"></a>
As you can see, when I click on the fullscreen.jpg button the wmv file
is supposed to become fullscreen - and it does, but only in IE
I was looking through google, as well as comparing this code to other
code I wrote/could find, and everything seems like it should work.
Can anyone see what Im doing wrong? Or is it not the code, and im
missing something entirely else?..
note: inside the <object> tag I used to have
type="application/x-oleobject"
directive, and adding/removing it did not change anything
Thank you!
Max
More information about the talk
mailing list