webjimmy
06-23-2008, 02:42 PM
Hi friends
based on Omnicast SDK, i try to call
GxVideoLive object
<object id=GxVideoLive classid=clsid:E10F54C4-7191-4da8-A254-43F92E383C10 height=240 width=352>
<param name="fileName" value="xxxxx" />
<param name="autostart" value="true" />
<param name="showstatusbar" value="true" />
<param name="PlayCount" value="5" />
<embed src="../../../xxx" width="320" height="310" hspace="0" vspace="0" autostart="true" filename="videos/xxxx" name="win_media_player" playcount="5"></embed>
</object>
how to call method and events by VBScript/JavaScript or VB.net in web side? or just as a param in object?
such GxVideoLive.ClearOverlay Method
and GxVideoLive.OnVideoStarted Event
Do we can dymanic display omnicast Video/camera in the web site. it is a avi type.
Thanks for your help!
Regards,
Jim
based on Omnicast SDK, i try to call
GxVideoLive object
<object id=GxVideoLive classid=clsid:E10F54C4-7191-4da8-A254-43F92E383C10 height=240 width=352>
<param name="fileName" value="xxxxx" />
<param name="autostart" value="true" />
<param name="showstatusbar" value="true" />
<param name="PlayCount" value="5" />
<embed src="../../../xxx" width="320" height="310" hspace="0" vspace="0" autostart="true" filename="videos/xxxx" name="win_media_player" playcount="5"></embed>
</object>
how to call method and events by VBScript/JavaScript or VB.net in web side? or just as a param in object?
such GxVideoLive.ClearOverlay Method
and GxVideoLive.OnVideoStarted Event
Do we can dymanic display omnicast Video/camera in the web site. it is a avi type.
Thanks for your help!
Regards,
Jim