Re: SWF support on NSMovie
Re: SWF support on NSMovie
- Subject: Re: SWF support on NSMovie
- From: Steve Christensen <email@hidden>
- Date: Fri, 20 Oct 2006 06:30:51 -0700
On Oct 19, 2006, at 8:35 AM, Ariel Rodriguez wrote:
I am building an App based on NSMovie to show movies on full
screen. Right now i need to add support to flash files on swf
(already done on flv). Does anybody know where to look for
information regarding this?
If all you want to do is playback a Flash movie as you would any
other video format that QuickTime knows about, you should be able to
use NSMovieView. If you want to do something fancier, NSMovie and
NSMovieView don't have any specific Flash knowledge so you'll have to
use either
Movie theMovie = (Movie)[NSMovie QTMovie];
or
Movie theMovie = (Movie)[NSMovie [NSMovieView movie] QTMovie];
and then access the Flash movie via the QuickTime Carbon APIs.
steve
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden