From: "Kemal Abuhan" <[EMAIL PROTECTED]> Subject: Re: Linking to a SMIL file (Page 109, 6.1 G2 Prod Guide) I have been running into the same difficulties. I found that is par's are on the same page with sequences <seq> <par id="1"></par> <par id="2"></par> <par id="3"></par> <par id="4"></par> <par id="5"></par> </seq> That you can link this way internally: <a href="#1"><img scr="" region="1"></a> <a href="#2"><img scr="" region="2"></a> <a href="#3"><img scr="" region="3"></a> <a href="#4"><img scr="" region="4"></a> <a href="#5"><img scr="" region="5"></a> <seq> <par id="1"></par> <par id="2"></par> <par id="3"></par> <par id="4"></par> <par id="5"></par> </seq> But not like this: <a href="some.smil#2"><img scr="" region="2"></a> What if I wanted to link to a seq with a par specific to information I may need in a relationship. I was unsucessful doing this. Any Idea's or input appreciated L8R Kemal >I have not been able to use <par id="starting_point" as a means to = >link to a portion of a SMIL file. The linkage starts the SMIL target at = >the first par or seq section despite the presence of a targeted area = >further into the file. > >Here a code snippets to reproduce the problem. > ><smil> > <!-- startdemo.smi --> > <body> > <par> > <textstream src="starttext.rt" dur="2s" /> > </par> > > <par id="link"> > <textstream src="linktext.rt" dur="2s" /> > </par> > </body> ></smil> > >************************* > ><smil> > <!-- linkdemo.smi --> > <body> > <a href="startdemo.smi#link" > > <textstream src="click.rt" /> > </a> > </body> ></smil> > > >*********************** > > ><window> > <!-- starttext.rt--> > <font color="#000000" face="Arial"> > This is the start > </font> ></window> > > >****************** > > ><window> > <!-- linktext.rt --> > <font color="#000000" face="Arial"> > This is the link point > </font> ></window> > > >******************* > > ><window> > <!-- click.rt --> > <font color="#000000" face="Arial"> > Click Here > </font> ></window> > >I don't have a URL available but this code demonstrates the inability to >start a smil file using the ID attributes. > >The www.virage.com My Logger Demo (code is available for download and is >very interesting) also fails to recognize the id attribute. Although they >have a flash-based hot spot that should return you to the menu section of >the initial demo.smi the menu hot spot starts the demo.smi "at the top" and >not at the link target. > ******************************************************* 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]>
