How to use the Tele-Works Web Broadcast Clients
Tele-Works provides three different clients you can use to display web broadcasts on your website. Two of these
will display the information for you, while the other converts the web broadcasts into a common news format called RSS 2.0
that many new programs can interpret. All settings for these clients can be found in the web.config file, which is located
in the BroadcastClient project which was placed on your webserver.
In addition to these clients you can write your own using the same web service the client programs do. For documentation
on using the web service, click here.
Scrolling Ticker Window
To add a scrolling news ticker to your website add the following code in the place you would like it to appear:
<script language="JavaScript1.2" src="http://GISWEB//scrolling.aspx"></script>
Static Window
To add a static news window to your website add the following code in the place you would like it to appear:
<script language="JavaScript1.2" src="http://GISWEB//static.aspx"></script>
RSS Newfeed Format
To use the RSS news feed format point your news ticker program to the rss.aspx file in the BroadcastClient project
on your local webserver.
http://GISWEB//rss.aspx