From: Nicholas Hart <[EMAIL PROTECTED]>
Subject: Re: Rendering Plugin drawing above a video

If you use non-SDK mechanisms for drawing you have no guarantee that it
will work in all environments.

For instance, the method you mentioned may not work in a situation where
someone implements their own windowless site.

You also need to be careful about assumptions you make about the client
your renderer is running in.  It might be in RealPlayer, it might be in the
ActiveX control or Netscape plugin.  It might be in some custom client, or
details about the client that you assumed would always be true when you
wrote your renderer may change.  (I've seen plenty of custom renderers
crash in the ActiveX control or Netscape plugin because the render made
some false assumptions about its window or the container application.)

If you're going to go outside of the SDK in order to accomplish something
you should be careful about what assumptions you make and you should be
prepared to fail gracefully

At 11:50 AM 4/28/00 -0700, you wrote:
 >From: Ben Evans <[EMAIL PROTECTED]>
 >Subject: Re: Rendering Plugin drawing above a video
 >
 > > This is currently not possible.
 >
 >...Using the SDK.  You _can_ get the window handle of the video window,
 >and use your own windowing code from there.  Given, you have to rewrite
 >the windowing code for each different windowing system.
 >
 >Everything nessisary should be available through the RMASiteUser
 >interface, or at least enough to get you started.
 >
 > > Your renderer gets its own window or portion of a window and cannot 
draw on
 > > top of anything else.
 >
 > >  >I'm currently writing a rendering plugin that is drawing simple objects
 > >  >(e.g. rectangles, circles or polygons). I want these objects to apear
 >above
 > >  >a video. I was planing to play a video togeether with my own file in one
 > >  >reagion in a SMIL file. But it doesn't work. No video is drawn in the
area
 > >  >that is taken by my renderer. Is there a way to make a part of my 
drawing
 > >  >area transparent or something like that ? Or is there a plugin that can
 > >  >display a video together with simple objects (as video hyperlinks) ?
 >


*******************************************************
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