|
|
 |
The following sample files demonstrate various hyperlinking possibilities.
WEB PAGE HYPERLINKS
Using SMIL, you can easily link RealOne Player to a Web page that opens on a
click, a keystroke, or automatically at a certain time.
| Sample File |
Description |
Featured Illustrated |
Reference |
| overview.htm |
A demonstration of the many ways to use SMIL to launch HTML pages. |
RealOne Player related info and media browser panes; using SMIL to open URLs automatically |
click here |
| browserlink.smil |
An HTML page opens and pauses the video when you click the video. |
minimal requirements for opening a Web page: <area/> tag with the external="true" attribute |
click here |
| arealinks.smil |
Each quadrant of the video links to a separate HTML page. The video pauses when you open a link. |
image map created through <area/> tags, along with the sourcePlaystate="pause" attribute |
click here |
| timedlinks.smil |
The video clip links to four different HTML pages at different times. |
begin and end attributes in an <area/> tag |
click here |
| timedlinks2.smil |
An audio clip links to four different HTML pages that automatically open in secondary browsing windows at different times. |
begin attributes in an <area/> tag, along with actuate="onLoad" |
click here |
| accesskeylinks.smil |
A video links to four different HTML pages that you can display by pressing 1, 2, 3, or 4. The video continues to play when you open a page. |
rectangular hot spots created with the <area/> tag, along with the accesskey and sourcePlaystate="play" attributes |
click here |
RELATED INFO PANE HYPERLINKS
The related info pane displays HTML pages next to a playing presentation.
| Sample File |
Description |
Featured Illustrated |
Reference |
| basiccontext.smil |
An HTML page opens automatically in the related info pane when the video starts. |
rn:sendTo="_rpcontextwin" attribute, and actuate="onLoad" |
click here |
| timedcontext.smil |
Four HTML pages open in the related info pane automatically at different times as a video plays. |
begin attributes in related info pane links |
click here |
| multilinks.smil |
Four static clips display in the main media playback pane. Clicking each clip displays a different HTML page in the related info pane. |
interactive begin attributes in related info pane links |
click here |
| openatstart.smil |
If the media browser pane is attached, the video appears flush left, leaving room for a related info page that opens later. |
rn:contextWindow="openAtStart" |
click here |
| closedatstart.smil |
If the media browser pane is attached, the video appears centered at first, then moves to the left when the related info page opens. |
default behavior without rn:contextWindow="openAtStart" |
click here |
STREAMING MEDIA HYPERLINKS
Of course, you can also link a streaming presentation to another streaming presentation.
| Sample File |
Description |
Featured Illustrated |
Reference |
| playerreplace.smil |
Clicking the video replaces it with another video. |
basic <area/> tag functionality |
click here |
| playernew.smil |
Clicking the video opens a second video in a new window and keeps the first video playing. |
show="new" attribute in the <area/> tag |
click here |
| playerpause.smil |
Clicking the video opens a second video in a new window and pauses the first video. |
sourcePlaystate="pause" and destinationPlaystate="play" attributes |
click here |
| selffragment.smil |
A sequence of videos plays. Each numbered button links to a separate video through a SMIL fragment. |
SMIL fragment linking through href="#target" in an <area/> tag. |
click here |
| destinationlevel.smil |
Two hypertext links play a video at half or double volume. |
destinationLevel attribute for controlling audio levels |
click here |
|