Mailing Lists: Apple Mailing Lists

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

Movie.fromFile and extra threads



Each time I use Movie.fromFile, my process show 3 new threads in the Activity Monitor. These are not Java threads, at least they don't show up in the list of thread when I call getAllStackTraces().

The problem is I can never get these threads to go away when I end one movie and start a new one. Any suggestions how to do this?

The following illustrates a piece of source that illustrates this problem. I never even play the movie or attach it to a MovieController and it still happens.

Thanks in advance
Bill


mOpenMovieFile = OpenMovieFile.asRead(new QTFile(mFile)); mMovie = Movie.fromFile(mOpenMovieFile); // now there are 3 new threads // close the movie mOpenMovieFile.close(); mOpenMovieFile.disposeQTObject(); mMovie.stop(); mMovie.setActive(false); mMovie.disposeQTObject(); // the 3 thread still remain _______________________________________________ Do not post admin requests to the list. They will be ignored. QuickTime-java mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quicktime-java/email@hidden

This email sent to email@hidden
References: 
 >Re: QTJ deployment strategies (From: Alex Shaykevich <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.