iPhone UIImagePicker Video - ios

I make application with one button. When I press this button media browser appear. I want when I select video from my library to appear in previous view with button. But I don't know in what kind of component to put it? I don't want video in full screen. I want something like thumbnail of video. Thanks :)

Related

why my youtube video not displaying an image?

on this page, the video at the top of the page does not display an image unlike the video located on the side bar.
When play is pressed, there is no playback problem.
But my visitors may not click on the video thinking it doesn't work.
How can I make it appear?
the original video is here
The javascript code is here
The thumbnail sddefault isn't loading for an unknown reason for video VnWbJbtsyv4. However hqdefault seems to be working. So use https://img.youtube.com/vi/VnWbJbtsyv4/hqdefault.jpg instead of https://img.youtube.com/vi/VnWbJbtsyv4/sddefault.jpg.

Playsinline for Video URL Requires 2 Clicks from iOS

Playsinline=1 within my video URL requires 2 clicks from my iOS devices to play it. Is there a way to correct this?
Here is my experience with using playsinline=1 from my iPhone using Google Chrome, Safari & DuckDuckGo:
[embedyt] https://www.youtube.com/embed?listType=playlist&list=PLI1Ahx4x_H5fqrB6XB4pkeqyo2qsJnDus&layout=gallery&playsinline=1[/embedyt]
Here is where it starts. I click on the Play Button. Note: As you can see, the Play Button is not red.
‘https://savvyify.com/img/image/CQFB’
After clicking the Play Button, it acts like it wants to play, but then returns to the Play Button, which is red – see next image.
‘https://savvyify.com/img/image/CUJu’
After the two steps above occur, then I have a red Play Button and the video plays inline.
‘https://savvyify.com/img/image/CWrj’
Is there a way to correct this to where the video will play inline on the first click?
I found an answer within the Plug-in I'm using; EmbedPlus Plug-in for YouTube. It had an iOSPlayback feature that automatically includes Playsinline=1 and the videos play from an iOS device on 1st click

How can i make the button about audio in Xcode?

I want to make a useful dictionary.
So, i want to make a audio button and put some audio to button.
but, it's a not say. i don't have a skill in Xcode.
i need to help to me about make a audio button and put some audio to button in Tableview.
I want to create audio buttons for each.
I don't know this website system and i upload picture in Dropbox.
Have nice day.
enter link description here
I would add a "AVAudioPlayer *audio" to your recipe object that you play when the button "Play Audio" is pressed.

Take photos in iOS without preview screen

Is there a way to use a UIImagePickerController to take photos without each photo going to the Preview screen?
I need for my users to be able to take multiple photos and right now they must hit a button to open the camera, hit the shutter button, and then hit the Use button on the Preview screen. Is there any way cut off this last step and skip the Preview screen altogether?
Here's a tutorial using AVFoundation with which you can take photos using a live camera preview styled and sized as you wish and without the annoying confirmation wiew.

Add video to an iPad application [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Using MPMoviePlayerViewController in SDK 3.2 for iPad
I am writing an application for iPad. till now I have a splash screen then a home screen. Home screen has 6 buttons. Pressing a button on the second or home screen takes you to the third screen which has two options a)Play Video b)read document. Now if play video is pressed it plays the video corresponding to the button pressed on second or home screen. similarly for the Read document, it opens a pdf file respective to the button pressed on home screen. Now I want to add video and pdf to those screens. how can i do it?
Any help will be highly appreciated.
Best Regards
Prateek
Just load the files into UIWebView, it can handle both videos and PDFs.
To play the video use the movieplayer framework form apple. Have a look into the sample code from apple here
http://developer.apple.com/library/ios/#samplecode/MoviePlayer_iPhone/index.html
To read the PDF document and having some gestures for page turn use the following sample code form github:
https://github.com/brow/leaves

Resources