Anyway to show all the controls of MPMoviePlayerController always.
like below screenshot
Any suggestions please
Look at controlStyle property :
MPMovieControlStyleEmbedded Controls for an embedded view are
displayed. The controls include a start/pause button, a scrubber bar,
and a button for toggling between fullscreen and embedded display
modes.
MPMovieControlStyleFullscreen Controls for fullscreen playback are
displayed. The controls include a start/pause button, a scrubber bar,
forward and reverse seeking buttons, a button for toggling between
fullscreen and embedded display modes, a button for toggling the
aspect fill mode, and a Done button. Tapping the done button pauses
the video and exits fullscreen mode.
Related
I have set hideSideBar=true and still in mobile and tablet mode the bottom bar with save and cancel flickers when selfVM.save is called. There is a bottom bar even when not saving hiding content in mobil and tablet mode.
How can I hide the bottom bar?
You can always add a CSS rule that hides them.
I am creating a custom overlay for a video camera and I would like to show a custom preview screen after the stop record button has been pressed. How would I go about doing this.
Hi I want to create a layer of the type in the image below.
The layer (with Capture mode and Shutter speed) slides up when I click on the setting button.
I am unable to figure out what should I do do create something like this. Also want to have the similar translucency in the layer as well as in the buttons on it also.
On click on the same button again, the layer(with Capture mode and Shutter speed) disappears, leaving what was there on the screen before (the camera view and the lower bar with the camera capture button, and the two setting buttons)
Please any suggestions are much appreciated.
Thanks
Maybe you can create a UIView and place every button you need there, and place it below the screen size. then when you click the setting button you call core animation to move the view up, click setting again to move it down.
i have the video controlls set to hidden in my app with the code
[mp setMovieControlMode:MPMovieControlModeHidden];
this sets in hidden for the whole video.
what i want to do is have the controls hidden at the start but if the screen is pressed then have the controls display any suggestions? would be much appreciated.
There is a good answer here:
How to hide control before MPMoviePlayerController movie is played?
Is it possible to disable the home screen minimize animation effect when user presses the home button on iPhone?. Or can we set our own custom image for minimize animation?
Regards ypk
You cannot customize the minimization animation.
You can set an image to be shown full screen in applicationWillTerminate: but it wont last long as the application will quit soon after that.