Hi there,
At the moment I am trying to setup a connection between a database and a brightsign HD210 through a RSS feed (xml), but I’ve stumbled upon a problem. The following layout is used in Brightauthor, three horizontal ticker zones above one another:
------------------
Ticker zone 1
------------------
Ticker zone 2
------------------
Ticker zone 3
------------------
Each ticker zone uses the same RSS feed and thus shows the same information on screen. What I am trying to achieve, is that each ticker zone addresses a specific part of the RSS feed and will show a different portion of the same feed.
The RSS feed will look like this:
<object1>
…………
</object1>
<object2>
…………
</object2>
<object 3>
…………
</object 3>
So, I would like to show <object1> in ticker zone 1, <object2> in ticker zone 2 and <object3> in ticker zone 3. Also, the zones would have to be synchronized.
Is there a way to accomplish this using BrightAuthor (or a script)? If so, can anybody show me an example so I can work with that? I would really appreciate it.
Thanks in advance!