Problems with the current time of the progress bar reading

First of all, a terminology.

As Adobe Flash Player is about to play a video, it shows a spinning icon in the center of the video window.  I've seen web pages which call it the beach of rotation ball.  I'll call it simply as the icon of "spinning".

Adobe Flash Player is playing a video, when we move the cursor over the video window (or moves the cursor when playing the video in full screen), we see a progress at the bottom of the window bar.  To the left of the status bar is a pause button.

The progress bar has a pointer representing the playing time in the video.  The progress bar also has a display of the playing time and duration of the video (for example, 40:37 / 01:12:35, which means that read is 40 minutes and 37 seconds in a video that lasts 72 minutes and 35 seconds).

On my Windows XP system, when Flash Player V10.0.32.18 is playing a streaming video, the video pauses when the bandwidth is temporarily insufficient to provide the video bit stream.  Rotation icon appears in the center of the video window.  Currently reading on the progress bar stops too, as it should.  But when the video continues, the playback time does not begin incrementing again.  He remains at a standstill at the time of the break, which is irritating, because it is no longer possible to say how long he remains in the video.

It took me a long time to discover that once the current play time has stalled, pressing the pause button will cause the current play time refresh to the correct playing time and begin to increase again.  Yaaayyyyyy!

Now, maybe someone can help me with a challenge that I have been unable to solve.

Occasionally, I want to save a few seconds in a video.  But if I use my mouse to get the pointer in the progress bar and move it to the back, move the pointer a few seconds is a huge challenge.  Even a slight movement of my mouse moves the pointer back a minute or two.

Is it possible to move the pointer using a key (for example, an arrow key) so that each press of button moves the pointer to return only one or two seconds?

And how about being able to key in an hour and press on enter, what causes the pointer move on time? Any way to do it?

Hi, OSW, you say that you are using XP, SP1, 2 or 3? What version of IE are you using with XP? You are speaking of two different computers or just XP? You use a different browser?

The Flash Player version is very old, who would be part of your problem as most of the sites have updated to the latest,

who is 10.0.45.2.

In my opinion, it is the cause of everything you encounter.

After return of the news and we'll go from there.

Thank you

eidnolb

Tags: Flash Player

