How can I play video by touching the button on the video thumbnail ?

I have a table view in which if each cell is touched a video plays.
Each cell have image of the video cell.imageView.image. And on the image I have a button (UIButton) with play symbol.
If I touch the play button the corresponding video should be played same like the when cell is touched.
I have a selector for the play button. But how can I know that particular row is selected by touching the play button. How can I play the video when I touched the button ?
Thank You

Check the hardware acceleration mode you have set. Try to use "direct" acceleration as this will choose between GPU and CPU to render and is most compatible. The setting is in the XML file generated for the app:
<!-- The render mode for the app (either auto, cpu, gpu, or direct). Optional. Default auto -->
<renderMode>direct</renderMode>
And no the device is absolutely not guaranteed to record compatible video at all. Browsers go by browser standards and video recording goes via manufacturer hardware and software limits, features and compatibility. It entirely depends on what you're doing with the video and the mode it is recorded in. If the user checks off the record CIF MMS compatible video and records in that it will not be visible to many browsers. Audio is almost always recorded in ultra-light mp3 or aac so that's why you hear it.
Android allows you to install many different browsers. Did you install any or set any other browser as the alternate default browser? When you run the video from a file manager you may be running an alternate, capable browser for the codec. AIR may use the native built-in browser. Also it may not load the video into a browser for playback at all as I would suspect a video would be mapped to the devices default media player and not a browser at all. Unless you're able to select the video and explicitly tell it to open in a browser I feel you're actually looking at the video in the "Video" app of your device, which will be compatible with the codec.
A simple way to check browser compatibility is to copy the video to your computer, upload it to a web server and see how it plays on various desktop browsers. If any of them have black video and only play sound, you know it's a codec issue.

