Script functions reference > Script functions in alphabetical order > G > GetDynamicOverlayURI

GetDynamicOverlayURI
Syntax
GetDynamicOverlayURI();
Description
Returns the path to the overlay LXF connected to the current Event. The overlay can contain embedded fonts. This path can be used as a Modification on the Fragment URI property in StoryTeller, which will load the overlay giving the same result as a dynamic overlay in PageOUT. You can also set the property directly in a script as in the example below.
Note:
This function is temporary, in coming releases it will most likely be replaced with a possibility to load dynamic overlays directly via the StoryTeller user interface.
Returns
Returns the path to the overlay connected to the current Event.
Example
stSetProperty("OverlayURI", GetDynamicOverlayURI());
OpenText StreamServe 5.6 Updated: 2013-03-01