Hi,
I am developing online movie presentaion using WMP object
<object clsid="CLSID....." id="MP">
<param name=filename value=filename.wmv>
</object>
I used some scripts on button click like following
//1 for play
document.getElementById("id1").run();
//2 for stop
document.getElementById("id1").stop();
//3 for pause
document.getElementById("id1").pause();
//4 for full screen play
document.getElementById("id1").FullScreenMode="1";
All these working fine in IE.
But4th is not working in netscape. If you have any other method please send to me
also I tried param
<param name=Fullscreenmode value=1>
WOrks in IE.But not in netscape
Please help me
thank you
Ram
SW Developer.
NetradelphicP.L.
Bangalore
INDIA
ramasubram1980@hotmail.com
ramasubramanianr@rediffmail.com