How to play a video in the AIR on a mobile device

Someone at - it a walkthrough they can share about how to play a video in an AIR app? It would be a video that has bundled with the application of air.

Thank you!

Because the video is delivered, I recommend you make use of the GPU accelerated class StageVideo:

StageVideo - Adobe ActionScript® 3 (AS3) QAnywhere

On this page you will find several links tutorial and code (in description) on how to use it, for example:

Adobe Flash Platform * using the StageVideo API

Getting started with video scene | Adobe Developer Connection

In this regard is if you already have a video player using NetStream and NetConnection instance then you already know how to use it. After that the event triggered indicating whether StageVideo is available, you can use or to determine if you need a help (ordinary video with software rendering).

Unlike simply by using the FLVPlayback component, you must create and attach your own video controls. Yet once if you ever did a player customized with NC/NS classes above then chances are you've done custom controls. Just any buttons you want for your features (search, play/pause, volume, etc.).

It is worth repeating, I only recommend this because I chose this method with the videos grouped. If you need to broadcast, NetStream won't give you the information you need for the memory buffer/search layout. In this scenario, I use using StageWebView on iOS which incorporates a native HTML5 MP4 playback control. I actually start to receive the stream to get the metadata (video size) and generate an HTML page with a

Tags: Adobe Animate

