From: Peter Rose <[EMAIL PROTECTED]>
Subject: Re: buffer and pause?
>
>I was wondering if it is possible to have a realvideo embedded in a hidden
>layer in a page that starts buffering right away but then stops and when the
>video is needed the layer becomes visible and playback can start directly.
>i.e. the buffering is allready done...
>this should be for IE4, IE5, NN4,...
>any ideas?
Dominiq -
Although the plug-in always rises to the top layer, you can hide it by
setting the properties of the layer it is in to <LAYER VISIBILITY=HIDE>
if you are using Netscape layers syntax, or "visibility:hidden" if you
are using css2.
You could then try setting AUTOSTART=TRUE for the EMBED and letting it
run in the hidden layer.
You could then possibly control the playback in javascript by resetting
the layer visibility property, the clip start position with
SetPosition(), then DoPlay().
You may gather that I haven't actually done this myself:-)
Maybe there's a simpler solution!
Peter Rose
London UK
"I don't like your fashion business mister"
- Leonard Cohen/First We Take Manhattan
*******************************************************
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]>