|
Posted by Manjany on March 13, 2006, 9:08 am
Please log in for more thread options
Hi all,
I'm trying to catch the scriptComand event in my HTML page on my smartphone,
but I never get this event.
Do you know why ?
Any ideas?
Thanks in advance,
David
I tried something like this :
/////////////////////////////////////////////////////////////////test.html///////////////////////////////////////////////////////////////
<OBJECT ID="Player"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
show/hide quoted text
height="100" width="100" VIEWASTEXT>
<param name="URL" value="house.wma">
<param name="volume" value="100">
</OBJECT>
<SCRIPT FOR="Player" EVENT="ScriptCommand(sType, sParam)"
show/hide quoted text
LANGUAGE="JScript">
alert("sType=" + sType + "sParam=" + sParam );
show/hide quoted text
</SCRIPT>
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
I noticed that the same page works fine on my PC.
|
<param name="URL" value="house.wma">
<param name="volume" value="100">
</OBJECT>