[thelist] stuttering real player

Rachel Starr rachelistarr at home.com
Fri Apr 27 11:38:46 CDT 2001


I have written this code to embed a realplayer movie in a page on both
Netscape and IE, on the Mac and on the PC.  It works fine in all of these
situations except on the Mac in IE.  Here it stutters for the first few
seconds of the video.  Both the video and the console stutter.  Any ideas?
Thanks in advance.


  <div align="center" valign="middle">
  <embed name="RealPlayerControls"
 type="audio/x-pn-realaudio-plugin"
 src="videos/doc_rm56k.rm"
 height="180"
 width="240"
 controls="ImageWindow"
 console="one" MAINTAINASPECT="true"
 autogotourl="false"
 autostart="true">
 </embed></div>
       
    
<div align="center" valign="middle">
<embed name="RealPlayerControls"
type="audio/x-pn-realaudio-plugin"
src="videos/doc_rm56k.rm"
 height="20"
 width="240"
 controls="ControlPanel"
 console="one"
 autostart="true">
</embed></div>





More information about the thelist mailing list