| View previous topic :: View next topic |
| Author |
Message |
cyberkid
Joined: 12 Jun 2007 Posts: 3
|
Posted: Fri Aug 03, 2007 9:14 am Post subject: html object params |
|
|
I am trying to add params directly to the object tag like below
<object id='UPlayer' width='320' height='240' classid='clsid:26522409-8BBF-4c5b-A4D3-CF4B1D6F255B' codebase='http://www.umediaserver.net/bin/UMediaControl5.cab'>
<param name='UseMediaServer' value='http://www.mediaserver.net' />
<param name='UseFile' value='travel\worldtour.wmv' />
<param name='EnableContextMenu' value='true' />
</object>
but this doesn't seem to work. I am adding directly these params because I am generating this output in a html file.
Any help will be highly appreciated.
regards
vishnu |
|
| Back to top |
|
 |
Admin Site Admin
Joined: 04 Aug 2006 Posts: 488
|
Posted: Fri Aug 03, 2007 10:35 pm Post subject: |
|
|
This is not supposed to work.
Our ActiveX control does not support setting parameters via <object> tag.
You have to use client-side scripting as shown in our examples.
Admin |
|
| Back to top |
|
 |
|