Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QTSRCCHOKESPEED



I would be interested to hear what your Tests reveal. Does the tag actually limit the bandwidth?

We had done some tests at VFS in 2000, and it appeared that the plugin was not responding to the tag. We had uploaded a movie file that was about 100 kbps, and had a choke of 100000, but the movie still downloaded at closer to 1 mbps.




On Monday, November 18, 2002, at 05:39 AM, Eric Carlson wrote:

Yes, you should add the two tags as in your example.However, because both of these tags modify the behavior of QTSRC you need to include the QTSRC tag in the OBJECT part as well or they will not do anything:


<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab";>
<PARAM name="SRC" VALUE="MyMovie.mov">
<PARAM name="CONTROLLER" VALUE="TRUE">
<PARAM name="AUTOPLAY" VALUE="TRUE">
<PARAM name="CACHE" VALUE="FALSE">


  <PARAM name="QTSRC" VALUE="MyOtherMovie">
  <PARAM name="QTSRCDONTUSEBROWSER" VALUE="TRUE">
  <PARAM name="QTSRCCHOKESPEED" VALUE="33600">

<EMBED src="MyMovie.mov" WIDTH="320" HEIGHT="256" CONTROLLER="TRUE"
AUTOPLAY="TRUE" CACHE="FALSE" QTSRC="MyOtherMovie"
QTSRCDONTUSEBROWSER="TRUE" QTSRCCHOKESPEED="33600" TYPE="video/quicktime"
PLUGINSPAGE="http://www.apple.com/quicktime/download/";>
</EMBED>
</OBJECT>
_______________________________________________
quicktime-talk mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/quicktime-talk
Do not post admin requests to the list. They will be ignored.

References: 
 >Re: QTSRCCHOKESPEED (From: Eric Carlson <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.