• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: SWF support on NSMovie
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >SWF support on NSMovie (From: Ariel Rodriguez <email@hidden>)

  • Prev by Date: Re: KVC with bindings to array elements?
  • Next by Date: Re: Is it possible to handle a mouse click in an NSTextView without subclassing it?
  • Previous by thread: SWF support on NSMovie
  • Next by thread: Release window on close not releasing controller?
  • Index(es):
    • Date
    • Thread