Youtube progress bar keeps flashing

I don't think this is a FF problem because it also happens when I use IE 10 but I always get better help here than Youtube or IE.
When I am watching a video at Youtube the progress bar keeps appearing and disappearing every few seconds as if you moved the mouse. I tried moving the mouse to an area off the screen and turning it off (the mouse, it's a Microsoft 3500 wireless) but that made no difference, it just keeps appearing and disappearing every few seconds.
It does exactly the same thing if I use IE10 so I don't think it's a FF add-on or app. I never use IE10 so I don't have a bunch of apps loaded on it.
Other video sites don't do this so I believe it is a Yotube problem. It just started happening two days ago. Anybody else have this problem? Or a solution?

Reload the webpage while bypassing the cache using '''one''' of the following steps:
*Hold down the ''Shift'' key and click the ''Reload'' button with a left click.
OR
*Press ''Ctrl'' + ''F5'' or ''Ctrl'' + ''Shift'' + ''R'' (Windows and Linux)
*Press ''Command'' + ''Shift'' + ''R'' (Mac)
Let us know if this solves the issues you are having.

Similar Messages

  • Trying to sync new ipod progress bar keeps freezing how do I fix this?

    Trying to sync my new ipod thae progress bar keeps freezing how do I fix this?

    I trying t sync my photos on my ipod toucg 4g and it keeps freezing last step "waiting for changed to be applied"
    i ahbe unistalled i tunes and re installed, and still the same, i have restored by ipod to factory settings and then restored my back up, but still can not sync my photos??
    all happend sich upgrading to version 5, before this everything worked fine

  • My imac menu bar keeps flashing

    my mac os x menu bar keeps flashing. i cant even click on them cos it keeps appearing and dissapering. any help please

    First you must figure if this is a system issue or user issue. IF you can, create a Test User. If the test user is affected Reset the NVRamm (Hold Command,Option, P, and R upon restart until you hear a second start up chime).
    Repair disk in disk utility boot to The Mac osx install disk (hold C with the disk in upon restart. On the toolbar go to utilies and run disk repair on macHD). and repair permissions too
    If that fails an Archive and install is an inconvient option
    If its a  user specific it can be more complicated an Archive and Install may not. I would try pulling out the Com.apple.Example.plist files (They are found in (homeuser)/library/prefrences
    i would try finder plist first then maybe even all of them if it comes down to it.

  • Menu bar keep flashing

    my menu bar keep flashing as i cant click on it since it always appears and disappears. what should i do? i have a problem with the finder before, as it is said "the application finder unexpectedly quit ...". but suddenly it does not flash anymore, only the menu bar keep flashing. what should i do? Thanks.

    Have you tried a restart?
    Ciao.

  • Youtube Progress bar???

    I would like to know, why since the recent update of flash player, there is no longer a progress bar while watching youtube?  I used to be able to veiw the length of the video, rewind or fast forward to any point., adjust the volume, view it in normal or full screen and more. All these options are now gone since the UPDATE OF FLASH PLAYER. The only option you have is to pause or play but if you wanted to go back to hear or see something you might have missed you have to start the video all over from the begining. It no longer tells you how long the video is or where you are at in the viewing progress. Oh yes you can view in full screen mode by double clicking but I want the OTHER options back with the PROGRESS BAR!. It is VERY AGGREVATING!...any replies or help would be very welcomed.
    Thank you,
    Debbie

    Hi Debbie:
    You'll need to specify your operating system, for instance, Windows XP or 7; Apple Whatever.... etc.
    They'll also need to know what browser you're using, and the version number, such as Firefox 15.0.1, or Internet Explorer 9, Google Chrome, etc.; as well as the Flash Player version number.
    I have Windows 7 Home Premium, Firefox 15.0.1 and Flash Player version 11.4.402.265, and can see all of the YouTube controls --
    -- that's one thing is IS working correctly on my system.  (Now, it they would only fix the constant crashes!)

  • Custom "Draggable" progress bar in Flash

    I have created a custom skin for a Flash video that I wish to use. I currently have a shape tween within an MC that acts as the progress bar for the Flash video. Is there code that will allow me to click and drag that shape tween and control the movie? My movie is embedded within my flash not streamed. Is this possible, or if anyone knows of any good tutorials that would help me achieve this that would be great.
    Cheers-
    Graeme

    you can use any scrollbar tutorial.  instead of scrolling the _x or _y property of a movieclip, you'll be scrolling through the frame numbers that span the timeline that contains your video.
    to look for a tutorial specific to your situation, try using google to search for "flash scrollbar timeline"

  • When attempting to install ios5 iTunes starts to backup the iPod but the back doesn't finish and the progress bar keeps moving left to right, any ideas why please?

    When attempting to install ios5 on my iPod touch , iTunes starts to backup but doesn't get anywhere and the progress bar just keeps going from left to right, any ideas please as to what I can do? Thanks

    Try resetting the iPod while it is connected to your computer.
    Hold the On/Off Sleep/Wake button and the Home button down at the same time for at least ten seconds, until the Apple logo appears.
    Then try again.
    If that didn't help, try restarting the AMDS > iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

  • Youtube progress bar problem on ipad

    When playing a YouTube video on my ipad air, the progress bar is now appearing higher up in the video and obstructs it.  Normaly, and on my imac, it appears just above the controls section on the bottom. 

    How are trying to watch this YouTube video? With Safari? Or with the YouTube app?
    I see no problems viewing YouTube videos on my iPad using the YouTube app. The progress bar shows at the bottom of the screen as the video starts and it quickly faded away.

  • Progress Bars in Flash

    Hi, I'm pretty much a novice at this- so am completely
    baffled by what to do...
    Basically, I have a seies of pictures and captions that I
    want to make a flash progress loading bar to go before.
    I've looked at the demo and online files- and, have managed
    to get a bar working. However, when I implement my existing swf
    file as the contentPath, it loads, but only shows the final image,
    and wil not navigate through the others.
    I have used the template for a photo slideshow in Flash 8,
    which I have edited with my own graphics, and exported this to the
    swf file that I have been trying to use.
    Any ideas- this is driving me mad- especially as I don't
    completely "get" flash yet...
    thanks!!

    I think you are saying you are using the Flash 8 Photo
    SlideShows template and trying to customize it with a preloader.
    I took a look at the code inside of it and here are some
    comments to consider.
    The problem with that is you would likely need to use the
    first frame or first three frames depending on the preloader
    solution. Preloaders need to be lightweight and before the heavy
    content.
    This would mean all the picture layer frames would need to
    move right. The Actionscript in the template uses a function called
    _currentframe for the image number in the controller. So that
    Actionscript would need changing to handle the frame number offset
    for example if you move everything to start at frame 4 all the
    scripts need to add 4 to where _currentframe is used.
    So if you are comfortable with dealing with the Actionscript
    updates and getting the movie to work starting on a frame greater
    than 1, then you can pursue a preloader.
    A preloader would be necessary if you think the time it takes
    for the first frame to show is too long and that the user would be
    quick to click the forward button to go to additional frames before
    the bitmaps are downloaded. Otherwise the preloader need may be
    unnecessary because all the remaining frames will be progressively
    downloaded while the visitor is looking at the first image.

  • Spinning ball pops up every time and the top menu bar keeps flashing

    The problem started today, for no apparent reason. I was working with some programs open (not many) when my screen froze. Nothing worked, so I closed the laptop to see if it would return to the home page (where you type the password) soon after I heard the 'apple sound'. The computer was restarted, when opened, there was a gray folder with an white question mark flashing in the center of the screen. I restarted the computer again.
    From this time he began to have symptoms that persist until now:
    • Every time I do some action on any application the spinning beach ball appears and for a few seconds the program is locked.
    • The top menu bar - where the icons are located ( bluetooth, dropbox, battery, spotlight, etc.) flashes every 40 seconds.
    I use this computer for work and thus can hardly surf the internet.
    I hope someone can help me finding a solution to this.
    Below are the data collected through the EtreCheck app about my computer:
    Hardware Information:
      MacBook Pro (15-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,1
      1 2.3 GHz Intel Core i7 CPU: 4 cores
      8 GB RAM
    Video Information:
      Intel HD Graphics 4000 - VRAM: (null)
      Color LCD 1440 x 900
      NVIDIA GeForce GT 650M - VRAM: 512 MB
    System Software:
      OS X 10.9.3 (13D65) - Uptime: 0 days 1:9:27
    Disk Information:
      APPLE HDD ST500LM012 disk0 : (500,11 GB)
      EFI (disk0s1) <not mounted>: 209,7 MB
      Macintosh HD (disk0s2) / [Startup]: 499,25 GB (323,02 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information:
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. FaceTime HD Camera (Built-in)
      Logitech USB Optical Mouse
    Thunderbolt Information:
      Apple Inc. thunderbolt_bus
    Gatekeeper:
      Mac App Store and identified developers
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [not loaded] com.adobe.SwitchBoard.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
    Launch Agents:
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.CS5ServiceManager.plist Support
      [running] com.brother.LOGINserver.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
    User Launch Agents:
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
    User Login Items:
      iTunesHelper
      Google Drive
      Dropbox
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 13.0.0.214 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Flash Player: Version: 13.0.0.214 - SDK 10.6 Outdated! Update
      AdobePDFViewer: Version: 10.1.1 Support
      Default Browser: Version: 537 - SDK 10.9
      SharePointBrowserPlugin: Version: 14.4.2 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 45 Check version
    Safari Extensions:
      YouTube Center: Version: 2.0.1
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
      npsf_uni: Version: sf 3.3.2.1 Support
    3rd Party Preference Panes:
      Flash Player  Support
      Java  Support
    Time Machine:
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 464.96 GB Disk used: 164.13 GB
      Destinations:
      Data [Network] (Last used)
      Total size: 2 
      Total number of backups: 28
      Oldest backup: 2014-01-05 23:47:54 +0000
      Last backup: 2014-06-16 00:52:40 +0000
      Size of backup disk: Excellent
      Backup size 2  > (Disk size 464.96 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU:
          8% mdworker
          3% SystemUIServer
          0% lowBatteryWarning
          0% WindowServer
          0% Dropbox
    Top Processes by Memory:
      238 MB Safari
      156 MB com.apple.IconServicesAgent
      147 MB mds_stores
      131 MB systemstats
      126 MB com.apple.WebKit.WebContent
    Virtual Memory Information:
      2.89 GB Free RAM
      3.15 GB Active RAM
      1.05 GB Inactive RAM
      929 MB Wired RAM
      377 MB Page-ins
      0 B Page-outs

    Additional informations:
    • I ran a disk repair and the message that came up was that the Macintosh HD volume seems to have no problems. But the problem still there.
    • This is the results for the test that Linc suggested in other articles:
    Jun 20 10:05:23 MacBook-Pro-de-Gustavo kernel[0] <Debug>: disk0s2: I/O error.
    --- last message repeated 62 times ---
    Jun 20 10:55:54 MacBook-Pro-de-Gustavo kernel[0] <Debug>: nspace-handler-set-snapshot-time: 1403272556
    Jun 20 10:56:49 MacBook-Pro-de-Gustavo kernel[0] <Debug>: disk0s2: I/O error.
    --- last message repeated 29 times ---
    Jun 20 11:36:51 MacBook-Pro-de-Gustavo kernel[0] <Debug>: nspace-handler-set-snapshot-time: 1403275013
    Jun 20 11:37:18 MacBook-Pro-de-Gustavo kernel[0] <Debug>: nspace-handler-unblock: did not find token 638
    Jun 20 11:37:18 MacBook-Pro-de-Gustavo kernel[0] <Debug>: nspace-handler-unblock: did not find token 637
    Jun 20 11:38:12 MacBook-Pro-de-Gustavo kernel[0] <Debug>: disk0s2: I/O error.
    --- last message repeated 21 times ---

  • Progress Bar Keeps Running

    Hi,
    We use a servlet based application.
    I have noticed on one page that has a form that is displayed, the IE
    status bar just keeps on ticking forward. This is on the center of the
    status bar. Thsi happens even though the page says done.
    I would appreciate any help on this.
    Thanks.

    If you are handling any content writing to the client make sure you flush and close the stream.

  • AutoAdjustment in progress message keeps flashing on my screen

    I have tried the suggestion to switch off the power to my monitor & hold down the on/off button for 30-60 seconds, but this did not solve the problem.Also I cannot get the Management Screen to appear when I press the button & so cannot get to restore factory settings. Where do I go from here to fix this?

    Try this:
    Make sure IOS is updated to latest version
    (How to update your iOS device
    http://support.apple.com/kb/HT4623)
    Reboot device by pressing both the home button and sleep/wake (power) buttons at the same time for 10-15 seconds until the apple logo appears on the screen, then let go.
    If that doesn't work then reset the device by going to settings/general/reset/reset all settings  (or for network connection issues 'reset network settings').
    (no media or data will be deleted from the device, this will only take a minute).

  • Progress bar gets stuck at the end

    I’m having problems with Flash Player and Microsoft
    E-Learning Offline Player. The progress bar goes all the way to the
    end but then nothing happends. It just gets stuck there.
    Has anybody had this problem?
    What does the progress bar show, Flash Player loading,
    content loading or something else?

    I've not heard of anyone else experiencing this problem (and I'm not). I've just done a quick search of Google and there's nothing coming up that I can see either. Your best bet would be to either try re-installing (which I know is a bit of a pain) or submitting a bug report to Apple. If you live near an Apple Store you could also try making an appointment at the Genius Bar and getting them to try.
    Force quitting shouldn't be doing any more damage.

  • Stop a timer that triggers progress bar

    This timer triggers a progress bar. The goal is to stop the timer (and therefore the progress bar) when a label changes its text.
    However, the timer goes on for ages and the progress bar keeps going until it reaches 100%. The timer never stops, it just that the progress bar can't go any further.
    In other words,
    1. How do you stop the timer below?
    2. How do you make this timer below to listen to other events such as threads terminated or label text change?
    Feel free to tweak around the code below so I can see what you mean. I learn by example.
    Thanks in advance,
      int i = 0 ;
      public void timer2 ()
        Timer t2 = new Timer ( 10000, new ActionListener () //10 seconds
          public void actionPerformed ( ActionEvent event )
            progressBar.setValue ( i ) ;
            progressBar.setStringPainted ( true ) ;
            i++ ;
        t2.start () ;
        if ( lblStatus.getText ().equals ( "CD succesfully created" ) ) {
          i = 100 ;
          progressBar.setValue ( i ) ;
          progressBar.setStringPainted ( true ) ;
          t2.stop () ;
      }

    Thanks John. You can tell I'm a newbie huh.
    Where do I put the property listener for the label?
    If I put the listener inside the timer I get a compilation error saying that an "identifier is expected beginning at 'CD successfully completed' "
    int i = 0 ;
      public void timer3 ()
        Timer t3 = new Timer ( 5000, new ActionListener () //5 seconds
           public void actionPerformed ( ActionEvent event )
            progressBar.setValue ( i ) ;
            progressBar.setStringPainted ( true ) ;
            i++ ;
        t3.start () ;
       lblStatus.addPropertyChangeListener("CD successfully completed", new PropertyChangeListener() {
                               public void propertyChange(PropertyChangeEvent evt) {
                                       t3.stop();
                       } );if I put the property listener inside, I get a different error "the variable t3 is being accessed from within inner class and that it needs to be declared final."
      int i = 0 ;
      public void timer3 ()
        Timer t3 = new Timer ( 5000, new ActionListener () //5 seconds
           public void actionPerformed ( ActionEvent event )
            lblStatus.addPropertyChangeListener("CD successfully completed", new PropertyChangeListener() {
                             public void propertyChange(PropertyChangeEvent evt) {
                                     t3.stop();
            progressBar.setValue ( i ) ;
            progressBar.setStringPainted ( true ) ;
            i++ ;
        t3.start () ;

  • Unable to install flash player. After downloading the Adobe FLash Player Installer and running it, a grey pop up window opens up but nothing is displayed in it. There is no progress bar or anything.

    Unable to install flash player. After downloading the Adobe FLash Player Installer and running it, a grey pop up window opens up but nothing is displayed in it. There is no progress bar or anything and even after keeping it running for a long time there is no progress. Please help with this issue.

    Hi Prat,
    We are aware of this issue and are working on a fix.  In the mean time, please use the offline installer, posted at the bottom of the help page corresponding with your OS and browser:
    Installation problems | Flash Player | Windows 
    Installation problems | Flash Player | Mac
    The installers are at the bottom of the page, in the 'Still having problems' section.
    Maria

Maybe you are looking for

  • "Buffer Utilization" in DataSocket Connections ?

    I am setting up a test situation using DataSockets. It will eventually be used between a host, and an RT board, but for right now, it's all in one VI. I use DS Open, DS Write, DS Read, and DS Close. I want the connection to buffer my data, as the two

  • Connecting iphone 3gs to imac using bluetooth

    How can i connect my iphone 3gs to imac using bluetooth. On the mac it displays that my iphone does not have the "necessary services". On the iphone it just has the loading circling and not even recognizing a device. Plz Help.

  • Itunes for leopard 10.5

    I have leopard 10.5.8. I tried to install the latest itunes. It wouldn't allow me to install the latest version. Reason: unknown error (11333)

  • How can I creat this texture in illustrator

    hello I'm using illustrator CS5 and i want to creat an art brush with applying this texture in it. as you can see in the picture this is my first try but i was not satisfied with this result i zoom it in > it is consist of small squares with diffiren

  • Activate Integrated Planning for Cost Line Items posting

    Hi all, Based on this SAP Help link, there are two ways to create plan line items: 1) By adding the business transaction "Plan line items" to the user status of the WBS Element. 2) By activating Planning Integration a.k.a. Integrated Planning for ver