Movie objMovie = NULL;
short intRefNum;
SInt8 intPerm = fsCurPerm;
OSErr e = OpenMovieFile( &objFileSpec, &intRefNum, intPerm );
e = NewMovieFromFile( &objMovie, intRefNum, nil, nil,
newMovieActive, nil );
if (e != noErr)
printf("\nFailed to open");
if (objMovie)
DisposeMovie( objMovie );
ExitMovies();
TerminateQTML();
return 0;
}
And it hangs on NewMovieFromFile(). I tried it on a virtual machine and
it didn't hang, just returned error -50 ("error in user parameter list",
what is it anyway?). Does anyone get similar behaviour?
Thank to all you who read this!!!
_______________________________________________
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