Similar Messages

  • CAn someone help? How can i play videos on my iPod through three ordinary TVs at once?

    Can anyone help please? How can I play videos on my iPod through three non Apple TVs at the same time?

    i had this pb with my sis ipod, you have to convert the videos to put them on the ipod, here is the french tuto (never found it in english, and this always works).
    http://www.zdnet.fr/produits/materiels/baladeurs/0,39049657,39295399,00.htm
    you have to install avs video converter and then well im not going to translate everything but it explains you all the settings to put to have a video for you ipod. after it was converted like the website says open itunes and then drop the conveerted file to itunes and it will work (well it did with me)

  • How can i fix my ipod touch the application arent responding right

    how can i fix my ipod touch, the apps are not responding right

    Try here:
    iOS: Troubleshooting applications purchased from the App Store
    Without knowing what: "are not responding right" means that is all I can recommend.

  • How can I play videos using VLC in iPad Mini?

    I am unable to play videos in VLC.
    Videos are not added to VLC library.
    It is asking to sync videos via iTunes.
    But i am unable to.
    Please let me know how to do that.

    To get to street view in Google Maps, you need to either tap on a point of interest or enter an address, once the address is found you can tap on the marker to bring up the option, or just drag the bottom option bar up to reveal the street view button.

  • How can I play video on my iPhone and have it display on my iMac?

    I don't own a tv.  But I do own an iPhone 5s and an iMac.  I'd like to mirror the video I have access to from my phone onto the iMac.  How can I do this?

    Hello Kailua,
    I know that you can mirror you iPhone's display onto a Apple TV, as can you with the Mac, but I do not think you can mirror your iPhone to your iMac.
    Sincerely,
    Devin

  • How can i play video from another service?

    i have 2 services, fe A and B, and i want to create a player in service A to play a video component. I have tried to put 2 video components in service A but nothing was played.
    in this case the code used was:
    mediaLocator = new MediaLocator("dvb://1.1.1.1");
    player2 = Manager.createPlayer(mediaLocator);
    I tryed it in another way, with "ServiceContextFactory.getInstance().getServiceContexts();"
    but service context array length was 1 (and there's 2 services). I think the problem is that my service/app does'nt have permisions to catch te neighbour service context or video component.
    some one can help me to do this?

    well i found the way!!
    first, i created a player instance from current service. i stopped it, and made a player.deallocate() to later make a player.setSource(). passing a media locator.
    :)

  • How can I play video in an HTML article targeting a Samsung Galaxy Tab

    I am trying to play video in an HTML article using the <a href="videofile://...m4v"> method but no there is on action on the link when I try to run the app on the Samsung Galaxy Tablet.
    I've also tried to link to an html file that contains the html video tag. That method only shows the controls and plays the audio, unless you click the full screen control, at which point it will play the video and audio.
    Snippet of the html video tag:
    <video id="video02" controls>
                     <source src="../../HTMLResources/common/videos/video.m4v">
                    <source src="../../HTMLResources/common/videos/video.ogv" type="video/ogg">
    </video>

    Not sure I fully understand the problem.  Does it not work when you take it out of mirrored and run the two displays in extended display mode (use Arrangment to arrange the two monitors)?  Of course you need to chang your Sound preferences to use the hdmi conneciton as well.

  • [SOLVED] [DidiKam] How can I get video thumbnails?

    I use DigiKam 1.0 from Extra under Xfce and it works fine. However it doesn't show video thumbnails.
    According to http://www.digikam.org/drupal/node/143, DigiKam should be able to handle it:
    Digikam uses KDE to generate thumbnails and KDE rely on aRts to do that.
    So, you should check your aRts configuration. ARts can use xine plugin for video files, so try if xine is able to play your video files. You may have to use additional codecs (eg libxine-extracodecs on debian/ubuntu if you already have libarts1-xine) for that.
    Try also to play your video files using xine (if libarts1-xine is installed).
    Remember that if it doesn't work in konqueror, it won't work in digikam...
    I couldn't find anything related to aRts in Yaourt. I installed xine but that didn't help.
    Is there a simple way to add video thumbnails on DigiKam when running XfCE?
    Alphazo
    Last edited by alphazo (2010-01-05 14:05:08)

    You are the man! 
    pacman -S kdemultimedia-mplayerthumbs
    did the trick. I can now see the thumbnails. Now when I right click on one thumbnail I can select a video player and play the movie fine. However if I left click on a video I get an error message from the built-in video player?
    Is there any additional package to add in order to use the built-in media player for AVCHD Lite movies?
    Thanks again.
    Alphazo

  • How can I play video on Android using native player?

    Is there a way to tell android to open my mp4 (either in assets or on external sd)  with it's native video player?
    Just like if I tap this (mp4) file in any android file manager.
    reasons:
    1 - I don't want to write my own player (especially when I have one built in)
    2 - I assume playback experience may be better when playing large file NOT through the AIR.
    So, can I  make something like "NativeApplication.execute(pathToMp4)"?

    Check the hardware acceleration mode you have set. Try to use "direct" acceleration as this will choose between GPU and CPU to render and is most compatible. The setting is in the XML file generated for the app:
    <!-- The render mode for the app (either auto, cpu, gpu, or direct). Optional. Default auto -->
    <renderMode>direct</renderMode>
    And no the device is absolutely not guaranteed to record compatible video at all. Browsers go by browser standards and video recording goes via manufacturer hardware and software limits, features and compatibility. It entirely depends on what you're doing with the video and the mode it is recorded in. If the user checks off the record CIF MMS compatible video and records in that it will not be visible to many browsers. Audio is almost always recorded in ultra-light mp3 or aac so that's why you hear it.
    Android allows you to install many different browsers. Did you install any or set any other browser as the alternate default browser? When you run the video from a file manager you may be running an alternate, capable browser for the codec. AIR may use the native built-in browser. Also it may not load the video into a browser for playback at all as I would suspect a video would be mapped to the devices default media player and not a browser at all. Unless you're able to select the video and explicitly tell it to open in a browser I feel you're actually looking at the video in the "Video" app of your device, which will be compatible with the codec.
    A simple way to check browser compatibility is to copy the video to your computer, upload it to a web server and see how it plays on various desktop browsers. If any of them have black video and only play sound, you know it's a codec issue.

  • How can I play video/audio to an AV Receiver?

    I have my iMac connected to a Denon AV receiver and the properties of the AV receiver show up under display properties in system preferences. I have the obtion to mirror the display but when I do, nothing comes through on my home theatre system.
    I just cannot figure out how to get the video and audio to play on it now.
    The Denon is connected via a mini display port/HDMI cable.
    Any help would be greatly appreciated.

    Not sure I fully understand the problem.  Does it not work when you take it out of mirrored and run the two displays in extended display mode (use Arrangment to arrange the two monitors)?  Of course you need to chang your Sound preferences to use the hdmi conneciton as well.

  • How can i play Videos as part of a playlist, along with songs?

    Hi
    I've had an ongoing problem for some time now, and i cant really find a method, or an option, to make it work.
    Basically, i have Videos (Films), that are music, and i've put them into the same playlist as some of my other similar songs, however these ones are standard mp3 format. All MP3 Format songs play perfectly fine, however, in the shuffle, or even standard playing mode, it doesnt include the films/videos.
    It's annoying as i've searched the internet for answers, and ended up here to ask a question.
    Any help is appreciated.
    Thanks
    -Soulix

    Bump

  • How can i play videos on my ipod?

    i have a 5 gen 30gb ipod and whenever i try to put the videos on my ipod, it says that the videos cannot be placed on the ipod because the ipod isn't compatible with them. i have checked and the videos are both .mpg which as far as i know, is a compatible video extension. i posted this problem before and some guy gave me a program to fix it but i can't find that post anymore. anybody?

    the closest apple store to where i live is in toronto and that's pretty far away so i can't go to an apple store. and i won't get a reply from apple for a day or 2 probably and i don't feel like calling them. any other suggestions?

  • How can I play videos on my Mac using my iPad?

    I have videos on my Mac mini that I want to watch on my iPad. All devices are on the same network.

    i had this pb with my sis ipod, you have to convert the videos to put them on the ipod, here is the french tuto (never found it in english, and this always works).
    http://www.zdnet.fr/produits/materiels/baladeurs/0,39049657,39295399,00.htm
    you have to install avs video converter and then well im not going to translate everything but it explains you all the settings to put to have a video for you ipod. after it was converted like the website says open itunes and then drop the conveerted file to itunes and it will work (well it did with me)

  • HT4072 can't play video files (mp4, avi, mkv) with 5.1 audio tracks

    I have two Macs, one with a mini-optical out and no audio through its mini-displayport, and the other that supports digital audio out through its mini-displayport. On either of my Macs, how can I play video files (mp4, avi, mkv) in 5.1 using Quicktime or iTunes or VLC? I've heard I need Perian. Is this true? If so, how do I configure it on either machine?
    Note that when I connect the computer that supports audio through the mini-displayport to my receiver, my home theater receiver detects a PCM audio connection, but the audio I get out of my speakers is still stereo.
    Both computers are running Snow Leopard. I haven't had the need to upgrade to Lion yet, but if the answer is that I need Lion do do this, I'd spend the $29.
    Thanks for the help!

    daedalusman wrote:
    This just happened for the first time with an .mkv file I was trying to play. It started fine but then after selecting a menu option in smplayer the video disappeared. It didn't go black, the player just stopped presenting the video. In other words the player switched to audio playback mode only, the window was unable to go into fullscreen or be resized. Smplayer still works with other HD files. Deleting the config directory fixes the problem until I select a menu option, such as, setting the audio to 5.1, then the video portion disappears again.
    Does anyone know what is going on here or have any ideas on how to fix this issue?
    Thanks for any help provided.
    that's because now mplayer they switch to libavformat demuxer for mkv and ogg and i think is a bug in smplayer because is making some configuration for files in file_settings in which is sets demuxer & co. this switch is confusing smplayer and it should be reported upstream
    p.s if you actually select demuxer from smplayer to mkv it would work perfectly

  • What are some of the best iOS apps can remotely played videos, audios, photos and text files from a NAS hdd connected to Airport Extreme USB port? And how to configure this setup?

    I have already set up NAS hdd as connecting it at USB port of Airport Extreme, i also want to remotely access it from iPhone, so what's the next step? What are some of the best iOS apps can remotely played videos, audios, photos and text files from the NAS hdd and how to configure this setup?

    *Edit - I am not able to connect to the NAS when hardwired to the airport extreme.

Maybe you are looking for

  • Why are my iPhone photos not appearing in photo stream?

    When I first downloaded iCloud photos taken on my iphone automatically apeared in photo stream on my macbook.  This is not happening anymore.  I have automatic photo steam enabled in settings and iphoto preferences.

  • Imac vs air

    what would be faster on the internet the base air or the aluminum imac 2.0 ghz 1 gb ram and 250 gb hd thanks

  • Only 1 minute and 30 seconds of the song plays that I pick

    Just bought a new computer and downloaded iTunes, as I previously had it downloaded on a laptop. My song library shows up, but when I play a song, only 1 minute and 30 seconds of the song plays. Is this fixable?

  • How to make a copyright watermark

    New B here! I am wanting to make a copyright watermark... I am using windows, PSE8, and a laptop... so I dont have the number key pad... can anyone help me?

  • Despite upgrading, my iPhone frequently 'refuses' to show bottom row in Music

    - which drives me CRAZY-because it means, NO radio!!! There's no rhyme or reason to it - I've tried all sorts of tricks - sometimes it shows up, more often, it doesn't. NUTS!! I'm also concerned because during the course of my attempts to do this, AL