Similar Questions

  • whenever I want to play a video on the web, it retains a break constantly... How can I fix it (Fix

    Hi, whenever I want to play a video on the web, the video continues stopping constantly...

    Is there a way to fix it. ???

    Thank you for your help and your tiime...

    1. your internet connection speed is maybe not fast enough.
    2 servers may be experiencing high traffic.

  • How to play a video taken with Blackberry using Windows

    Black berries

    How to play a video on my blackberry on windows

    How to play a video on my blackberry on windows

    ==============================
    Maybe the following link offers a solution:

    Convert video files from my Blackberry to
    Play on Windows Media Player and Movie Maker
    http://forums.PCWorld.com/index.php?/topic/69

    Also... the media players following freeware
    may be able to play the files. :

    Media Player Classic
    http://www.filehippo.com/download_media_player_classic/
    (just unzip and run it... (no installation required)

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    VLC Media Player
    http://www.videolan.org/

    Volunteer - MS - MVP - Digital Media Experience J - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - * proceed at your own risk *.

  • Windows Media Player, I made a list of music and now whenever I try to play a video just the first Picturew

    On Windows Media Player I Made A list of music and now whenever I try to play A video just the first image that comes in the video remains fair and the video does not play I just hear the sound of the video plz HELP! Please

    Hello

    Welcome to the Microsoft community!

    This problem occurs if a necessary codec to play the file is not installed on the computer.

    1. The problem occurs with all the files?
    2. Other files work well which is not there in the playlist?

    Step 1:

    Open the troubleshooting Windows Media Player settings Troubleshooter

    http://Windows.Microsoft.com/en-us/Windows7/open-the-Windows-Media-Player-settings-Troubleshooter

    Step 2: Try to update the codecs to check if the problem persists. See the below mentioned the Windows Help article.

    Codecs: Frequently asked questions

    Step 3: Check if you have the latest video drivers installed on the computer. You can log on to the computer for the same manufacturer site. Also, check the latest Windows updates. Check if all related drivers are available in the optional updates.

    Install Windows updates

    Step 4: Adjust graphics hardware acceleration. To do this, follow these steps:

    a. open the screen resolution by clicking the Start button, Control Panel, and then, under appearance and personalization, click on adjust the screen resolution.

    b. click on advanced settings.

    c. click the Troubleshooting tab, and then click on change settings.

    d. move the hardware acceleration slider two notches to the left of Full (the Disable cursor and bitmap accelerations setting).

    e. click OK, and then click Restart now.

    If you need help on this issue or any problem related to Windows, please keep us informed.

    We are here to help!

  • How do I download video from the iPad to revel?

    How do I download video from the iPad to revel?

    PN the iPad/iPhone app, you can download the videos that were taken on the iPad/iPhone. You download them the same way to make a photo, check out this link:

    http://forums.Adobe.com/message/5114160#5114160

    See this link for the types of files supported:

    http://forums.Adobe.com/message/5833667#5833667

    Guinot

  • How to force the format landscape for mobile devices (phone & pad)?

    Hello, I am designing a new Web page in muse. It will be necessary for this layout, view the page in landscape format (mobile / ipad & iphone).  is there an opinion to force the format landscape for mobile devices? whereas even if the device is in portrait format, the site will be displayed in landscape format?  support told me that I will have to add the code. could you tell me the code and how do I insert this to my page? Thanks for your help

    This might help you:

    fixed vertical layout for mobile

  • What do you use to track the specific type of mobile devices open your emails?

    Mobile email is on the rise. What do you use to track the specific type of mobile devices open your emails?

    We started to use the Sunflower (Email Analytics - sunflower) this month and have been very happy with it. They not only do report on e-mail clients, you will tell people how committed are with your email address (for example did they spend time reading it or just delete it right now?). They also allow you to track individually, which means you can identify iPhone or Android users and send them a targeted campaign.

  • You can inspect the element of a mobile device?

    You can inspect the element of a mobile device?

    You need connect your phone to the desktop Firefox, https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging/Debugging_Firefox_for_Android_with_WebIDE

  • I can't get the app to Windows Mobile Device to recognize my HP IPAQ to download reports

    Original title: Mobile device application

    I can't get the app to Windows Mobile Device to recognize my HP IPAQ to download the reports.  It worked fine on Windows 7, but will not work on Windows 8.  Should I upgrade to Windows 7, or to do damage on the new computer.

    Hello

    It seems that the application is not compatible with Windows 8. I suggest you to install the application in the Windows 7 compatibility mode to see if that helps.

    a. find the executable (.exe file) file for the driver installation program.

    b. right click on the file and then click Properties.

    (c) in the Name of the Package Properties dialog box, click the compatibility tab.

    d. Click to select the checkbox run this program in compatibility mode for , click on Windows 7 with which it is compatible with in run this program in compatibility mode for the list and then clickOK.

    e. double click on the executable file to start the Setup program.

    Hope this information helps.

  • Stop the screen turn on mobile devices

    Hello guys,.

    I was wondering if you could help me. I am designing an app for tablets and I wish the app was only visible in the panoramic view.

    Is it possible to prevent the screen turn on mobile devices and perhaps view-panorama?

    Thank you!

    Bert

    I don't work on mobile applications or anything, but I guess you can try:

    in scene/orientationchange

    if(Window.orientation == 0) / / Portrait

    {

    Window.orientation == 1 / / landscape

    }

    and you can see #4 here:

    http://StackOverflow.com/questions/3501510/blocking-device-rotation-on-mobile-Web-pages

    or with css here:

    @media all and (orientation: landscape) { ... }

    Media - CSS queries using | DND

  • Windows Media Player play my video on the side. How to fix this?

    This isn't my problem phone or the way I shot the video or the angle, it has been taken. It is a MP4 video file. If I play the same video in Quicktime or other programs this is very well, but not in Windows 7. I would like to know how to solve this problem. Any suggestions? Thank you.

    You use video software to rotate, mounting as shown, you can search for software.

    You can try to use Windows Live Movie Maker, but it can not support the format of the video.

  • How to rotate a video to the right

    After you import the video it was visualized on the left, I am unable to run.

    After you import the video it was visualized on the left, I am unable to run.

    =========================================
    The info might be useful:

    Several options to rotate a video clip...

    (1) you can use the free VLC Media Player to rotate
    the video for a single viewing.

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    VLC Media Player (32-bit Version)
    http://www.filehippo.com/download_vlc_32/
    (works on XP, Vista, 7, 8)
    (the name of the file to download is: vlc - 2.0.6 - win32.exe)

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    VLC Media Player (64-bit Version)
    http://www.filehippo.com/download_vlc_64/
    (works on XP, Vista, 7, 8)
    (the name of the file to download is: vlc - 2.0.6 - win64.exe)

    Open a video in VLC Media Player and break it... then go to...
    Tools / effects and filters / video effects tab / geometry tab.
    Select the check box turn / slide the circle / close / play.

    (2) if the video is compatible with Movie Maker it
    has a 90 ° rotation effect. Once you have the file turned...
    Save it as a movie in .wmv format.

    (3) Freemake Video Converter can turn a video clip
    Then you can record the clip in the same format or convert
    it to a different format. :

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    Freemake Free Video Converter (freeware)
    http://www.Freemake.com/free_video_converter/
    (Windows XP / Vista / 7 / 8)
    (* Read * all * the installation screens... it)
    may be a few items you want to unmark *)

    (You can ignore the giant green button 'Install' on)
    the main screen... it should disappear when you
    Import your video files)

    Freemake - how to rotate Video free
    http://www.Freemake.com/how_to/how_to_rotate_video

    (4) free return and rotate

    (FWIW... it's always a good idea to create a system)
    Restore point before installing software or updates)

    How to use Free video Flip and Rotate
    http://www.DVDVideoSoft.com/guides/free-video-flip-and-rotate.htm
    (XP SP3, Vista, 7, 8, and .net Framework 2 SP2)
    (* You can uncheck the options to install the)
    DVDVideoSoft Toolbar and iTunes plug-ins *)

  • How to open a video on the image of microsoft office?

    How can I open a video on the image of microsoft office... AV1?

    Are you referring to Microsoft Office Picture Manager?
    If_Yes_ it is not compatible with the video. Try viewing your
    video clip with Windows Media Player.

  • BlackBerry Smartphones can not play youtube video with the 3G network, but works with WiFi, why? Help, please!

    Hello

    I tried several times to read the youtube videos with network wifi and it works fine, but when I use the 3G or GPRS nework to play the video, it first to ask "Switch to WAP for streaming media? (with wifi that he won't ask) so I press ok and it uptempt to load and an error message "content not available. Server is blocked or unresponsive. ", it goes with all the videos I click on that. Help, please.

    Thank you

    Let me share my personal experience on the subject. When they are facing the same problem, I asked my provider and they tried to pull a fast explaining that viewing videos on the 3G network is dependent on the device and that it is not possible to videos on my BB "BOLD" due to speed issues. They even suggested that I buy an iPhone 3G given that subscribers who do not seem to display YouTube videos problems. A load of rubbish! After only a brief workshop organized by RIM and my career, I was "unofficially" informed by a member of staff that it was a TCP/APN issue. I take advice, made the necessary adjustments, and was able to view Youtube videos on the 3 G network without problem. However, my Bill the next month floored me. Even if I'm on a package data unlimited, I was charged an extra $ 70 on top of what I usually pay. Learn more with my carrier, they were kind enough to inform me that I have to access the Internet via their APN address, which translates into a lower speed of AFN, orI will have to pay for accessible data on the other addresses of the AFN. I supported with my questions and my carrier eventually admitted that they were actually limiting the speed on AFN as allowing only some mobile devices to access data at 3G speed. Then you tell me!

  • How to watch streaming videos on the Surface

    original title: streaming

    How can you watch streaming videos with the surface (rt)?

    I used the Netflix app for watching a movie (streamed on the net). There is also a video application that allows you to rent movies. What videos need you to stream/watch?

    Kate

Maybe you are looking for

  • Froyo update dates

    Dear Motorola, May I know the sense of beginning of Q1 and Q1 2011... I think that 3 months ago in a quarter, a month has already passed, you must share the exact dates with the world. I can't wait for froyo update Please let us know the State.

  • How can we forget the administrator password in Windows Server 2003?

    How TO log in FORGOTTEN PASSWORD WINDOWS SERVER 2003 STANDARD EDITION administrator

  • Computer message is very low on disk space

    My pc says that I have a low disk space. I'm running on Windows X P. I have add remove programs and removed everything I can. However, after these actions, I went to my computer and click with the right button on properties, and yet no space has been

  • Screen goes white when I try to enlarge it.

    If I try to enlarge the screen on a YouTube video, the screen is empty. I can go back to the reduced video by pressing 'escape '. How can I fix? I tried to replace the monitor, but to no avail.

  • Reversed screen

    I have an acer aspire one (given to me) when I turn it on the screen is reversed and once it has loaded XP everything is back to the front. is it possible to fix this