From: Quarks&Co <[EMAIL PROTECTED]> Subject: Supress green statusbar on SMIL hyperlinks? Hello realforum, trying to create a SMIL presentation, i experience that it seems impossible to add a hyperlink to a clip/image at the bottom region of the presentation. Everytime the mouse moves over this link a green status-bar appears, displaying the target of the link and hiding the original image. Any suggestions? sincerly achim [ Moderator's Note: I believe you are referring to SMIL in an embedded player. In that case, you should see the SetImageStatus() method at http://service.real.com/help/library/guides/extend/embed.htm ] ---------------- the example: <smil> <head> <layout> <root-layout width="240" height="195" /> <region id="videoclip" top="0" left="0" width="240" height="180" z-index="3"/> <region id="playbutton" top="180" left="0" width="15" height="15" z-index="255"/> </layout> </head> <body> <par> <img src="StartScren.gif" region="videoclip" end="0.1s" fill="freeze"/> <img src="start.gif?url=SomeVideo.rm&target=_player" region="playbutton" end="0.1s" fill="freeze"/> </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. 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]>
