Re: Displaying animated content in iPhone app

2010-02-01 Thread David Duncan
On Jan 30, 2010, at 5:11 AM, patrick machielse wrote: > I've given animationImages a try, and although performance is good I run into > memory warnings when the array contains about 30 full screen images (1 Sec. > worth). I've tried to implement my own NSView subclass -- managing memory for > U

Re: Displaying animated content in iPhone app

2010-01-30 Thread patrick machielse
Op 28 jan 2010, om 18:35 heeft David Duncan het volgende geschreven: > On Jan 28, 2010, at 6:22 AM, patrick machielse wrote: > >> - I've seen mentioned that movie playback inside a view is not currently >> supported in the frameworks. I've also not found support for movie file >> formats (you c

Re: Displaying animated content in iPhone app

2010-01-28 Thread David Duncan
On Jan 28, 2010, at 6:22 AM, patrick machielse wrote: > - I've seen mentioned that movie playback inside a view is not currently > supported in the frameworks. I've also not found support for movie file > formats (you can only pass a url into the iPhone frameworks, that's it). Keep in mind that

Re: Displaying animated content in iPhone app

2010-01-28 Thread glenn andreas
On Jan 28, 2010, at 8:22 AM, patrick machielse wrote: > I'm working on an iPhone application and I need some advice on displaying > animated content (think: cartoon like movies). Hopefully someone can point me > in the right direction. > > Goal > > The application needs to display short 2

Displaying animated content in iPhone app

2010-01-28 Thread patrick machielse
I'm working on an iPhone application and I need some advice on displaying animated content (think: cartoon like movies). Hopefully someone can point me in the right direction. Goal The application needs to display short 2 second 'clips' of animated characters in a loop. Animation can be tr