Author
|
Topic: Billboard scripting (Read 986 times)
|
Terry R
Newbie
Karma: +0/-0
Posts: 1
|
I want to write a script that will turn on the billboard at a certain time. I know what parameter name to use, but not sure what value to use. Does anyone know how to do this?
Thanks,
Terry
|
|
|
|
|
rmavro
Administrator
Hero Member
   
Karma: +5/-1
Posts: 294
|
Terry,
The VBrick Billboard is a web brower for the MPEG-2 or MPEG-4 decoder (by-the-way, the brower used for the MPEG-4 decoder is much more capable than the one used with the MPEG-2 decoder).
In essence, you need to tell the brower what URL to display, then enable it (on) or disable it (off).
Here is a sequence to set the URL and turn it on:
<vbrickSlot2BillboardURL> command for the billboard, slot 2 <file://./BB01/VB_1.HTM> value. set this to the URL you wish. The default is shown. <vbrickSlot2BillboardEnable> command for the billboard, slot 2 <1> value. 1 for off, 2 for on <vbrickSlot2BillboardIrEnable> command for the billboard, slot 2 <2> value
This is what you set via web page, internal event system or sdk.
Good luck!
|
|
|
|
|
|
 |