mpmovieplayercontroller - Customizable non-full screen video player in iPhone -
i know there mpmovieplayercontroller present in iphone play movies from. isn't customizable in real sense. also, if wanted play movies non-full screen mode, isn't possible today.
i wanted inquire if knows future roadmap of iphone sdk, there going such customizable video player upcoming?
also, possible write new video player scratch (maybe including codecs), in case part of sdk should referred , how?
some in area appreciated.
thanks,
saurabh
i don't know of in future customizable video player. however, if there few videos want play in non-fullscreen mode, there option. uiimageview supports animation. so, if can export videos images, can have them display in uiimageview.
for example,
//load images here youimageview.animationimages = [nsarray arraywithobjects:[uiimage imagenamed:@"1.png"],                                      [uiimage imagenamed:@"2.png"],                                      [uiimage imagenamed:@"3.png"],                                      [uiimage imagenamed:@"4.png"],                                      [uiimage imagenamed:@"5.png"], youimageview.animationduration = 1; //this duration of animation , can value [youimageview startanimating];      
Comments
Post a Comment