Author
|
Topic: How Do I display a control the banner (Read 1438 times)
|
PaulB
Full Member
 
Karma: +0/-0
Posts: 5
|
Can I control the windows media player banner with a VBrick wm encode to display advertising and announcments.
|
|
|
|
|
rmavro
Administrator
Hero Member
   
Karma: +5/-1
Posts: 294
|
See "Information Display Bar" post on this board.
You can set the "Program", "Author", "Copyright" that is displayed. By pointing to the VBrick's internal on-the-fly-generated .asx file, you can include custom banners in the player. The display of the graphic banner may depend on the player skin used.
You set the banner via Configure/Encoder/Announce.
This object allows you to specify a banner reference to be included in the ASX file. The banner image is displayed below the video window during playback. When set to the special DefaultBanner string the reference in the ASX file is set to the banner.gif file on the VBrick. If you do not wish to use a banner, leave this setting empty. To use your own banner you can create an image file and place it on a server or shared drive on your network and enter the URL or path to your banner file (for example http://myserver/mybanner.gif or \\corpserver\images\mybanner.gif.) The location of the banner file must be accessible by all the player PCs that will be viewing your stream. Windows Media player will display a banner image up to 32 pixels high by 640 pixels wide. If you have a VBrick with a hard drive, the image can be located there, and you set the banner path to "http://VBrickIp:port/server/yourimage.gif
|
|
|
|
|
|
 |