iPad Video with Transparency

Viewed 6066

is it possible to have a QuickTime video with alpha layer (transparency) play on top of a static dynamic background UIView (i.e. a view that changes occasionally) on the iPad?

Thanks!

5 Answers

first your video needs transparency: http://docs.info.apple.com/article.html?artnum=42599

IMHO: I think the videocomponent has a solid background color (black) you will have to set it to [UIColor clearColor] You have to try, im not sure if that works.

cheers endo

Related