Mailing Lists: Apple Mailing Lists

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

Solved: Another question about ActiveX control



To: John Cromie

AxQTControl.Sizing=QTOControlLib.QTSizingModeEnum.qtControlFitsMovie;
AxQTControl.SetScale(2);
AxQTControl.Sizing=QTOControlLib.QTSizingModeEnum.qtMovieFitsControl;
AxQTControl.URL="C:\\movie.mp4";

AxQTControl.Movie.Tracks.Remove(2);
AxQTControl.Movie.Tracks.Remove(3);


Why can't I remove the 2 unuseful tracks from the mp4 file, and only one? Is it a bug? If I remove the 2 the SDSM goes out... if I remove the 3 the OSDM goes out but if I remove both only the first goest out. What's the problem?


I solved this problem with a:
AxQTControl.Movie.Tracks.Remove(2);
AxQTControl.Movie.Tracks.Remove(2);

But now there is another problem, the mp4 converted to "hinted movie" with the ActiveX is different than the one converted with the QT Pro 7. My RTPServer behaves ok with the QT 7 one and not with the automatically.

Is there any difference in the process I'm doing? What could be the difference?


_______________________________________________ Do not post admin requests to the list. They will be ignored. QuickTime-API mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quicktime-api/email@hidden

This email sent to 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.