[This is preliminary documentation and subject to change.]
To activate a TV Crossover Link, use the reserved variable, TVCrossover.
TVCrossover triggers contain URL (Uniform Resource Locator) information. They are formatted as shown.
trigger (5 "<URL>[[attr1:val1][attr2:val2] ... [attrN:valN]]") ;
Where
This parameter is optional. The default value is "type".
Remarks
When the broadcast client receives a TVCrossover trigger, it fires a TVCrossover event, which can then be handled by scripts embedded in the enhancement page.
Examples
The following are examples of TVCrossover triggers. Note that the attributes that have the form [xxx] use the default name "type" and are equivalent to [type:xxx].
trigger (5 "<http://www.newmfr.com>[name:New]") ;
trigger (5 "<http://www.stdnetwork.com>[network]") ;
trigger (5 "<http://www.tvprogram.com>[program]") ;
trigger (5 "<http://advsponsor.net>[sponsor][name:Advertising Sponsor]") ;