Open File/NSMovieView problem
Open File/NSMovieView problem
- Subject: Open File/NSMovieView problem
- From: Thilo Ettelt <email@hidden>
- Date: Sat, 9 Feb 2002 19:12:30 +0100
Hi folks!
I've posted something like this before, but I think it was to unclear.
The menu item "Open..." automatically fires this method in a multidoc
app:
- (BOOL)loadDataRepresentation:(NSData *)data ofType:(NSString *)aType
The problem I have is that I don't know, how to use "data" (an NSData
Object) in the context with NSMovieView.
I tried to do this (where myQuickTime is the NSMovieView):
[myQuickTime setMovie:[[NSMovie alloc] initWithMovie:[data QTMovie]]];
But when I open a movies and press spacebar PB tells me:
## Component Manager: somone is attempting to find symbols in a
component alias of type (imdc/MPG4/MSFT)
## Component Manager: somone is attempting to find symbols in a
component alias of type (imdc/MP42/MSFT)
## Component Manager: somone is attempting to find symbols in a
component alias of type (imdc/MP42/MSFT)
## Component Manager: somone is attempting to find symbols in a
component alias of type (imdc/MP4S/MSFT)
## Component Manager: somone is attempting to find symbols in a
component alias of type (sdec/MS42/FhG )
## Component Manager: somone is attempting to find symbols in a
component alias of type (imdc/MP43/MSFT)
So, what am I doing wrong? What do I have to do to get the full data?
Thank you in advance!
Cheers, Thilo
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.