Loss of sound via display for YouTube, games, etc forces restart to fix

Having issue of sound "dropping out" when using YouTube, games, etc.  when I restart function OK for a while, then have to reboot to resetablish sound.  Display is source of sound and shows as input OK but does not give volume control function (may have done so when operating OK)
When using the tv itself sound OK, and vol. controls work well.  this is a recent event - any ideas?

If you lost sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
If you have the side switch set to lock screen rotation then the system sound control is in the control center. Swipe up from the bottom of the screen to get to control center . Tap on the bell icon and system sounds will return.
If you have the side switch set to mute system sounds, then the screen lock can be accessed in the same manner as described above.
This support article from Apple explains how the side switch works.
http://support.apple.com/kb/HT4085

Similar Messages

  • Loss of sound via external devices and odd issues when switching inputs.

    When I plug in my headphones via the headphone jack, or my Logitech USB headset thru the USB port (either one), I get no sound coming out.  Going to sysprefs>sound>output and selecting the approporiate device results in no volume control on keyboard and spinning beachball for several seconds.  Unplugging device results in sound repeatedly going "pop, pop, pop" at whatever volume the internal speakers were last set at.
    Something is skewed in the audio components but I am not sure what it is and am not sure how to proceed.

    Remove that in safe mode using >>Driver Fusion<< and install latest MSI driver: http://www.msi.com/product/vga/N660Ti-PE-2GD5.html#/?div=Driver&os=All

  • Simple display for my game

    I have created a game with 20 board squares as part of my first Java assignment. The display only tells you the position you are at but I would like something a bit better (but nothing too fancy!), which actually displays the Board class with all 20 spaces and shows the position of each player. Like this
    start 12345674910 end
    and displays that the player P is at position 6 and computer C is at position 9 underneath.
    Would it be a good idea to use an array and if so how??
    Any help would be greatly appreciated.
    This is how it is currently displayed
    import java.io.*;
    public class Board
    // instance variables
    private int boardSize;
    private int playerPosition;
    private int compPosition;
    private Dice boardDice;
    private Player playerName;
    private Player computerName;
    BufferedReader keybd;
    * Constructor for objects of class Board
    public Board()
    boardSize = 20;
    boardDice = new Dice ();
    playerName = new Player ();
    computerName = new Player ();
    keybd = new BufferedReader ( new InputStreamReader (System.in));
    * method to decide player positions
    public void setStartGame() throws IOException
    System.out.println("Welcome to Squares!");
    System.out.println("You will be playing against the computer.");
    System.out.println("The first to reach the 20th square is the winner.");
    System.out.println("But beware of the danger squares cos they will send you back!!!");
    System.out.println("Good Luck \n \n");
    System.out.println("Please enter your name below to begin");
    String name = new String (keybd.readLine());
    playerName.setPlayerName(name);
    playerPosition = 0;
    compPosition = 0;
    while (playerPosition <20 && compPosition <20)
    System.out.println("Press enter to roll dice");
    String line;
    line = keybd.readLine();
    playerName.getPlayerName();
    int diceRoll = boardDice.getDiceNum();
    System.out.println(name+ " threw a " +diceRoll);
    playerPosition = playerPosition + diceRoll;
    if (playerPosition == 5 || playerPosition == 10 || playerPosition == 15)
    playerPosition = playerPosition - 3;
    System.out.println("Uh oh you landed on a danger square go back 3 squares!!");
    System.out.print(name);
    System.out.println(" is at position " playerPosition "\n");
    diceRoll = boardDice.getDiceNum();
    System.out.println("Computer threw a " +diceRoll);
    compPosition = compPosition + diceRoll;
    if (compPosition == 5 || compPosition == 10 || compPosition == 15)
    compPosition = compPosition - 3;
    System.out.println("Uh oh you landed on a danger square go back 3 squares!!");
    System.out.println("Computer is at position " compPosition "\n \n");
    if (playerPosition > 20)
    playerPosition = 20;
    if (compPosition > 20)
    compPosition = 20;
    if (playerPosition > compPosition)
    System.out.println(name+ " wins!");
    else
    System.out.println(name+ " loose computer wins.");
    }

    If you just want to play a simple .wav or .au file, you can use this:URL url = this.getClass().getResource("nameOfYourClip.wav");
    AudioClip clip= Applet.newAudioClip(url);
    clip.play(); // play it
    clip.stop(); // done ...kind regards,
    Jos

  • How to embed html codes for videos games etc... in action script 3.0

    i am trying to embed a chatbox on my action script 3.0 website. but i am having no succes. any help on how to get my chatbox on a page using html code

    Hey thnx Ned.
    this sites are really helpful.but,i have used sound through button.so how it is possible to attavh the link with slider.i have created slider also.
    Below is my slider code for sound.
    onClipEvent (load) {
        mySound1 = new Sound();
        mySound1.loadSound((myScale)+"/"+(myTanpura)+"/"+(myTanpuraSwar)+"/"+(myTanpuraTempo)+".w av", true);
        mySound1.onSoundComplete = function() {
        mySound1.start();
        mySound1.start(0.058,999);
    onClipEvent (enterFrame) {
        downloaded = mySound1.getBytesLoaded();
        total = mySound1.getBytesTotal();
        if (downloaded != total) {
            _root.dl = "You have to buy this software...";
        } else {
            complete = 1;
            _root.dl = "";
        mySound1.setVolume(ratio * 2);
    This code is working for slider.I mean it scrolls the slider.but it dosent make any effect to sound.
    Below is my button code.
    stop();
    mySoundBtn4.onRelease = function () {
              mySoundC = new Sound(this);
              mySoundC.attachSound("mySoundClip4");
              mySoundC.start(0, 300);  //10 represents the number of loops
              gotoAndPlay("play1");
    this is on button's frame.not exactly on button.
    Button and Slider both are on diffrent scene.
    Can you plese help me out?

  • ANE function parameters display as arg0, arg1, etc. how do I fix this?

    I am creating an ANE and all my functions that take parameters show them as arg0, arg1, arg2, etc..
    for example:
    ShowAlert(arg0:String, arg1:String, arg2:String = "Ok", arg3:Array = null)
    when it should be
    ShowAlert(title:String, message:String, defaultButtonText:String = "Ok", additionalButtons:Array = null)
    I did some searching and the only thing I was able to find was this:
    By default, these are defined as arg0 and arg1, but you can give them more descriptive names. Change the call() function definition to look like this:
    public FREObject call(FREContext context, FREObject[] passedArgs)
    from http://www.adobe.com/devnet/air/articles/developing-native-extensions-air.html
    hrm..
    I assume it's using flex (as pretty much everyone else is these days - I should get around to learning that) but I am using Flash Pro.
    Anyway, I don't really understand what he meant, so I started reading the rest of the document and I saw this line:
    Set the superclass to com.adobe.fre.FREContext.
    Hrm...
    Does this mean I am supposed my ANE is supposed to extend that? Right now, it's extending EventDispatcher.
    Regardless, can someone clarrify what he means, or what I am supposed to do to get my parameters appearing correctly?

    It does look like you want to extend FREContext.

  • Exporting For YouTube - Premiere Pro CS5 (Canon XL2)

    I shot a promo video with my Canon XL2, and would like to upload the finished product to YouTube at the highest possible quality in order to help promote the company I work for.
    Footage shot in 30p at 29.97 fps, 16:9 - NTSC.
    Sequence settings are all correct and match my footage perfectly.
    I have exported the video as H.264, AVI, MOV, MP4, MP2, WMV and countless other formats. When played on my computer the video quality is SUPERB. I am ecstatic at how it turned out, HOWEVER, when I upload the video -in any format- to YouTube, it looks absolutely horrible - as though it were shot with a webcam.
    Does anyone have any advice as to what I might be doing wrong? Anyone had any experience with the XL-2 and Premiere Pro videos being ugly when uploaded to YouTube?
    Thanks a bunch!

    Be very careful when using Adobe's presents for YouTube, Vimeo, etc.  They have a fixed frame rate but it doesn't always match your source frame rate and this adds additional render time and can drop or add (adding is much worse) frames.
    The worst offender is a preset that is for non drop-frame 30.0 fps (instead of drop frame 29.97) because every 3 seconds 3 frames get added.
    Also be aware that when exporting for the web (or most anything other than to DVD), you want to use square pixels.
    This might require a bit of tweaking with the presets but it is well worth the effort.
    864x480 is the square pixel equivalent to 720x480 widescreen (1.21...).
    For more indepth info on the presets (and my rants on the matter) - have a look at my CS5 and C5.5 articles.
    http://www.eventdv.net/Articles/News/Feature/Benchmarking-Adobe-Premiere-Pro-CS5-70277.htm
    (under the heading "Don't trust the presets")
    http://www.eventdv.net/Articles/ReadArticle.aspx?ArticleID=74852
    (under the heading "Working with watch folders in Adobe Media Encoder CS5.5")

  • The sound on all of my game apps and my alerts has stopped working. Still works for Netflix, Hulu, YouTube... Anything video related. Anyone else have this problem or know what I should do to fix it?

    The sound on all of my game apps and my alerts has stopped working. Still works for Netflix, Hulu, YouTube... Anything video related. Anyone else have this problem or know what I should do to fix it?

    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • No sound via mini display to HDMI connector

    Hi all,
    I have the i7 8G ram version of the X1 Carbon (UK version) and love it.  The only issue I have with it is in relation to the mini display port.  I use a lot of HDMI equipment so immediately bought the mini display to HDMI connector from Grifin, see http://store.griffintechnology.com/video-display-converter but whilst video exports fine no sound is being output via the HDMI cable and end up sound via the X1 speakers which are great for personal use but useless in a large room full of people.
    I already contacted Griffin support and they quickly referred me to Lenovo.
    All help much appreciated.
    Ben
    Solved!
    Go to Solution.

    BenEadir,
    When you have a video or sound file playing, go to Control Panel, Sounds, Manage Audio Devices.
    Then when you are in Manage Audio Devices, you will se a list of devices and the external device/TV your mini display port is connected to as one of the options. Just choose the one you want and set it as your default audio device and the sound should automatically go to the selected device.
    Let me know if this works for you.
    Thank you for being a part of the Lenovo Family,
    Catie
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Donate KUDOS and Click "Accepted Solution"

  • HT4993 I had my iphone s4 on seasonal standby. I am now using it again, but when i try to play music on itunes, there is no sound. Also no sound for youtube.

    I had my iphone s4 on seasonal standby. I am now using it again, but when i try to play music on itunes, there is no sound. Also no sound for youtube.

    music and video has their own volume slider it's displayed in the player itself lowing the normal phone volume does not affect the media volume

  • Okay so my iphone says its connected to the internet but the internet only works for games so i cant use things like facebook twitter or youtube PLZ TELL ME HOW TO FIX THISf

    Okay so my iphone says its connected to the internet but the internet only works for games so i cant use things like facebook twitter or youtube PLZ TELL ME HOW TO FIX THISf by the way it an iphone 4s and i have never encountered this problem before my dads iphone is the same after we updated to ios 8.1.1 but my mum hasnt updated yet and hers is fine

    If deleting then reinstalling the apps doesn't work, then contact the app developer for support.
    It sounds, though, like your internet connection is simply very slow.
    Try making a backup, then restoring the iPhone as new, and testing again.

  • How do I get sound to work  for games...?

    How do I get sound to work for game apps, when I have sound for other items on ipad2?

    Have you got notifications muted ? Only notifications (including games) get muted, so the iPod and Videos apps, and headphones, still get sound.
    Depending on what you've got Settings > General > Use Side Switch To set to (mute or rotation lock), then you can mute notifications by the switch on the right hand side of the iPad, or via the taskbar : double-click the home button; slide from the left; and it's the icon far left; press home again to exit the taskbar. The function that isn't on the side switch is set via the taskbar instead : http://support.apple.com/kb/HT4085

  • I get no sound for YouTube or music when headphones are out. Speaker phone works fine. It appears to be software issues. Any ideas?

    I have an iPhone 4s w/iOS 5.0.1.  YouTube and music player do not produce sound w/out headphones being plugged in. The speaker phone and other phone sounds continue to work properly. The volume buttons on the side of the phone do not control volume unless the headphones are plugged in. When you go to 'settings' then 'sounds' and make sure 'change with buttons' is selected, the volume bar will not move with the buttons until I make the volume change on the bar with my finger - then the buttons control the volume bar (but still no sound for YouTube or the music player without the headphones). It appears to be some type of software issue. I have read the post about theap home thinking the headphones are still plugged in, but that would not explain why some sound works and others do not. Any ideas?

    Hello tiffay8,
    Thanks for using Apple Support Communities.
    From your post I understand you're not getting any audio output from your speakers when you're playing games.  Follow the steps below to resolve the issue:
    Verify that the volume is set to a level you would normally be able to hear.
    Ensure that there is nothing plugged in to the headset jack or the dock connector.
    If the iPhone is in a protective case, make sure that the speaker port isn't blocked by the case.
    Make sure that the speaker and dock port aren't clogged with debris. If necessary, clean it with a clean, small, dry, soft-bristled brush. Carefully and gently brush away any debris.
    If an audio issue occurs when using a specific application, try testing other applications to see if the issue persists.
    If the iPhone is paired with a Bluetooth headset or car kit:
    Try turning off Bluetooth.
    If you experience difficulties with the Bluetooth feature, follow these troubleshooting steps.
    Restart the iPhone.
    If restarting doesn't fix the issue, ensure that your iPhone is updated to the latest version of iOS.
    If the issue is not resolved, please contact Apple Support.
    iPhone: No sound or distorted sound from speaker
    http://support.apple.com/kb/ts5180
    Take care,
    Alex H.

  • Will there be a possibility to stream music from iMac safari to airport express via airplay - from youtube for example?

    hi, i want to stream music from my imac to my airport express station via airplay. but not only with itunes, but also from safari (youtube) or other programs like games etc.
    is there - or will there be - a way?
    thx
    monimor

    Thank you for the answer, but airfoil is pay-software. on ipad and iphone there´s airplay for allmost every application - without extra payment.
    i wonder, why apple provides airplay only for mobile-devices.
    regards
    monimor

  • How do I get sound back for YouTube?

    Ever since I downloaded firefox 4.0 beta 3 I have no sound for YouTube videos.

    You have a corrupted user agent:
    ''Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.0.8;MEGAUPLOAD 1.0 (.NET CLR 3.5.30729)''
    You have or had an extension installed (MegaUpload toolbar) that has changed the user agent to Firefox/3.0.8.
    You can check the general.useragent prefs on the about:config page.<br />
    You can open the about:config page via the location bar, just like you open a website.<br />
    Filter: general.useragent<br />
    If general.useragent prefs are bold (user set) then you can right-click that pref and choose Reset.<br />
    See [[Web sites or add-ons incorrectly report incompatible browser]] and [[Finding your Firefox version]]
    See also http://kb.mozillazine.org/Resetting_your_useragent_string_to_its_compiled-in_default
    Clear the Flash cookies and settings.
    Flash Website Storage Settings panel:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
    See also Flash Local storage settings
    http://www.macromedia.com/support/documentation/en/flashplayer/help/help02.html

  • How can I use my TV as a display for FaceTime and the camera of my MacBook when connecting it to the TV via HDMI?

    I can connect my MacBook to my TV via HDMI and when I FaceTime everything works normally except I would like the display for the MacBook to be turned off so I can see video only on my TV. Closing the lid is not an option since I am using the MacBook's camera to FaceTime. Is there any way to achieve this?

    Shivneet wrote: ... I would like the display for the MacBook to be turned off so I can see video only on my TV. ... Is there any way to achieve this?
    Not that I could find.
    The easiest workaround that I could find is a trimmed piece of Black Construction Paper taped over the Mac's display.
    Alternatively, you could use an external Mac Compatible Web Cameras and then close the lid, but that is a higher cost option.
    Message was edited by: EZ Jim
    Mac OSX 10.8.4

Maybe you are looking for