ScenesThere are a number of scenes that the application expect to find for use based on a naming standard. General ScenesThese scenes apply to all shows that are used. ^BumperThis scene is used to play out full screen bumper videos. object name | description |
---|
^Bumper_Layer | is the object | that application looks for in the bumper scene to attach the bumper video file to | for play
The videos it will play must be found in a Bumpers subfolder of the project's Video folder. ⚠ To avoid getting a "Bumpers found warning..." when starting the application server component app ensure that the scene exists and at least one file is created in the Bumpers folder. ^CrawlThis is a scene group used to display scenes for the stock crawl. ^Crawl ItemThis scene displays the stock symbol using the ^Item text object. ^Crawl PriceThis scene displays the stock value using the ^Price text object. ^Crawl ChangeThis scene displays the stock value change using the following objects: object name | description |
---|
^Change | a text object to display the change value | ^Arrow | an object that is used to apply a material to indicating if the value is up or down Materials: - arrow_up
- arrow_down
|
^Stock TableThis scene displays a few rows of stock values at a time. (Note the {i} is replaced by numbers 1,2,3... for however many rows you design the stock table to contain.) object name | description |
---|
^Title | a text object to display an option title for the stock table | ^Stock{i}_symbol | a text object to display the stock symbol | ^Stock{i}_price | a text object to display the stock value | ^Stock{i}_change | a text obejct to display the stock value change Materials that may be applied: - color_up
- color_down
| ^Stock{i}_arrow | an object used to display the relative change via a material Materials that may be applied: - color_up
- color_down
|
Show Specific^Chart showThis scene is used to display the generated stock charts/graphs Note that "show" in the name is a suffix that identifies it as belonging to that show group. ⚠ This scene is required - a warning will be given if it is not found. object name (i = 1 or 2) | description |
---|
^Chart | a quad object used to display the generated stock graph image | ^Stock{i}_range | a text object to display the time range | ^Stock{i}_company | Company Name | ^Stock{i}_symbol | Stock Symbol | ^Stock{i}_Price | Value or Price | ^Stock{i}_arrow | an object we apply a material to indicate positive/negative for the overal value change for the chart time range Materials: - arrow_up
- arrow_down
| ^Stock{i}_intra_change | the intraday (current day) change in value | ^Stock{i}_intra_arrow | an object we apply a material to indicate positive/negative for the value change for the current day Materials: - arrow_up
- arrow_down
| ^Stock{i}_change | the chart time range overall change in value | ^Stock{i}_legend | an object we apply a selected color to that matches the color for the stock used in the generated chart |
^L3 showThis scene is used to display the Lower Third texts and Names from the client app. Note that "show" in the name is a suffix that identifies it as belonging to that show group. ⚠ This scene is required - a warning will be given if it is not found.
Namesobject name | description |
---|
^Name1 | name of person/guest 1 | ^Name2 | name of person/guest 2 | ^Title1 | title of person 1 | ^Title2 | title of person 2 |
Lower Thirdsobject name | description |
---|
^Line1 | first line of text to display | ^Line2 | second line of text to display |
|