| Intercast
Broadcast Ontario Project |
|
| Sample Pages |
|
|
Extensions for Interactive Television Because interactive television involves displaying Web content and television simultaneously, we need to help the receiver determine how to display the information. Web pages are created using HTML, which is a collection of tags that describe how to handle the information between the tags. We have created two new components (also called extensions) that are used in the HTML of Web pages that will display TV. One tells the receiver if it should display information as TV or as Web content. The other defines the package of files that make up the interactive TV program and tells the receiver where to find it. The "View" Attribute In HTML . Example: <a href="http://webtv.net/" view="web"> If you follow this link from a TV program by selecting the interactive
TV link icon, the display will change from TV mode to Web mode, which
is the only way to display Web pages on a WebTV Internet receiver. Example: <a href="http://webtv.net/"
view="tv"> Overlays on Full TV Screen Placing text directly over a TV signal risks making the text difficult
or impossible to read. Sample CodeHTML <body background="tv://"> This means the viewer can change the TV channel and not be locked to view the channel. 2. Transparency Property The table background colour , text cell background in a table and a graphic
can have its transparency controlled by
<table border="0"> The whole table background can be set globally by adjusting the trasparency in the <table> tag: View this sample page using the above code in the Microsoft TV Simulator.. Right click on the "hot link" page and save the file. View the file in the Microsoft TV Simulator. View "Transparency With Text Overlay in Tables" in Microsoft TV Simulator to show you the effect of varying the transparency attribute in tables. View "Background Overlay :Transparency with Graphics on Layers" in Microsoft TV simulator to show you the effects of varying the transparency attribute of graphics. You can code the graphics or text to appear at the edges of the TV screen. However, Microsoft TV always places these assets 44 pixels inside the TV area. Picture-in-Picture (PIP)
Layering TV Over Web Content The attribute of the hot links to thses pages must be "web="tv".
This topic is well covered by Krebs. See Layering TV over Web Content,
Chapter 7"Building Interactive Entertainment and E-Commerce content
for Microsoft TV, by Peter Krebs, Charlie Kindschi, Julie Hammerquist.
Published by Microsoft
Press, 2000. ISBN 0-7356-0628-5. A simple page layout with two layers and a hot link is shown in layer_over.html REFERENCES 2."Layering Web Content over Full-Screen TV", Chapter
6, and Layering TV over Web Content, Chapter 7. from "Building
Interactive Entertainment and E-Commerce content for Microsoft TV, by
Peter Krebs, Charlie Kindschi, Julie Hammerquist. Published by Microsoft
Press, 2000. ISBN 0-7356-0628-5 General Authoring: http://developer.webtv.net/authoring/
|
|