NYCPHP Meetup

NYPHP.org

[nycphp-talk] OT - embedded WMV objects - no full screen on FireFox

CED Consult at CovenantEDesign.com
Thu Sep 29 21:27:39 EDT 2005


I'm not exactly sure if you need the object tag... for mozilla, or something
of that sort...


Other than that I'd look here:
http://www.mozilla.org/quality/browser/front-end/testcases/oji/objecttest5.html
then here:
http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html

I didn't have time to, what can I say, I'm fat and Lazy =D. Aren't all
programmers? Well, minus the fat maybe.


Edward JS Prevost II
Me at EdwardPrevost.info
www.EdwardPrevost.info


----- Original Message ----- 
From: "Max Gribov" <max at neuropunks.org>
To: "NYPHP Talk" <talk at lists.nyphp.org>
Sent: Thursday, September 29, 2005 11:27 AM
Subject: [nycphp-talk] OT - embedded WMV objects - no full screen on FireFox


Hello,
This is slightly offtopic, a little problem im having with this site
im writing.
I have following code:
http://www.mozilla.org/quality/browser/front-end/testcases/oji/objecttest5.html

<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

_______________________________________________
New York PHP Talk Mailing List
AMP Technology
Supporting Apache, MySQL and PHP
http://lists.nyphp.org/mailman/listinfo/talk
http://www.nyphp.org




More information about the talk mailing list