Similar Questions

  • Problems with the menu bar

    Hello

    I have a problem with the menu bar

    Without explanation the menus disappear as in the first picture

    Hello
    I have a problem with the menu bar
    Menu disappears without explanation, as in the first picture

    Capture photoshop element 1.PNG

    I know access like this

    I can't access like this

    Capture photoshop element 2.PNG

    Pour to a normal bar I need to get a disk image, if I do a restore to the day before I still have the problem

    Do you have an idea

    Thanks in advance

    To return to a normal bar, I take a disc image, if I do a restore from the previous day, that I still have the problem

    Do you have an idea
    Thanks in advance

    Capture photoshop element 3.PNG

    Hello, jbr52. Read this:

    http://www.johnrellis.com/psedbtool/Photoshop-elements-FAQ.htm#_Setting_the_Windows

  • (Problem with the arrows) Adobe Reader is not working properly

    I have problem with the Adobe Reader plug-in. When I have a tab open with the pdf file, my arrows do not work in other tabs in firefox, only in this tab where it is the open pdf file. Also, I noticed that when you try to use the arrows in the other cards, they are working on a pdf file.

    I am tempted to uninstall and reinstall Adobe Reader, but it does not work. Help, please.

    I solved the problem reinstalling Firefox, because when I turned off Macromedia my pdf file still worked, but the arrows didn't always work. I think it was a problem with the plugin from adobe.

  • A problem with the data stream reader online

    actually, I had any reader works fine but all my problem is when the workflow is loaded at the first moment where swf is loaded by the browser the stream starts to play and everything is fine with it, but main problem is that when I press STOP then play key again the gift of flow starts from current time of flow (as it don play of the current point now) , but he plays since the beginning of time the swf file was loaded early (when swf was loaded and jet was autoplayed) and this is my main problem tried challenging problem for lonnng time but no use. any idea?

    main part here of the code:

    var snd:Sound = new Sound();
    
    var volnum:Number = 1;
    
    var context:SoundLoaderContext = new SoundLoaderContext(8000, true);
    
    
    snd.load(songURL, context);
    
    
    
    var channel:SoundChannel;
    
    channel = snd.play();
    
    isPlaying = true; 
    
    
    
    addEventListener(Event.ENTER_FRAME, onEnterFrame);
    
    
    
    var bytes:ByteArray = new ByteArray();
    
    
    
    function playSound(event:MouseEvent):void {
    
              if (isPlaying == false) {
    
                        channel = snd.play();
    
                        isPlaying = true;
    
    
              } else {
    
    
              }
    
    
    }
    function stopSound(event:MouseEvent):void {
    
              channel.stop();
              isPlaying = false;
    
    }
    
    playBtn.addEventListener(MouseEvent.CLICK, playSound);
    stopBtn.addEventListener(MouseEvent.CLICK, stopSound);
    volDownBtn.addEventListener(MouseEvent.CLICK, volumeDown);
    volUpBtn.addEventListener(MouseEvent.CLICK, volumeUp);
    

    wish someone can help with this problem that took me so that without a solution

    Thank you very much

    Yes, that is using the url of your feed.

    If this does not work the way you want, the key is close the stream (if it is still open - using the close() method class' are sound) before attempting to open another stream.  This server do not simultaneously multiple open streams.

    Here is the code:

    //////////////////////////////////////////////////////////////////////

    import flash.media.Sound;

    import flash.media.SoundChannel;

    import flash.net.URLRequest;

    import flash.events.IOErrorEvent;

    import flash.events.Event;

    var snd:Sound;

    var channel: SoundChannel;

    var isPlaying:Boolean;

    var isStreaming:Boolean;

    var songURL:URLRequest = new URLRequest ("http://radio.virtualdj.com:8000/;stream.nsv"); ")

    var context: SoundLoaderContext = new SoundLoaderContext (8000, true);

    b.addEventListener (MouseEvent.CLICK, playSound);

    c.addEventListener (MouseEvent.CLICK, stopSound);

    function playSound(event:MouseEvent):void {}

    If (isPlaying == false) {}

    If {(snd)

    snd.removeEventListener (Event.OPEN, openF);

    snd.removeEventListener (Event.COMPLETE, completeF);

    snd.removeEventListener (IOErrorEvent.IO_ERROR, errorF);

    }

    SND = new Sound();

    snd.addEventListener (Event.OPEN, openF);

    snd.addEventListener (Event.COMPLETE, completeF);

    snd.addEventListener (IOErrorEvent.IO_ERROR, errorF);

    SND. Load (songURL, context);

    Channel = SND. Play();

    isPlaying = true;

    }

    }

    function stopSound(event:MouseEvent):void {}

    Channel.Stop ();

    {if (isStreaming)}

    SND. Close()

    }

    isPlaying = false;

    }

    function completeF(e:Event):void {}

    isStreaming = false;

    }

    function openF(e:Event):void {}

    isStreaming = true;

    }

    function errorF(e:IOErrorEvent):void {}

    trace (e);

    }

  • There is a problem with the Adobe Acrobat Reader etc. etc. 103 error code? Help please

    Question of Acrobat Reader of Adobe as above - downloaded the last questions once again still the version. I use an old Acer laptop with Windows XP, which I only use now for printing

    Thanks, but I already had the 11.0.08 version that I don't see that 09 is available? I think having solved the problem for the time being but the uninstall and replace it with an older version 10.1.4. If your suggestion I helped sort of Ta

  • Problem with the scroll bar doesn't work is not on the computer.

    I've recently updated to Windows 8, and now the scroll bar on the right side of my touchpad is not scrolling.  I have an Acer computer.  Can someone help me solve this problem?

    You may be able to get this feature back by getting Windows 8 drivers for your touchpad.

    Go to the Acer website and search your computer model and see if there are drivers of Windows 8.

    See if there is a touchpad drivers listed for your computer.

    Click to download, select run and follow the instructions that the Installer gives.

    I hope you find the driver you need.

    You can see other drivers for your computer too while you're there. The drivers from the manufacturer works usually better than Windows comes with that.

  • I'm having a strange problem with the awesome bar

    The awesome bar/address bar is as impressive as it used to be. When I start typing in a speech, it seems that he does check more through my history and gives a list of possible matches but gives just the stem of an address. For example, if I type in "goo" will end this at 'google.com' if I add this with a "/ has" it's going to end this to 'google.com/analytics ' but it is also good that he doesn't get, as I say, no history list or bookmarks.

    I checked the options and also about: config and all the settings are as they should be, as far as I can tell (and I certainly had not changed any of them when he began to behave badly). I have also disabled all extensions and plug-ins.

    It is driving my crazy, because I quite often use sites whose long addresses and keep in mind each of the components of each address. I would go with Chrome, but I also use Firebug, a fair bit so don't really want to do.

    Of the image, it seems that there is a persistent add-on. He was re-activated?

  • you have a problem with the Access screen reader

    I went to the creation, there was a developer option after clicking on the place where there is another switch called accessibility screen reader. as soon as I clicked my touchscreen phone got locked.
    I do not understand how to open it.
    Help, please

    Hello, this blog helps you recover?
    http://opendirective.net/blog/2014/05/help-i-bricked-my-Firefox-OS-1-3-device-by-enabling-the-accessibility-screen-reader/

  • EP 9 - Organizer: problem with the Menu bar

    PES 9 Organizer: How can I freeze in extended mode the Menu bar at the top of the Organizer workspace?

    It's a question of known font size. You need to reduce the size of the Panel-> screen dpi->

    Parameters. Do 96 dpi.

  • Problem with the series of read/write

    Hi all

    I don't know if this belongs here or on one of the guidance material, but I thought I would start here.

    I have two devices which I am currently trying to contact via the serial ports on a PXI chassis in real time.  In both cases, I series of software that seems to work fine when I use the serial port on the controller (for example, COM1).  Now, I have two cards that I used two different systems to talk to these devices - 8430/2 and 8430/4.  In both cases, when I use these cards, it seems I have periodic in response by devices delays when you use the same code that I use when talking through the serial port of the controller (i.e., I get some downtime when trying to read code error-1073807339).  I tried to Exchange cards with spare parts, but I have the same problem.  I can handle the delays to retransmit the command, but this destroys ultimately the determinism of the system given that the delay may create a pause of up to 2 seconds.  I tried to change the size of the buffer, but I seem to have the same problem.  Does anyone have any ideas as to what could happen?

    Cheers, Matt

    Thank you, Luis.  Indeed, one of the errors being thrown was a timeout error (the other was thrown by one of the devices indicating that he did not understand the command sent).  However, the problem wasn't that I was getting a timeout, but rather that I was getting an error on one platform and not on another.  But it seems that I solved my problem - I simply set the I/O VISA Write mode to synchronous and this seemed to solve the problem I had.

    Cheers, Matt

  • Several problems with the spooler of reader and CD/DVD printer

    I have a few questions:

    1. whenever I try to print, my computer gives a message: coils of the printer doesn't work,.

    2. my computer does not recognize the cd/dvd drive and

    3. I installed a pc cleaner-system mechanical Professional on my computer and it required me to reboot my system and when I did, it restarts several times and never connects.

    How can I fix these problems?

    What is your system brand and model?

    What is your printer brand and model?

    This printer has always worked well before?

    If the printer has already worked before, what do you think might have changed since the last time it worked correctly?

    See if you can manually start the Print Spooler Service:

    Click Start, run and enter in the box:

    services.msc

    Click OK to open the Services Applet.

    Locate the Print Spooler Service, highlight it, right-click and choose 'Start' (or click on the right arrow on the toolbar at the top of the page).

    When the Print Spooler Service is running, you will see the word "Started" in the State of Services column.

    If the Print Spooler Service does not start, describe what is happening or any message you see when you try to manually start the Print Spooler Service.

    If the Print Spooler Service starts, right-click, choose Properties, and set the startup type to automatic so it starts automatically at the next reboot of Windows.

    If the Print Spooler Service does not start, click on the Print Spooler Service Dependencies tab.  The Services listed as dependencies must run first in order for the Print Spooler Service start.

    Generally, you will see at least that the call Service remote procedure (RPC) listed as a dependency of print spooler.  Many other things depend on performance, so that the remote procedure call (RPC) Service usually runs all the time (or should be) remote procedure call (RPC) service.

    Check and see the service remote procedure call (RPC) is running and if it is not running, start it and set the startup type to automatic too.

    Verify that other Services listed in the Print Spooler Dependencies tab, locate in the Services applet and if they don't, start them and set them to automatic too.

    If you don't see not all dependencies or do not understand those listed, tell us what you see listed and you can fix it.

  • Problems with the audio after reading

    Sorry in advance if this has been asked before but I'm not 100% sure on how to describe the problem im having with my audio after export. Here is a link to the video - https://Drive.google.com/file/d/0Byffs2-9EE3bdDdWcDNVNGVaMnc/Edit?USP=Sharing . * Please TAKE NOTE THAT THE LYRICS ARE EXPLICITES AND so THAT THE VIDEO CAN BE OF A GAME VIDEO IT IS GRAPH * then the audio sounds fine edition and when I export the level is of approximately - 18 dB, but when you play quicktime sounds almost like his crackling and popping and im not sure why. If this made a difference im playing through some monitors connected through my AU Apollo Quad interface. Thanks to anyone who can help understand me what's wrong.

    Just an update. It turns out it was my interface. He plays very well with quicktime, but I downloaded VLC and it works fine now. Thanks again.

  • problem with the title bar - I lost the icon line

    For some reason any in my address bar I lost the line under that with file, view, editing, tools, etc. the next line was sending, the new message, transfer, delete... gone. How can I get him back? All icons are gone I am sure it happened inadvertently... sometimes I am online while watching TV and suddenly my background icon bar ends on the side, I was shown how "drag" it replace... but I have never accidentally lost the icons on my windows mail toolbar. Please help me. Thank you!

    Go to view | Layout and activate the toolbar.  That's what it's called: the toolbar.

    Steve

  • Problem with the latest Adobe Reader 11.0.10 - Adobe Reader cannot open protected mode due to the incompatibility with your system configuration.

    Since the update to the most recent v11.0.10 of Adobe Reader, getting a Safe_mode Adobe Reader: Adobe Reader cannot open protected mode due make an incompatibility with your system configuration.  Want to open Adobe Reader with protected Mode off?

    The solution I was looking for was to launch Adobe Reader protected mode.

    I couldn't identify issues preventing start Protected Mode.  What ended up working, was complete, followed by a reinstall uninstall.  Now we can load drive in Protected Mode.

  • Problem with the menu bar

    I'm trying to make my more balanced menu.

    I have created up to now 5 pages. Home / about me/Photos/Web Design / contact me

    I know how to resize the text itself, but not the real 'boxes', they are in. Gives me a menu bar of unbanlanced.

    I would like to be able to resize the size of box/button so that it looks also displayed.

    Do not have a lot of space between home and around me and then so little space between the Web Design and Contact me.

    Is it possible to do?

    I enclose a picture of my screen.

    Thank youScreen Shot 2012-06-18 at 11.09.22.png

    Hi Laurence,.

    The only option currently available is to set the properties for the menu to "Fit width" to the size of the element and then increase the gutter. Please take a look at the screenshot next here

    White space is the spacing between elements, in my opinion, is what you are looking for. I did not remove the background color, so you can see it better and also the height of my menu items is an exaggeration, but again just to make it easier to observe the gutter. If I removed the background color for menu items, they will be at the same distance from the other, but it will be more difficult to observe this fact.

    I hope that's what you're looking for.

    Kind regards

    Cristian

