TVCrossover

[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

5
is the key denoting that the trigger is TVCrossover.
URL
specifies a Uniform Resource Locator.
attrN
specifies the name of the Nth attribute. A TVCrossover trigger can contain zero or more attribute:value pairs.

This parameter is optional. The default value is "type".

valN
specifies the value of the Nth attribute.

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]") ;