Air ios stagewebview youtube video without sound

I developed an app for IOS  with flash air 15.0
I used StageWebView  to play youtube video in my app. On some ipad  I have video +sound and on other only video without sound.
Is someone have a track for a solution?
You can find my app on the apple store or play store , find :
"fare, le mond de la propreté"
Best regards
Jean Luc

I installed KDEmod-minimal and solved the problem of sound. I believe that when I installed and kdebase-workspace kdebase-konsole, was missing a package but do not know yet what package.
Thank you!

Similar Messages

  • YouTube videos without sound - Corrupt flash player? Help?

    Hi everyone, I have a bit of a problem. I went on to YouTube this morning, trying to watch a video. Unfortunately, the video failed, and it wouldn't play. All I got was the ad in the very first frame, yet the video thought it was playing. I looked online, and it said that my flash player was corrupt. So I went and I installed flash player on my laptop again. I tried to play the video again, and it played. Unfortunately, there was no sound. I went through about five extremely unhelpful troubleshooting pages shared between Adobe and YouTube, and got no results. Pretty much, Google has kept saying it's my Adobe, and Adobe has kept saying that everything is fine with flash player. Could anyone help me? This is very frustrating.
                   System: Windows 8 64 bit.
                       Adobe flash player: 32 bit installation.
                        Browser: Google Chrome.

    Flash Player Help | Installation problems | Windows
    Mylenium

  • How can i play youtube videos without quitting my app in iOS 5?

    i'm loading an embed code of a youtube video on a UIWebView and it has being working just fine , but now i'm testing the app on iOS 5 and when i'm in fullscreen mode and i press the pause button the app just frezze .  can anyone help me with this?
    This is the code i'm using for loading the video:
    http://iphonedevelopertips.com/video/display-youtube-videos-without-exiting-your -application.html#comment-55254
    NOTE: I'm using iOS 5.

    NOTE:  Please use the confidential forums created for this purpose - iOS 5 beta

  • How do I route audio from a YouTube video to AU Lab using SoundFlower so that I can capture the YouTube video's sound stream?

    How do I route audio from a YouTube video to AU Lab using SoundFlower so that I can capture the YouTube video's sound stream?

    Attach camera via USB or put card in card reader.
    Go to FCP, and go to the Log and TRANSFER window.
    If FCP recognizes the card, you will see your clips listed on the left.
    You can view them, set Ins and Outs, and import just what you want.
    Once you choose a section of video and import it, FCP converts (transcodes) from its original camera format to Apple ProRes422 - a more edit friendly video file.

  • How can I record video without sound?

    I would like to record videos without audio on my iphone? Is their a way to record videos without sound in the default camera app? If not than does any one know of any apps that can?

    Do you happen to have your phone set for mute?  Apparently (with the Note 3) this would also mute recording of sound in videos.  Using normal recording mode?    Slow mo and other modes may not record sound either.

  • Phone depicts the video without sound

    Phone depicts the video without sound , Please respond!!!

    You still have a conversion problem; iPods don't like multiplexed audio/video (mpeg). Compare your encoder settings with the specs and try again. Don't worry, I had the same problems (and started using Nero Recode).

  • No sound on YouTube videos, but sound from NetFlix...

    So I use Google Chrome and have never had a problem with sound. Been away for a week and been using NetFlix the past couple of days and no problems with sound. Went to go on YouTube and no sound coming through. Refreshed the page, checked my speak connection,
    the video wasn't on mute... V confused and would like to fix it. Any suggestions?

    Try to reset Internet Explorer settings.
    http://support.microsoft.com/kb/923737/en-us
    Here is another solution that
    you can try.
    http://answers.microsoft.com/en-us/windows/forum/windows_vista-pictures/no-sound-from-internet-explorer-sound-from-media/0a93e2b8-dd41-46c9-9173-80eeb1e3b308

  • If more than 12 tabs with youtube, video and sound start corrupted

    If i open more than 12 tabs with youtube videos and let then open, on every new tab video and sound corrupted.
    I'm using Firefox 9 x64 nightly and Flash 11 beta2 x64.

    Hi,
    What operating system are you on?
    Does this only happen with the nightly or can you reproduce this on other browsers as well?
    Are videos playing on the other tabs?
    To confirm what you are seeing:
    12 youtube pages are open by the time you get to 12 or 13 the video and audio are corrupted?
    Thanks

  • Is it possible to record a ipad video without sound?

    Have tried everything, but unable to record videos without any sound.

    I don't think you can. There's a low tech approach, put a piece of tape over the microphone. Might not cut it all but might mute it down.

  • Watching a Youtube video my sound stops across my whole machine until I exit firefox

    If I watch a Youtube video for a couple of minutes the sound suddenly cuts out yet the video carries on playing. No plugin crashes. All sound across my machine has stopped. I can open MP3's in Zoom player and it moves the timer along but no sound comes out.
    I have to exit Firefox and Zoom and restart Zoom and my sound is restored and the MP3 plays fine.
    I have to exit Firefox and restart it to carry on watching the Youtube video and the sound will cut out again a couple of minutes later.

    Try to play with ur RAM , take out 1 socket and try to power it on with 1 stick ..

  • StageWebView YOUTUBE VIDEO

    I'm using StageWebView to watch a few YouTube videos.
    Everything works great using Test Movie.
    No problem in local situation but when I put the IPA on my device, I just get a white screen where the video should be.
    Same thing if I load a simply URL as google for exemple...it's OK
    It seems very simple yet I'm not finding anything on the web to help me out...
    My code
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                        xmlns:s="library://ns.adobe.com/flex/spark"
                        title="Player"
                        viewActivate="init()">
      <fx:Script>
                        <![CDATA[
                                  import flash.net.navigateToURL;
                                  import mx.events.FlexEvent;
                                  import spark.events.ViewNavigatorEvent;
                                  protected var webView:StageWebView = new StageWebView();
      protected function init():void
                                            var webView:StageWebView = new StageWebView();
                                            webView.stage = this.stage;
                                            webView.viewPort = new Rectangle( 0, 100, this.stage.stageWidth, this.stage.stageHeight/2 );
      //webView.loadURL( "http://www.google.com" );
                                            webView.loadURL("http://www.youtube.com/v/xQIeRGW1T5E?version=3");
                                            addEventListener(ViewNavigatorEvent.REMOVING, onRemove);
                                  protected function onRemove(event:ViewNavigatorEvent):void{
                                            this.webView.dispose();
                        ]]>
      </fx:Script>
    </s:View>
    Thanks for your help, I'm work on this since many hours
    Regards

    It could be that the YouTube player that you're loading has ActionScript in it, which can work when doing an interpreter test movie, but won't work on an actual device. You want to try to get at the H.264 file that YouTube is using, and play that with net stream.

  • Converted videos without sound

    i have added and converted 5 videos to ipod format, and added to my ipod.
    even though the videos had sound before they are not playing with sound on my ipod or on my itunes
    how can i make it play with sound

    The discussion of converting/ripping DVDs to iPod format is forbidden on these boards - [Terms of Use|http://discussions.apple.com/help.jspa]. I would suggest searching the internet or going to the [iPod Lounge|http://www.ipodlounge.com] to find what you're looking for, because I'm sure you're talking about converting your home movie DVDs to iPod format and not breaking the Copywrite protection of Commercial DVDs and U.S. Federal Law in the process.
    P.S. Breaking Copywrite Protection is also against the law in most other countries as well.

  • Videos without sound

    I have the latest itunes on my pc and videos in an endless list of formats avi mpeg flv wma
    I've imported the files into the itunes library and through the advanced option I click the 'convert to ipod/iphone version'
    it takes AGES for the conversion only to find out the video lacks sound. There is no audio signal at all.
    Any suggestions?

    Try using MPEG Streamclip to convert the videos; more information on this issue is available in this article.
    (36772)

  • Iphone 4 some videos without sound

    I did make some videos today with my iPhone 4. In some of the videos the sound is working totally normal, but in some of them, you can't hear anything. Nothing. No single noise.
    Can you tell me what is wrong? And if there's a way to get the sound back on the videos??

    Hi there eva2808,
    Welcome to Apple Support Communities.
    The article linked below provides troubleshooting steps that’ll resolve most issues like the one that you’ve described, where you aren’t hearing audio in videos that you’ve recorded with your iPhone.
    If your voice is too faint or sounds unclear using iPhone, or iPod touch - Apple Support
    Cheers,
    -Jason

  • IPod Video without Sound, Partial name

    I transfer my videos to my iPod and they show up on there and everything, I just can't hear it. Yes, I've converted them and everything.
    Why can't I hear my videos? And how can I fix that?
    Plus, I named my iPod "Ash's PARTAY Machine" But on my iPod it says, "Ash's PARTA" ....Why?

    First, for the name thing, I just picked a name that
    was too long.
    The name was not too long for say, it is just that Windows can only display so many characters for a device's name. If the iPod was formatted for use with a mac, the name would most likely be displayed in its entirety.
    As for the video and sound, I needed the Videora
    converter to make the videos compatible for iPod
    Video.
    Again, your files were Muxed. Videora can handle them, keeping the sound with the video.
    Glad the issue was worked out!
    btabz

Maybe you are looking for