Play Scrolling Text in BrightAuthor
To display scrolling text through BrightAuthor, you can either use a Ticker zone (which displays .txt files, RSS feeds, Twitter and variables) or an HTML5 object to playback a webpage that contains scrolling text.
Series 1 and 2 BrightSign players do not support scrolling text. To implement this feature, you should have a newer player model and your presentation must be created for that model.
To use a Ticker zone:
In Edit > Layout, add a Ticker zone to your presentation
Go to Edit > Playlist, select the Ticker zone, and click Zone Properties.
Set the Text Appearance to Scrolling.
Select OK to exit the Edit Zone window when finished.
To use the HTML5 object:
Implement text scroll in the HTML/CSS/JavaScript language, then use the HTML5 object in the Images zone to play back the webpage.
Other:
BrightAuthor preview doesn't support scroll text. The presentation should be published and tested directly on the BrightSign player.
The text scroll feature is also available in BrightScript via the roTextWidget object and JavaScript through the BSTicker object.
Â
Â