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 occasionall
I think you can make videos transparent , while playing the video adjust the alpha of view from 0.0 to 1.0. for eg 0.50. After playing the vido change the alpha of view to 1.0.