Please check out the new RealForum Bulletin Board at http://realforum.real.com/cgi-bin/realforum/wwwthreads.pl From: Mason Jones <[EMAIL PROTECTED]> Subject: href in SMI file not working with embedded player This seems strange, but it looks as though using an href around a video src in a SMI file isn't working when using an embedded real player... Has anyone out there done that successfully? When I launch a Real Player and point to my SMI file, it works perfectly; I can click on the video and it opens a browser window like it should. When I load the same SMI file via an embedded player, it's not clickable: nothing happens. If anyone can help figure out why, I'll be very happy... Here's the SMI file I'm using (with the src tags shortened): <smil> <head> <layout> <root-layout width="160" height="120"/> <region id="vidregion" top="0" left="0" width="160" height="120" z-index="0"/> </layout> </head> <body> <par> <seq> <a href="http://www.cnn.com" show="new"> <video src="rtsp://blahblahblah.rm" region="vidregion"/> </a> </seq> </par> <par> <seq> <a href="http://www.cnn.com" show="new"> <video src="rtsp://blahblahblah.rm" region="vidregion"/> </a> </seq> </par> </body> </smil> ******************************************************* 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]>