Maybe you are looking for

  • Toshiba excited the Pro AT10LE-A-109 tablet screen

    Hello my Tablet Toshiba excited Pro 10.1 AT10LE-A-109 inch screen is broken.I am trying to buy a new one. My questions are: 1. is the screen called 'screen glass digitizer "? 2. I found the next part on Ebay - 'Toshiba excite Pro AT300 AT305 10.1 Tou

  • Satellite X 200 - 21W: Win7/64 x: cannot find the graphics driver

    Hello. It is impossible for me to find a good working graphics driver? Actuelly I installed the laptopvideo2go 195.81, but there are a few problems, as the yellow lines on the screen when you look at the images, or problems with programs like sketchu

  • Support for PCIe storage

    Are they compatible? If so, which would you recommend?I'm under S30 with Windows 7.

  • HP F2280: no scan after installation software

    Software just installed on Win7, freshly downloaded drivers etc. for F2280 all-in-One I chose not to install the "Solution Center", as it was a real pain on my last PC, arise and covering the screen with obvious and unnecessary messages - in fact it

  • Is there anyway to save a PDF file as an Excel workbook? I use Vista Home Premium.

    I tried to copy/paste, except as - can only save as PDF file.  I tried to use Adobe, but it doesn't allow me to do unless I purchase the program.  I have only about 6 or 8 documents to convert, so I don't want to spend the $$ that Adobe wants.   Is i