From: FearNo1 <[EMAIL PROTECTED]>
Subject: How to...??

I have a smi clip, composed of a real video region and 6 real text
regions. I made 5 real text files (for 5 of the real text regions) to
point to 5 real vieo clips, each clip will run in the video region.
A user will click on a real text link, which will play its respective
video clip in the video region.  How do I do this?  I was thinking I
could make a smil file with a real video region, 6 real text
regions, 5 real text and video files...note that each video clip will
play in the video region.

Below is the smil layout of test.smi.  Note that the example below has
2 clips for the user to click on to launch the video in the video
region:

<smil>
    <head>
        <meta name="author" content=""/>
        <meta name="title" content="Untitled"/>
        <meta name="copyright" content="� 1999"/>
        <layout>
                <root-layout background-color="#FFFFFF" height="298"
                width="418"/>
                <region id="test1reg" left="0" top="52" height="40"
                width="106" z-index="0" background-color="#FFFFFF"/>
                <region id="test2reg" left="0" top="90" height="45"
                width="106" z-index="1" background-color="#FFFFFF"/>
                <region id="iogreg" left="141" top="0" height="45"
                width="166" z-index="2" background-color="#FFFFFF"/>
                <region id="iogvideoreg" left="119" top="53"
                height="245"
                width="299" z-index="3" background-color="#FFFFFF"/>
        </layout>
        </head>
        <body>
                <par>
                        <textstream id="color" src="iog/cd/test1.rt"
                        region="test1reg" fill="freeze"/>
                        <textstream id="iog" src="iog/cd/iog.rt"
                        region="iogreg" fill="freeze"/>
                        <textstream id="slavery" src="iog/cd/test2.rt"
                        region="test2reg" fill="freeze"/>
                </par>
        </body>
</smil>


Below is the real text file of test1.rt.  The user will click on this
file (contained in the test.smi file above), which will launch the
video clip, test1.rm, in the video region of test1.smi (shown above).
I think that the regions of the smi clip shouldnt have to be loaded
again, just the real video clip played.

<window type="generic" height="30" width="100"/>
Part 1: <a href="video\test1.rm">
<video src="video\test1.rm" region="iogvideoreg" <b>Test </b> </a>
</window>


Its not working for me.  What am I doing wrong? thanx


*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites.  Archives of RealForum can
be found at http://realforum.real.com

If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:

    unsubscribe realforum

or from another account, besides the address you subscribed with:

    unsubscribe realforum <[EMAIL PROTECTED]>

Reply via email to