quicktime-users
[Prev] Thread [Next] | [Prev] Date [Next]
Bug in AC_QuickTime.js version 1.2 Paul E Wed Jun 10 17:00:30 2009
I'm using AC_QuickTime.js version 1.2 obtained from
http://www.apple.com/library/quicktime/scripts/ac_quicktime.js. Version 1.2 is
currently available at this address.
There is a bug in the function _QTPageHasBehaviorObject. The code
if ( obj.getAttribute('id') == gQTBehaviorID ) haveBehavior = false;
should be
if ( obj.getAttribute('id') == gQTBehaviorID ) haveBehavior = true;
The change is that haveBehavior should be set to true not false.
Paul
_________________________________________________________________
Lauren found her dream laptop. Find the PC that’s right for you.
http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-Users mailing list ([EMAIL PROTECTED])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-users/alexiscircle%40gmail.com
This email sent to [EMAIL PROTECTED]
- Bug in AC_QuickTime.js version 1.2 Paul E <=
- Re: Bug in AC_QuickTime.js version 1.2 Michael Crawford