Full screen control disappears

I'm trying to watch videos full screen and on occasion my Flash window ends just at the timeline and the icons for facebook, twitter, full screen, etc are not visible.  How do I enable full screen/expand the window.  This happens with both Firefox and Chrome -- I'm running Flash Player 11.9 under Windows XP.

Some people started having trouble with 8800GT after 10.5.7. Some even went back to 10.5.6 (good reason to always keep a backup boot system with last OS version).
Or start worrying it is the 8800GT going. Easy to test for IF you have an alternate graphics card handy.
Heat. Summer. 8800's don't do enough to kick in and properly cool the card on its own - single slot cards are not good at cooling and venting.

Similar Messages

  • How To Make Screen Controls Disappear In Full Screen Mode?

    I downloaded Quicktime 7.2 and even though I have selected Edit/Preferences/Player Preferences/Full Screen and under Controls, Display Full Controls, Hide after 2 seconds -
    When I am watching a video in full screen mode, for example the latest Keynote Address by Steve Jobs, the control panel which accesses Stop/Pause/Fast Forward etc., does not disappear regardless of how long I wait. Additionally the mouse pointer does not disappear either.
    I have to move the mouse pointer off the screen and/or move the Control Panel all the way down out of the way for it not to be visible.
    If I Deselect the "Display Full Screen Controls", then of course the controls do not appear, however the mouse still stays on the screen in full screen mode.
    How do I correct this. The Windows Media Player functions perfectly when I watch movies in full screen - controls disappear and so does the mouse. If I move the mouse, they reappear then disappear again after a few seconds.
    Any advice in correcting this would be appreciated.
    Thanks!

    Yes, this is annoying, however I'm glad you 2 guys finally posted. This is what I've found out so far. If you delete the .plst file (do a search for for it), it appear that it will be recreated again by Quicktime. That cured the problem with the Control Panel disappearing after the preset time set in preferences. However, the pointer will not disappear. I tried to uninstal and reinstall and also view different movies, but it will not disappear.
    So give that a shot and see if that resolves 50% of the problem. In Media Player, the control panel and pointer disappear in Full Screen mode. In Quicktime there seems to be a quirk. I've searched on this forum, but have not been able to find any other threads that indicatd a resolution to this issue. So let's hope that someone does or that Apple figures out the problem and issues an updated version for this.
    There was a new update that I received over the past few days and I was hoping this would resolve this issue, but it didn't.
    I've also read here that going to Windows Safe Mode and activating QT, watching a movie, then going back to normal mode fixes some issues. I've tried that too, but the pointer just will not disappear.
    I've tried disabling the Control Panel and then it won't appear at all, but the mouse pointer always does and the only way is to move it physically off the screen. When you move it the Control Panel will appear for a few seconds, then disappear again.
    Try these things out and comment on what you discover.

  • Display full-screen controls NOT visible

    I exported my keynote presentation as a QuickTime full-screen movie. In Preferences, I have the controls checked to display full-screen controls and to never hide them. They do not show up anywhere. I also set the presentation as a slideshow to control the presentation using the arrow keys and they do not show up. In the Guide it states that as long as "Display full-screen controls" is selected in QT Player Preferences, you can make hidden controls appear by moving the pointer. They don't.
    Any help out there would be appreciated...I have a deadline to meet!

    Huh, I didn't realize you had to format a flash drive for a Mac, I'll check that out.
    O.K. I may have something that I said I was going to try...I unlocked the file, changed *_My* permission_, the Staff and Everyone else to "Read Only" privileges, then locked again. I then zipped it and sent it to my son this morning. He said he could open it, change it but it would not allow him to save it! I'm going to test it further somehow but I don't know anybody else that has a Mac w/Keynote '08. Do you have Keynote 08? Can I send it to you to test (it would be alot easier) or to someone in the Keynote discussion area?
    This message should now have a subject line..."Keynote presentation to CD to be accessed, but not changed?" When this all began, I searched discussions in Keynote on this and found nothing with a concrete answer, only that you cannot save a keynote presentation as password protected. I posted twice and no one answered. I think this part of our discussion will help Keynote people.
    *Back to your area of expertise and my original question!*... Can you still look to see what key commands force the HUD for me for my QuickTime Movie as Slideshow? I know they could not change that, but the arrow controls would have to be displayed. I don't know what HUD means but I'm going to search too... I found this link: http://developer.apple.com/documentation/QuickTime/Conceptual/QT7-2Update_Guide/NewFeaturesChangesEnhancements/chapter_2_section9.html
    Could you take a look and see if this is what I need? I do have Mac OS X v10.5.4 and QT v7.5 and my Preferences window does not have a recording tab but my Full screen window looks that same. When I view my A/V controls it also doesn't view as in figure 1-8. I'm confused again! QT 7.5 is the latest version, isn't it?

  • Screen flashes... or an application goes full screen then disappears??!

    A weird and definitely not-normal phenomenon has been happening lately. Somewhat rarely (every 5-6 hours) it seems like my screen flashes. Very briefly.. less than a second. It almost looks as if theres some application that goes full screen, then disappears, or maybe the screen just flashes. Something is definitely not right.
    I don't see anything abnormal in my console though... nor in activity monitor. I've checked for loose connections, etc, and ran hardware tests. Cleared SMC and Pram. I consider myself quite computer savvy, and I install almost no applications, and keep everything nicely optimized.
    I'm using a Dell 3007WFP-HC display, FWIW.

    Some people started having trouble with 8800GT after 10.5.7. Some even went back to 10.5.6 (good reason to always keep a backup boot system with last OS version).
    Or start worrying it is the 8800GT going. Easy to test for IF you have an alternate graphics card handy.
    Heat. Summer. 8800's don't do enough to kick in and properly cool the card on its own - single slot cards are not good at cooling and venting.

  • Full screen button disappeared and other oddities

    i have a bunch of TV shows that i put in playlists and let run all night (they help me sleep). up until last night they all work fine, going from one to the next in full screen. now, all of a sudden, the episodes have trouble maintaining full screen after one episode and not only that but the playback gets choppy for some reason. ALSO, my full screen button for video has disappeared from the bottom of iTunes.
    any ideas? everything else seems to be working fine.

    the problem was in the lower left corner album art display. when it is clicked to select "now playing" everything is fine. when it is clicked to display "selected item" it looses it's fullscreen in a playlist.

  • JDialog on top of full screen JFrame disappears

    I have a problem with a JDialog on top of a full screen JFrame, namely the JDialog kind of disappears when displayed (it bleeds through). I use JRE 1.6.0_03 on Windows. This does not happen under the same version on Linux. I'm attaching the code below.
    Test.java:
    import java.awt.GraphicsDevice;
    import java.awt.GraphicsEnvironment;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.SwingUtilities;
    public class Test extends JFrame {
         public Test() {
              final Test frame = this;
              setDefaultCloseOperation(EXIT_ON_CLOSE);
              JButton button = new JButton("Open dialog");
              button.addActionListener(new ActionListener() {
                   public void actionPerformed(ActionEvent arg0) {
                        new TestDialog(frame);
              add(button);
              if (!isDisplayable()) {
                   setUndecorated(true);
              pack();
              setVisible(true);
         private static void createAndShowGui() {
              GraphicsDevice gd = GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice();
              gd.setFullScreenWindow(new Test());
         public static void main(String[] args) throws Exception {
              SwingUtilities.invokeLater(new Runnable() {
                   public void run() {
                        createAndShowGui();
    }And TestDialog.java:
    import javax.swing.JDialog;
    import javax.swing.JFrame;
    import javax.swing.JTextField;
    public class TestDialog extends JDialog {
         public TestDialog(JFrame frame) {
              super(frame);
              add(new JTextField("test"));
              setModal(true);
              pack();
              setVisible(true);
    }Any ideas why this is happening and how can I solve it? Thanks.

    I dont know if it works for you but, changing the createAndShowGui function
    (and so changing the way we make it fullscreen) as:
    private static void createAndShowGui() {
    Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
    Test testFrame = new Test();
    testFrame .setBounds(0,0,screenSize.width, screenSize.height);
    }worked for me.
    (java.awt.Dimension and java.awt.Toolkit must be imported for this by the way.)
    I tried also decreasing the hardware acceleration and it worked, too.
    Edited by: Kaan_Ceylan on Nov 16, 2008 5:33 PM

  • Safari status bar disappears.  I have tried clicking on show status bar and it will only appear when I move the cursor to the top of the screen.  I can not minimize the open page only full screen or close the browser.  Any idea how the rectify this

    Safari status bar disappears. I have tried clicking on show status bar, under the View tab and it will only appear when I move the cursor to the top of the screen. I can not minimize the open page, only full screen or close the browser. Any idea how the rectify this issue?

    One enters and exits full-screen with control+command+F keys. This is on the View menu in Safari. Optionally, the green traffic light in your browser title bar, if you roll over it, has the full-screen control it it. While in full-screen mode with Safari, moving your mouse pointer virtually up, and off-screen reveals the Safari title bar again, and you can click the green traffic light to exit full-screen mode.
    You can hide/show the status bar by simply typing command+/. This too, is on the Safari View menu. and in 10.10.1 — it works reliably for me.

  • Quicktime 7.2 Full Screen

    Using Quicktime 7.2 and the newest iTunes 7.3.1 and am having a small problem on fullscreen within the QT software. No matter what the delay is set to, the full screen controls will not disappear. If it is turned off, it won't appear at all, but the cursor will not disappear either. Both of these things worked fine in 7.1.5 with the upgrade and latest Windows Updates being the only changes. Does anyone else notice this behavior?
    Specs in signature.

    I have this problem as well.
    Only with a much earlier version of Quciktime for windows did this ever work properly for me. This hasn't worked for me for over a year. However, if you have a dual monitor setup, use your mouse and click on the 2nd monitor. The focus goes to the desktop and the controls then dissappear. The only problem is you have the task bar at the bottom of the screen, I coloured mine black so you cant see it and you also need 'Auto-hide task bar' turned on.
    So interestingly enough if you set the focus else where the controls do then dissappear, so it must be a bug, i've yet to try uninstall / re-install as I dont know where abouts all the hidden folders and files are. Probably somewhere in 'Docs and Setts'.

  • Full Screen Playback Control Impossible Using Monitor 2 in Dual Monitor

    Recent iTunes update (patch didn't fix) causes playback control to disappear when the cursor is on the monitor showing the movie. Controls reappear when cursor is moved to first monitor. User cannot get the cursor near the control panel. Must drop out of full screen playback to touch controls with the cursor.

    Isn't there a SINGLE MONITOR option in COLOR? Use that.
    I don't think two graphics cards will work with Color, as Color relies on the card when it comes time to render. Might mess it up, or not work.
    Shane

  • My cursor does not disappear when watching full screen movies

    I have a rMBP running Mountain Lion, everything is up to date. Like I said when watching full screen videos my cursor arrow does not dissapear. I am new to OSX so is this normal or do I have my settings set up wrong. Its not a huge deal, just getting more annoyed with each video, thanks for your help.

    I have the same problem, but in addition, if the cursor doesn't disappear completely the video control menus stay glued to the bottom of the full screen.  I may have to switch back to my pc to watch.....

  • In normal view, half the page disappears off right of screen. in full screen this does not happen. what can be done to correct the screen ratio for normal screen?

    version 5 loaded on windows 7. all went well for a while. one day while using, ratio of normal screen doubled in width; i.e. half the page disappears off the screen to the right (on a wide screen). when full screen mode applied, ratio is fine. it only happens in normal view, which is the usually prefered option. I cannot determine any means within the program to resize the normal screen. nothing else is affected, only mozilla firefox in normal view. not that when program is opened from keyboard the page is correct for a moment, then enlarges the width with 1/2 page dissappearing.

    This issue can be caused by the Babylon Toolbar 1.1.8 extension
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • CS6 problem. When I open the Mask panel, it takes up the entire screen width and the Looks controls disappear, Also, there is a new panel below the Mask panel that seems to have no purpose that I can find. The documentation says "Mask and Look panels - Th

    CS6 problem. When I open the Mask panel, it takes up the entire screen width and the Looks controls disappear, Also, there is a new panel below the Mask panel that seems to have no purpose that I can find. The documentation says "Mask and Look panels - The Mask panel is now placed next to the Look panel. WIth the masking and grading tools placed side-by-side, you can now work faster on the mask workflow." Is there a way to move, hide, or otherwise manipulate the panels for a custom layout? All the examples I can find on the Web show the Looks panel to the left of the Mask panel where the controls are available.

    Ok, here is what I have so far. Appdelete the iWork and reinstalled. Pages and Number work, but not Keynote.
    Now, I downloaded a couple apps that I need, and no matter what I did, the spinning ball came up and the download stopped till it unlocked itself. It is really frustrating because the download was not completed and whatever came through would not mount. Could this issue be the internet connection? Permission fix showed a lot of Airport issues. I will try to run permissions fix again.

  • My safari window is disappearing in non full screen mode OSX Lion

    Hi Guys,
    I seem to have the following problem. not sure exactly how it started as my wife was using the mac at the time (she says she just dragged the safari to different desktop via mission control) but now the situation is as follows:
    When I hit safari icon it switches on (I can see the little light dot underneath the icon and after right click I can see names of windows that are opened) however I can only see the Safari menu at the top but no window. If I scroll to the right or left to different desktops it's not there, the same goes if I double tap to see the Mission Control mode it's not there...
    I so far figured out that once the Safari menu is visible on top of the screen I can go to View>Enter Full Screen and then Safari will come back into the full screen mode but once I unclick the full screen button in right top corner the whole window just swoops into the right top corner and it's nowhere to be found again.
    I have rebooted and it's still the same - I can only get the full screen mode or none. it's very weird. Anyone's got any suggestions?

    Thank you,
    That's not it -  Hot corners are not active, it's more like when you normally click the full screen on/off button (the two arrows facing each other) the transition happens with gray apple background and it moves either to or from full screen but here the background comes on and the window just goes into the corner and it's gone. Then when in Safari menu I go View>Enter Full Screen the window comes back exactly the same way: from top right corner into the whole screen.
    Like I can only use Safai in Full Screen mode..

  • How do I turn off the automatic full screen feature that makes the top bar (with the minimize buttons) disappear?

    I just downloaded Firefox 4 on a Dell laptop with WinXP. When I'm in a browser window the window resizes automatically and the bar at the top (with the minimize, full and close buttons) disappears. When I drag the cursor up to the top the window resizes again and that top bar appears. Makes me crazy. How do I turn it off?

    I'm not aware of the behavior you're describing. I've never seen it, and just tested it for myself. I cannot get windows to zoom to full screen just from moving them to or along the top of the screen. Is this only happening in Photoshop? If so, it may be a Photoshop issue. If not, have you installed any kind of third-party software that might be doing that? Try rebooting in safe mode and see if the problem persists then. If it doesn't, but comes back when you reboot normally, the problem is caused by some third-party software you have installed.

  • MISSION CONTROL, LAUNCHPAD, and FULL SCREEN APPS (one month later)

    I'm pretty good embracing a new thing when it comes along.  I downloaded LION the day it come out, which was over a month ago at this point. On that day, I immediately found MISSION CONTROL and LAUNCHPAD both uninituitve and pointless.  Unhandy iCandy.   And of FULL SCREEN APPS?  Not necessary on an iMac anyway.
    So I quickly sought out quick solutions to 'fix' these new features.  Launchpad and full screen apps have the advantage that they can be simply ignored.  This is a good thing.  Mission Control, on the other hand, got in the way of a beloved feature for me:  what was once SPACES and EXPOSE.  That is, I couldn't simply ignore MC because I still needed the previous helpful features in Snow Leopard.
    My solution was kind of surprising and eye-opening.  It's complicated to explain but I thought I'd share.  This conclusion is likely best suited for someone not using a small screened Mac.  It turns out that most users (with big enough screens) don't really need Mission Control, Launchpad, Spaces, or Full Screen apps. 
    At all.
    Let's go through that conclusion, one by one:
    FULL SCREEN APPS
    If you have a relatively big screen (20 iMac for instance), why do you need Safari full screen?  Unless you intend to sit across the room from the computer, no reason.  And there's lots of bright empty space when you do this.  Do you need the Mail app full screen?  If you need reading glasses, maybe, but otherwise, nope.  I find it's easier just to stretch out an app pretty big and leave it at that.
    Full screen apps DO offer a nice feature which is making your desktop, menubar, and dock go BYE BYE.  I can see where sometimes this is a useful feature, but typically -- NOPE.  Typically I want access to my dock (to switch between open apps without the added step of cancelling full screen first), and typically I want access to my menubar so that I can glance up and see what time it is or find an app menu quickly.
    The only feature I find worthy of praise with full screen apps is that they hide the clutter on your desktop.  But there's an app in the Mac App Store which makes your desktop icons vanish with the touch of a button (CAMOUFLAGE).  I mean, what's the point of a wallpaper if you bury it with desktop clutter or eliminate it with full screen apps?  If it's a busy and distracting wallpaper, umm... you picked bad wallpaper.
    LAUNCH PAD
    LAUNCH PAD offers an iOS experience inside OS X.  At first I thought it was completely silly.  After a month now, I kinda get why it's there.  Kinda.
    You see, before LP, to duplicate it's functionality, you'd have to organize folders yourself.  Put folders of various apps together.  Place them somewhere in the finder heirarchy.  Then drag those folders into the part of the dock with the trashcan.  Then you could click them open and have access to similarly themed folders of apps.  The problem here, of course, is that unless you're a power user, you'll never do this.
    So Apple thought, AH-HA, we'll just drag into OS X a paradigm that users already get from iOS.  Clumping apps together any way you like them.  The misfire, if you ask me, is not allowing users to drag the new iOS folders straight into the dock when finished.  That is to say:  copies of said organized folders.  It's as if Apple's software people have complete contempt for the dock -- and are desperate to have users abandon it.
    My problem is that I like having folders in my dock of stuff I need.  It just works, as Steve says.  Going to the same EXACT place every time I need anything is more intuitive and graceful than ADDING an app called Launchpad that launches you into a different finder altogether.  Makes zero sense and THIS is why I say, like FULL SCREEN APPS, LP can basically be abandoned.
    By the way:  need proof that Apple has complete contempt for the Dock?
    MISSION CONTROL/SPACES
    A month has passed since MC was introduced and SPACES was eliminated.  I dare anyone to tell me why either is needed at all.  Before you get iMiffed, humor me for a moment and hear me out.
    The notion of SPACES was that it's a neat way to keep like minded open apps together.  I totally bought into this, back in the day.  So much so that I was iMiffed when it was gone in Lion.  But let's look at this closer.
    The REASON why we needed SPACES was that we could have WAY too many windows open at once on a Mac.  Right?  A big mess of windows covering each other up.  Suppose you're surfing in Safari but need iTunes?  But iTunes is hidden.  So what did you do?  You went to Spaces as step one, moused over to your iTunes space as move two, and then clicked it as move three.  Seems like a great solution until the day you discover that you could simply click on iTunes in the dock as move one and arrive at iTunes.  As one step.  Period.  Really simple, right? 
    Why have Spaces and apps dance around when you can just click the app you want and be done with it?  That's the critical observation to make in order to follow my entire line of reasoning.  Sure, it may look really cool and make Windows machines look like junk, but at the end of the day, why add two steps to something you might do 100 times a day -- switching between apps.
    So why OH why did Apple add Spaces?  Simple:  because too many apps were visible at once in one 'desktop' window.  So if you can build many new desktops, there might only be one or two in each.  Great solution.  Right?
    Wrong, as it turns out.  Because we still have the two extra steps.  It's a weak solution.  And it's in complete contempt of the Dock, which as it turns out, offers the strongest solution.
    The strong solution would be that only one app is visible in your Mac's window at all times.  Say you're in Safari.  Despite having 12 other apps open, you only see Safari.  Your dock tells you that you have other apps open, but nothing else sits in your window BUT the app you're using.  So you want to go to iTunes?  So click on it in the dock and Safari vanishes and iTunes emerges by itself.  No other windows.  What could be simpler?  (This app is freeware known as ISOLATOR.)
    If you download and try ISOLATOR, you'll say, umm, okay, but wait:  sometimes I do want more than one window in view.  Okay, fine, turn it off then.  From the handy menu bar menu.  I find that 98% of the time I need ISOLATOR on.  Mileage may vary.
    So let's recap.  One third party software removes distracting desktop clutter, the other removes distracting app windows.  Both can be toggled on and off from the menu bar.  One is free, one costs $2.  These two solutions remove the only real feature of FULL SCREEN APPS and make SPACES and it's newfangled cousin MISSION CONTROL pointless.
    Need that last one explained?  Well, what's Mission Control but a variant of spaces?  To invoke MC and switch to the needed window are those same two annoying steps Spaces added into the mix.  Nothing was fixed.  Plus, like spaces, you must invest time and energy organizing such spaces.
    Why bother?  And so I ask again:  can somebody who's read and tried the above carefully explain to me why Mission Control, Launchpad, and Full Screen Apps are really needed at all?  (Outside of small screened Macs.)  Doesn't the dock and these two sharewares together solve most problems?
    Am I missing something?

    I agree with everything you said about full screen apps, mission control and launchpad. For apps that made sense to run full screen, they already could under SL. Launchpad is totally unnecessary and Mission Control is a mere shadow of Expose and Spaces.
    However, I feel you have not given due credit to Spaces. The point of Spaces is to let one organise logical desktops for different tasks, not just a way to reduce the number of windows on display. For example, I have a Space for software development where I run Xcode and the iPhone simulator, a Firefox window showing perhaps documentation or some other websites pertaining to software development, a Finder window that is opened in the folder with my design docs. I have another Space where I have the remote login sessions, yet another Space with another Firefox window where I do general surfing and emailing. I can switch between these spaces using a keyboard shortcut, which is much quicker than having to lift my hand off the keyboard, move it over to the mouse, move the mouse pointer over the Dock, find the app and click on it, only to find that it has switched to the wrong window of the app.
    Without Spaces, organisation of my desktop is disrupted each time I want to switch task, whereas Spaces allows me to drop everything I am doing, go and do something completely different for a while and go back to my exact previous environment. I have a 27" iMac so am not short of screen space but I use Spaces extensively. BTW, switching Spaces using a keyboard shortcut is a lot faster on SL than the equivalent on Lion, thanks to the gratuitous screen animation of the latter.

Maybe you are looking for

  • Increasing SGA_MAX_SIZE  in Oracle 10.2.0.1

    Hi, we have successfully upgrade our database from 8.1.7.0 to 10.2.0.1 now in the database control, SGA max size is 524MB i want to increase it, as to increase the size of SHARED_POOL_SIZE and DATBASE_BUFFER size i have checked the init.ora file, in

  • Ipccx installation related queries

    hi, I am currently studying installation and administration guide of ipccx. 1)During installation it asks for AXL user id and password. what will be the AXL user id.. do i have to configure it on application user (in usermanagement window) or its jus

  • Number Validation in ADF-BC

    I am using JDeveloper 11.1.1.4 and ADF-BC in my project. In one of my pages,I display a table and a panel form for the table rows in my page. In my panel form I have two fields ex:minAge and maxAge. On change of row/save I need to display a validatio

  • What is triggering

    hai, tell me about the triggering of clients in jms.. thanking u..

  • Table Data From One DataBase to another

    Dear Fellows, There are two DataBases running in my NT Server. I want to pull data of a table from other database. Does any body know how can I do it if I dont want to export and then import. Thanks in advance Danish