<smil xmlns="http://www.w3.org/2001/SMIL20/Language" xmlns:rn="http://features.real.com/2001/SMIL20/Extensions"> <head> <meta name="title" content="Photos from a dayhike on Mount Rainier"/> <meta name="author" content="Larry Bouthillier"/> <meta name="copyright" content="(c)2003 Larry Bouthillier. Licensed to the public under http://creativecommons.org/licenses/by-nc-sa/1.0/ verify at http://www.emediacommunications.biz/samples/watermarks/index.html"/> <layout> <root-layout width="300" height="300" backgroundColor="white"/> <region id="video_region"> <region id="watermark_region" bottom="5%" right="5%" width="91" height="27" fit="meet"/> </region> </layout> </head> <body> <par> <video src="rainier_hike300x300.rmvb" region="video_region"/> <img src="emedia_icon91x27.gif" rn:mediaOpacity="50%" id="sm_mark" region="watermark_region" > <set attributeName="rn:mediaOpacity" to="50%" targetElement="sm_mark" /> <set attributeName="rn:mediaOpacity" to="100%" targetElement="sm_mark" begin="sm_mark.inBoundsEvent" end="sm_mark.outOfBoundsEvent"/> <area href="http://www.emediacommunications.biz/articles.html" external="true" rn:sendTo="_osdefaultbrowser" sourcePlaystate="play"/> </img> </par> </body> </smil>