Seek or start playback offset not working on big flv's

Hello,
I try to start a FLV (created with soundbooth cs5) at a certain point of time using ns.play('video', 33000) or even just ns.seek(33000);
The FLV is about 9 hours long.
How do I make this work ? And why is it not working?

Do you face problem with all big flv files or just few set of files? Is it possible for you to pass on that files so that we can check at our end? But before you that - which version of FMS and Flash Player version are you on?

Similar Messages

  • Windows 8.1 - Upgrade from 8, Start Button Does Not Work

    I cannot find a fix for my 8.1 start button.
    It works when I move the task bar to the top, right or left but not at the bottom. I ran all windows updates and there are no missing/unknown drivers in device manager. No errors in the event log. I've restarted multiple times and created a new local profile.
    I've also tried: 
    Copy WinX folder under C:\Users\Default\AppData\Local\Microsoft\Windows into C:\Users\[your user name]\AppData\Local\Microsoft\Windows.
    dism /online /cleanup-image /restorehealth
    Any ideas? I would prefer not to do a clean install. Thanks in advance. 
    HP Touchsmart 23 series
    i5-3475S 2.90GHz
    16GB RAM
    1TB HDD

    Could you please describe a little more detailed about “Start Button does not work”? What is the symptom?
    Yes, when the taskbar is at the bottom of the screen, I cannot left click on the start button. The machine is also a touch-screen, which does work when I touch the start button. If I move the task bar to the left, right or top; the start button does work.
    And what is the kind of the account, Domain? Local? Or both?
    This is local machine.
    It still doesn’t work in a new account?
    Same issue happens with a new account.
    What happens if you use win + "X"?
    Win + "X" works fine; displays options.
    Regarding to the “doesn’t work, both for screen touch and mouse?
    Left-click via the mouse does not work. Touch works fine.
    Can you try to copy the WinX folder from a working PC to your PC for a test?
    I do not have another Windows 8.1 machine available to me.

  • FIND with MATCH OFFSET not working

    Hi,
    I have a statement:
    FIND '/' IN <ls_data_package>-/bic/zbib_sysn MATCH OFFSET off2.
    this works in all the case except for when <ls_data_package>-/bic/zbib_sysn = SSULTANA-VMC/.
    (i.e. when /bic/zbib_sysn = USERID-VMC/, here SSULTANA is the user ID)
    *In this case off2 = .
    Value of sy-subrc is 0 after this statement is executed
    Can some one please point out what I am doing wrong.
    Thank you,
    CD
    Edited by: CSD . on Sep 26, 2008 9:53 PM

    >FIND with MATCH OFFSET not working  
    Most unlikely.  More likely is that it isn't doing what you think it should be doing.  Or you're using it incorrectly!
    I can't really follow what your problem is.  I assume you mean that you are getting off2 with value 0, when /bic/zbib_sysn contains USERID-VMC/
    Can you be a little clearer in what the issue is?
    DATA: off2 TYPE i.
    FIND '/' IN 'this string /' MATCH OFFSET off2.
    WRITE: / sy-subrc, off2.
    This little program returns 0 and 12 
    matt

  • The select/start button is not working on my Vita?

    as title, anybody face the problems???
    actually, my vita (wifi) freezed last week, PS button blue light, cannot shut down.
    after hold down power button, enter to Safe Mode, and done everything (restore, restart, rebuild, format m.card).
    now, PS button alive, working, but select / start button still not working!!
    HELP HELP HELP.......

    Here Is the Solution see on pictures This Fault Is Caused With Shorted Right Top Button When This shows conductivity few ohm this interfere with the signal line on the pcb.to test it disconnect this button from the socket by lifting up the small lock on amphenol socket.measure the 2 tracks on the foil if its conductive.in most cases will be leave it disconnected turn on the psp vita with some games and test if the start button respond 99% it will be working ok.if yesthen turn off the unit disconnect the main battery to avoid shortage to the motherboard.peel gently off the top right button and replace with new oneiff you cannot get parts then separate the 2 foil and clean the ferrite pad's.cut a thin foil with 2 hole same size as the button conductive pad's this will create bigger gap between these conductive touch pad's and the foil. Warning !!! This guide is for advanced component level engineers not for beginners require esd protection.  

  • On my Mac Book Pro My password at the start up is not working on restart

    Hi
    My password at the start up is not working on restart
    But if i close the cover and re-open it he ask for my password

    Changing or resetting an account password 

  • Playback is not working in OpenScript for loadtesting web/http wizard

    hi gems...
    i am facing another issue with OATS 12.1.0.1 while playing back the recorded scripts for load testing. But this time i dont know whether the remedy will come from our application or from OATS.
    I have recorded some simple steps in our application for loadtesting.
    My navigations in OpenScript:
    New > Load Testing(Protocol Automation) > Web/HTTP > Default Repository > Opened a blank script > started recording > Browser window got opened > hit the url of our application > logged in with a username/pasword > logged out.
    Scripts got recorded successfully. Now when i started playback, then it got failed with the error:
    +Failed to solve variable web.input.Submit using path .//input[@name='Submit']/@value+
    In our application, every sessionid gets captured and may be because of that recorded script and playback script made two different sessionids for login.
    Because when i did the comparison between the recorded and playback script, then i got the below line which is not matched between those two:
    +<form method="POST" id="formLogin" name="formLogin" action="/wm/j_spring_security_check;jsessionid=C9D732999E78008EC5CB3B77A6B703A4" onsubmit="return validateForm(this)">+
    jsessionid value is not matched between the recorded script and playback script.
    But when i did functional/regression testing of the same, then it worked perfectly without any failure.
    Kindly give your views. Thanks in advance.
    Edited by: gogol on May 23, 2012 12:44 AM

    below is the java code for the run block generated while recording:
    public void run() throws Exception {
              http.get(2, "http://ulx098.mazitek.com:8080/escort", null, null, true,
                        "ISO8859_1", "ISO8859_1");
                   http.solve("http.jsessionid", "jsessionid=(.+?)(?:\"|&)", "", true,
                             Source.Html, 0, EncodeOptions.None);
                   http.solveXPath("web.input.Submit",
                             ".//INPUT[@name='Submit']/@value", "Sign In", 0,
                             EncodeOptions.None);
                   http.solveXPath("web.input.strutstokenname",
                             ".//INPUT[@name='struts.token.name']/@value",
                             "struts.token", 0, EncodeOptions.None);
                   http.solveXPath("web.input.strutstoken",
                             ".//INPUT[@name='struts.token']/@value",
                             "G6CH0685ZPGKE6TUQUQRDES62AZRAT8J", 0, EncodeOptions.None);
                   http.solveRefererHeader("referer.httpulx098mazitekcom808_1",
                             "/escort/");
              http.get(9, "http://ulx098.mazitek.com:8080/favicon.ico", null,
                        null, true, "GB18030", "GB18030");
              http
                        .post(
                                  13,
                                  "http://ulx098.mazitek.com:8080/wm/j_spring_security_check;jsessionid={{http.jsessionid,9098A5983C686471BE1D2FCD7295CF40}}",
                                  null,
                                  http
                                            .postdata(
                                                      http.param("j_username", "escortadmin1"),
                                                      http
                                                                .param("j_password",
                                                                          "70300886ea87fade932332926317f269598827246763436004b79e4f16c60813"),
                                                      http.param("Submit",
                                                                "{{web.input.Submit,Sign In}}"),
                                                      http
                                                                .param("struts.token.name",
                                                                          "{{web.input.strutstokenname,struts.token}}"),
                                                      http
                                                                .param("struts.token",
                                                                          "{{web.input.strutstoken,G6CH0685ZPGKE6TUQUQRDES62AZRAT8J}}")),
                                  http
                                            .headers(http
                                                      .header(
                                                                "Referer",
                                                                "http://ulx098.mazitek.com:8080{{referer.httpulx098mazitekcom808_1,/escort/}}",
                                                                Header.HeaderAction.Modify)),
                                  true, "ISO8859_1", "ISO8859_1");
                   http.solveXPath("web.link.Logout", ".//A[@title='Logout']/@href",
                             "logout.jsp?logoutToken=0.5167720505173382", 0,
                             EncodeOptions.None);
                   http.solveRefererHeader("referer.httpulx098mazitekcom808_5",
                             "/wm/globalLandingPoint.action");
              http.get(21, "http://ulx098.mazitek.com:8080/favicon.ico", null,
                        null, true, "GB18030", "GB18030");
              http
                        .get(
                                  25,
                                  "http://ulx098.mazitek.com:8080/escort/{{web.link.Logout,logout.jsp?logoutToken=0.5167720505173382}}",
                                  null,
                                  http
                                            .headers(http
                                                      .header(
                                                                "Referer",
                                                                "http://ulx098.mazitek.com:8080{{referer.httpulx098mazitekcom808_5,/wm/globalLandingPoint.action}}",
                                                                Header.HeaderAction.Modify)),
                                  true, "ISO8859_1", "ISO8859_1");
              http.get(31, "http://ulx098.mazitek.com:8080/favicon.ico", null,
                        null, true, "GB18030", "GB18030");
         }

  • Playback button not working

    So the playback button is not working and the only time it starts working is after an update.
    What is wrong with it and how can I fix it?

    Welcome to our community, Angie
    It probably has to do with exactly how the Captivate content
    is being viewed. For example, the button may not work for you if
    you are simply running the project from Preview mode in the
    browser. But if you are running from a link that opens a new
    window, it may close without issue.
    The bottom line here is that you probably need to investigate
    and compare exactly how you are opening or launching the Captivate.
    Cheers... Rick

  • Suddenly won't boot, start up commands not working... am I out of luck?

    Funny, this is my first mac being a hardcore and longtime PC user as my "test" mac... everything works perfectly... of course until 12 days after my warranty is up...
    This morning on waking up my mac to turn on some music in iTunes, i click on the iTunes window to bring it into focus. It suddenly closes and dissapears, on returning to the shortcut bar (the tray at the bottom for programs, i don't know what mac users call it) and click on iTunes ot relaunch it after its crash/dissapearance, the task tray then decides to suddenly dissapear/crash (don't know which, it's like a crash but best described as a vanishing act as it doesn't lag or churn before dying, just vanishes).
    Possibly related to this issue, not long ago my iChat stopped working, whenever i launched it, it would stay open for a couple seconds and automatically closed. I could sit there all day clicking it, it would open, 2 seconds later, close. I gave up on that. I gave up on that a week ago.
    Shortly after my iTunes dissapeared/crash and then after the program tray also dissapearing. my mac mini reboots. Except it's stuck on the screen with the mac apple in the middle of the screen with the moving (yes it's moving) pinwheel on the bottom center of the screen. I let it sit there for a long while... 15 minutes pass nothing happens.
    I try rebooting... same thing happens.
    I'm go on my PC (Which i'm now typing from) and start searching for solutions. apple support pages suggest I try safe mode with shift.
    SAFE MODE: Won't work. I tried pushing both shift buttons on my keyboard at different times (before the start up tone, immediately after the beggining of the start up tone, and after the start up tone finishes) all that happens is, I get the same pinwheel/apple screen that is "loading" (according to the pinwheel) forever.
    I went to forums, read up on other different commands like holding down "X" or option command P+R.... X does the same as the not-working safe mode... option command P+R continually reboots the computer.
    And in the end I'm still at square one. thouroughly frustrated. wishing my mac mini was a PC (as i've never had a PC problem I can't fix) Ironic experience... PCs, break often, easily fixed, no support needed.... Macs: rarely break, when they do, support needed, but support from apple expires 12 days ago, not easily fixed... and now I think i'm screwed out of the 700$+ i payed for this POS and I've lost my whole iTunes library, all the CDs i've loaded onto it, and all the music and TV shows i've purchased from the apple music store. Good game, apple takes a bunch of money, refuses to support my product which is now dead (had a similar situation with an iPod I had bought for my girlfriend).
    My only hope is... I know mac users have a happy helpful community and always band together to help fellow mac users, something the PC world doesn't as-cohsively have. So...
    Help me Obi-Wan Kenobi... you guys are my last and only hope.
    Thanks in advance.
    -John

    Hi, John. Welcome to the Discussions.
    1. You wrote: "I get the same pinwheel/apple screen that is "loading" (according to the pinwheel) forever"The "pinwheel" is known as a "spinning gear progress indicator."
    This, combined with the other issues you've reported, sounds like problems with the hard drive. I suggest you begin troubleshooting using the Procedure specified in my "Resolving Disk, Permission, and Cache Corruption" FAQ. Perform the steps therein in the order specified.
    2. You wrote: "...the shortcut bar (the tray at the bottom for programs, i don't know what mac users call it)"It's called the Dock. See "Mac OS X: About the Dock."
    3. You wrote: "...this is my first mac..."My "Learning About Mac OS X" FAQ has a number of resources that you will find helpful including books, online training, and more.
    4. You wrote: "...Macs: rarely break, when they do, support needed, but support from apple expires 12 days ago, not easily fixed..."You should have bought the AppleCare Protection Plan (ACPP) before your warranty expired. The ACPP provides a two-year extension on the warranty and three years of telephone support.
    PS: Word to the Wise: watch the language. I appreciate your frustration, but don't let it into your posts. These forums are "family friendly" and a good way to get banned from them is to rant, use profanity (including profane abbreviations), etc. What passes for "acceptable behavior" on most PC/Windows forums is not tolerated here.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • Task created to stop and start Health service not working.

    We have multiple servers being grayed out so we created a task to stop and start the health service on SCOM 2007 R2. We have created two tasks one to stop and another task to start. The STOP task works but the START tasks keeps running but there is no result
    as well as when i check in Services.msc it is still stopped. Below are the screen shots .
    Task created to STOP the health service which is running.
    Screen shot of service start task creation which is NOT working
    The same was created for another service windows audio. Which worked for both stop and stop (Created separate tasks).
    We also tried the recycle health service and chche which is also failing.
    Can any one please help. The issue is on both SCOM 2007R2 and 2012 R2 both. Is there any other way to touch the health service.
    We are facing the issue only with Healthservice.

    Hi All,
    Thank you for all your answers.
    @ dktoa -
    You are right we have to concentrate on the servers to determine why do they go grey (all in one site). But before we do that i felt i find a temporary solution. Then go deep investigation to solve the issue.
    @Yan LI: As per the likn provided above you. I overrided the servers but still the health services were not starting or restarting. When i created a custom group and added the servers to that  group in that site and then  enabled the override on Restart
    Health Service for a specific group and pointed towards that group then it worked.
    Thanks All.

  • Offset not working for fiscal year variable 0P_FYEAR

    Hello all,
    I am working in G/L cube. I am getting total credit and total debit keyfigures from the cube.
    I want values for 2 years side by side. So I am using 0P_FYEAR as varaible for the key figure and offsetting the other by -1 but for some reason the offset is not working. ?
    If I run the query just for 2007 is get the values, if i run just for 2006 I see the values for but when I use the varaible and input the fiscal year as 2007 in varaible screen than I see the values only for 2007 and not for 2006 ?
    The test data in cube is for 2006 and 2007
    Why can that be ?
    Any suggestions?

    Hi KM
    Thanks for your prompt reply.
    I created another simple query with 2 RKF's, one RKF uses the user entered value ( 0) and onther RKF is offset to -1 and it is very straight forward query.
    The second RKF query result came blank. Infact i tried with my own variable which i have created not SAP variable, but still no luck.
    Do you have any thoughts.
    Thanks for all your help.
    Prasad

  • Premiere Pro CC Source and Program Playback Controls not working.. help please.

    Hi,
    Need your help to find out why none of the Premiere Pro CC Source and Program Playback Controls are working.. I can do playback using spacebar, but not clicking on the controls... same goes the rest.
    Thank you,
    Mauro

    Dear Mark,
    Thank you for the hint/link, reseting the toolbar did the trick.
    Regards,
    Mauro

  • Moved 8.1 - Nodemanager starts but does not work... SSL problem..

    Hello!
    We moved our weblogic 8.1 installation to a new production machine (which used to be very easy with weblogic 5.1) but of course, it didn't work because of the SSL demo certificates which were tied to the old server name. It dumped the following line on the log and refused to work:
    ...Certificate chain received from localhost - 127.0.0.1 failed hostname verification check
    We changed our demo certificates as stated in the documentation (certgen, keytool...) and now it starts ok but does not work either. Now we are seeing the following expection on the logs:
    weblogic.nodemanager.NodeManagerException: [SecureCommandInvoker: Could not create SSL Socket Factory, reason - java.lang.NullPointerException]
    at weblogic.nodemanager.client.SecureCommandInvoker.init(SecureCommandInvoker.java:67)
    at weblogic.nodemanager.client.CommandInvoker.invoke(CommandInvoker.java:89)
    at weblogic.nodemanager.client.NodeManagerClient.executeCommand(NodeManagerClient.java:161)
    at weblogic.nodemanager.client.NodeManagerExecuteRequest.execute(NodeManagerRuntime.java:1605)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    No Exception Messages
    Any clue or idea?
    Thanks in advance!
    Bernardo Riveira

    I have seen this myself moving domains to a different server. The way I got around it was to set the Hostname Verification for the admin and managed servers to None. This is done via the admin console, SSL tab, Advanced.

  • Code at Infoset SQ02 - Start of Selection - not working

    I have a code at SQ02 infoset START-OF-SELECTION:
    select bukrs
      into table i_bukrs
      from t001
      where bukrs in ('SP$00007').
    if sy-subrc = 0.
    endif.
    where SP$00007 is a select-option at the query selection screen.
    This coding is not working. It is always returning sy-subrc 4. How do I acces a select option form the query start of selection?
    Where I am doing wrong? I have got the 'SP$00007' from the generated code of query.
    If I try like this it gives me a syntax error:
    where bukrs in SP$00007.
    Any idea what I am doing wrong?

    The Solution:
    DATA cond_syntax TYPE string.
    CONCATENATE 'BUKRS' 'IN SP$00007'
                INTO cond_syntax SEPARATED BY space.
    SELECT bukrs
      INTO TABLE i_bukrs
      FROM t001
      WHERE (cond_syntax).
    IF sy-subrc = 0.
      LOOP AT i_bukrs INTO wa_bukrs.
        AUTHORITY-CHECK OBJECT 'J_B_BUKRS'
                 ID 'BUKRS' FIELD wa_bukrs-bukrs.
        IF sy-subrc <> 0.
          MESSAGE s000(z_zzz_ca_messages)
          WITH
          'You do not have authorization to view Company Code '
           wa_bukrs-bukrs
           ' data.'.
          LEAVE LIST-PROCESSING.
        ENDIF.
      ENDLOOP.
    ENDIF.
    If there is a better way please let me know?

  • SRV2008R2 SP1: Software Protection Service failed to start. RDP not working

    Hi folks,
    I'm currently working on an issue on a Windows 2008 R2 SP1 Hyper-V Host where RDP from one moment tio the other does not work anymore.
    After an investigation I found that the Software Protection Service can't be started. The following events are recorded every few minutes:
    Event ID: 1001 - The Software Protection service failed to start. 0x80070002. 6.1.7601.17514
    Event ID: 7023 - The Software Protection service terminated with the following error: The system cannot find the file specified.
    I searched and found a lot of possible solutions which are shortly listed below:
    I have confirmed that the sppsvc.exe file exists and has the proper permissions. Also replaced the file with the same file from another 2008R2 server
    Checked the spldr start value via HKLM\System\CurrentControlSet\Services\spldr. This is 0 which should be fine.
    Checked the sppsvc paths and settings via HKLM\System\CurrentControlSet\Services\sppsvc. All are correct.
    SFC /Scannow + CHKDSK /r
    System restore is (off course) not available
    Tried to reactivate the server by recording a different product key. Did not work.
    Removed the last batch of Windows Updates that were pushed towards the host. We believed it was caused by this but since you don't always need a host but only the VM's hosted on it it was a while ago since we logged in.
    Local firewall enabled and disabled. Also 
    Netstat does not show any listening ports for RDP (3389)
    Changed the port to 3390 but this port is not visible as well
    Also RDP from the affected machine to localhost does not work
    Since I can't find any more options in fixing this issue I'm wondering if someone else has some ideas which I can try. Otherwise a reinstall needs to be done.
    Hope to hear from you

    Hi,
    Based on your description, I noticed that you have tried lots of ways to solve this issue. On current situation,
    would you please let me confirm more details?
    Type services.msc in RUN to open Services. Then navigate to Software Protection service. If start it manually, what error message will get?
    I’m not sure if RDP issue was caused by the Software Protection service. So, would you please let me know the complete error message when RDP didn’t work? Meanwhile, please
    open Event Viewer and follow the path: Applications and Services Logs-> Microsoft-> Windows-> TerminalServices-LocalSessionManager and TerminalServices-RemoteConnectionManager. Please check if can find more clues. Those may help us to go further analyze
    RDP issue.
    Please
    perform a clean boot and check if this issue still exists.
    If any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Captivate 7 event video playback controls not working

    Hi,
    I'm using Captivate 7 and published an mp4 event video with limited playback controls (only play, pause, back, and close) on the slide, since the event video controls won't show up once published. When I publish the HTML5 video (with or without seamless tabbing) the controls are not working. When I click play the video plays and I can pause it, but when I want to continue play, the controls are not working.
    I tried only to use the skins (clear, corona, and halo) given with the event video, but then I can't pause the video at all, since the controls are not showing.
    We need the video to play in HTML5 mode for iPads and computers, but we're at a loss with the controls. The video has got to be limited to only play, pause, back, and close - no scrubbing or forwarding. Any ideas?
    Thanks,
    Nat

    I know you will hate Captivate for this. But if you are publishing to HTML5, the skins you select here won't make any difference as HTML5 output comes with its own mysterious skin which is not visible until you publish and check.
    Here is how that skin looks when viewed in Google Chrome browser on my laptop running on Windows 7.
    Here is the skin I have used for that in the Captivate editor.
    The best way to test these outputs is from a webserver or SCORM Cloud.
    Sreekanth

Maybe you are looking for

  • I-Cal Not Responding / Crashing

    I keep on opening my i-cal & each time I try to edit one of the entries in one of my calendars or delete a calendar or a to-do then it crashes & I have to force quit. I sync my calendar regularly with my phone & I noticed some of the to-do's were cor

  • ITunes doesn't update after downloading version 11

    I downloaded iTunes 11 on my PC but "about iTunes" still says it's version 10. What am I not doing?

  • Pixel VS DPI - Need to have a quick question cleared up!

    Hello Adobe Forums! I would consider myself an experienced designer, but I have a question that might seem rather mundane. To be completely honest, I just think I have overthought/overanalyzed it to a point where I confused myself! In Photoshop, I ha

  • Oracle error ORA-39127 unexpected error from call to export_string

    Hi The export for an database encounters the following error .Can someone take a look at the cause please. Processing object type DATABASE_EXPORT/SYSTEM_PROCOBJACT/PRE_SYSTEM_ACTIONS/PROCACT_SYSTEM Processing object type DATABASE_EXPORT/SYSTEM_PROCOB

  • Combine two  adobe forms

    Hi Gurus, Can we combine  two adobe forms (non interactive) if they have same interface? Please let me know if you have a solution Thanks in advance