From: Charlene Saunders <[EMAIL PROTECTED]>
Subject: Net congestion

I have embedded video on a web page with images for my play, pause and stop 
buttons and also uses the default PositionSlider.  On some videos it will 
freeze and I get the "Net congestion, Buffering" message.  But it never 
resumes playing even when I click on the Play button.  I have to click stop 
and then play to start it back up.

How can I fix it so that I don't get that message and the video doesn't 
freeze? here's what I have:

<div id="Layer2" style="position:absolute; left:214px; top:90px; 
width:240px; height:180px; z-index:2; visibility:hidden">
<OBJECT ID=video CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" 
WIDTH=240 HEIGHT=180>
<PARAM NAME="CONTROLS" VALUE="ImageWindow">
<PARAM NAME="CONSOLE" VALUE="Clip1">
<PARAM NAME="autostart" VALUE="False">
<PARAM NAME="src" VALUE="">
</OBJECT>
</div>

<div style="position:absolute; left:266px; top:291px; width:240px; 
height:18px; z-index:2">
<OBJECT ID=RVOCX CLASSID="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" 
WIDTH=240 HEIGHT=18>
<PARAM NAME="CONTROLS" VALUE="PositionSlider">
<PARAM NAME="CONSOLE" VALUE="Clip1">
</OBJECT>
</div>

here's the play button, for example:

function PlayVideo(clipName, vdId) {

   eval('document.' + vdId).setSource(clipName);
   eval('document.' +vdId+ '.doPlayPause()');
   }

<div style="position:absolute; left:202px; top:290px; width:18px; 
height:18px; z-index:2; cursor:hand">
<img name="play" src="../../images/play_off.gif" width=18 height=18 
border="0" 
onClick="Layer2.style.visibility='visible';PlayVideo('video_h2.rm','video')">
</div>

thanks,
charlene


Please check out the new RealForum Bulletin Board at 
http://realforum.real.com/cgi-bin/realforum/wwwthreads.pl

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