Stop/start controls in flv sections

Hi there,
I have a small video program I need help with.  I am using a single FLV file. On the player interface in addition to play/pause and stop, I have a number of chapter buttons, which I have successfully pointed to the corresponding points in the FLV file. I need to find a way to capture and hold the relevant start and stop times of each of these chapters so that when I am in each chapter, the stop and play buttons will reference the chapter times and control only the relevant chapter, ie in Chapter Two clicking stop will reset to beginning of Chapter 2, not the start of FLV file.
Not sure if there are built-in properties and methods I can use, or I need to create something custom.
Thanks
Matt

Thanks for the pointer, Rob.
I'm familiar with that article, it got me going with navigating to various parts of my flvs, and I'm okay on using cuePoints, etc. - - I think!
But what I want to do is have my main control buttons (stop and play) dynamic, so they reference only the current "chunk" of video within each chaper..... I guess the Play button is fine, it will start from current point. But I need the stop button to reset to start of currentChapter, not 0:00 in flv, so it keeps the chapters discrete.
I also need the chapter to stop at chapter end.
Thanks
Matt

Similar Messages

  • Volumne control via the earphones is not working, all other functions stop,start, next/orevíous title work fine

    Hello,
    the volumne control of my apple earphones is not working.
    All other functions available at the switch on the earphones work fine (Stop, Start, next/previous title, accept incoming call)
    I have already several times rebooted the iPhone 5S.
    I'm gratefull for every hint

    Hello Any one? Apple?
    Ah forget it... it been two weeks and nothing.
    The product wasn't even designed to last for 2 years, and mine is trash after less than one.
    I will NEVER buy another song from the itunes store or another iPod. or even another Mac product for that matter.
    Message was edited by: Chompers417

  • Need "Stop/Start" Buttons

    I have been converting my MP4 QuickTime movies to Flash, using VisualHub, for my iWeb sites. But once they are converted, they lose the "Stop/Start" button feature that QuickTime provides. Does anyone know how to get s "Stop/Start" button feature on their Flash projects for their iWeb pages?
    Any help would be much appreciated.
    Thanks
    Margie

    I actually have Flash ~ and although I don't know much about using Flash, my son does. He is the one who took the .swf file (after conversion with VisualHub) and added the video controls. Seem to need the .flv file and the new .swf file to make it work (even on my desk top). Once I try to get it onto my iDisk however it comes up as the movie clip with no controls. Can't figure out why I lose it once to iDisk and or even if it works IN iDisk, once published to iWeb it loses its video controls.

  • Is there any way to stop "Voice Control"?

    Hiya
    I am hoping one of you will be able to help me with this......
    Tonight my phone has started to beep and then on the screen it shows "Voice Control" with a list of question ideas to ask voice control.
    I have read that "Voice Control" cant be disabled but have seen a couple of ideas on how to get around it but for some reason they arent working on my phone and it keeps interupting my messages, etc when Im half way through using my phone.
    I have tried to turn on Siri hoping that it would stop Voice Control coming up on my phone but that didnt work.
    I have tried activating "Switch Control" because apparently they both cant run at the same time....didnt work for me.
    I have tried Assistive Touch and nope that hasnt worked either.
    I have even tried to reset my phone then back it up from the last time i had on,my computer. Didnt work.
    Only thing I have read that I havent tried is the reset my phone and start from the begining with it.
    I have looked around and read a lot of forums but I was hoping someone might have had the same problem as me and might be able to tell me if it can be fixed or what happened with theirs?
    I have no idea why this is happening or why its happened today. I havent dropped it or anything like that and the phone is just over a year old so its not under warranty unfortunately.
    Voice control is different then the Voice Over option too
    I think my home button may be sticking and the "three clicks on the home button" is to go to my voice control.
    Thanks for your help! Appreciate it
    Thanks!

    Voice control can to be disabled. Sounds to me like you have a broken/defective home button. Make an appointment at the genius bar and have it looked at.

  • How to load and display the external flv video files in dynamicly and the how to control the flv fil

    How to load and display the external flv video files in dynamicly using AS 3.0
    and  How to control the flv file  add the play paus button and add seekbar.
    I have using to load the flv file following code
    var flvPlaceHolder1:MovieClip = new MovieClip();
    var vid1:Video = new Video(734, 408);
    flvPlaceHolder1.addChild(vid1);
    addChild(flvPlaceHolder1);
    flvPlaceHolder1.x = 1059;
    flvPlaceHolder1.y = 152;
    var nc1:NetConnection = new NetConnection();
    nc1.connect(null);
    var ns1:NetStream = new NetStream(nc1);
    vid1.attachNetStream(ns1);
    var listener1:Object = new Object();
    listener1.onMetaData = function(evt:Object):void {};
    ns1.client = listener1;
    ns1.play("GV-1600 TURNING.flv");
    ns1.addEventListener(NetStatusEvent.NET_STATUS, statusChanged1);
    function statusChanged1(ns1:NetStatusEvent):void
             trace(ns1.info.code);
            if (ns1.info.code == 'NetStream.Buffer.Empty')
                 trace('the video has ended');
                 removeChild(flvPlaceHolder1);
                 //trace('removeChild');
                gotoAndPlay(1786);
    then how to add the play,paus ,full screen button    and   seekbar,volumebar.

    I have to Create the flash presentation for our company product
    In this presentation the left  side the text animation are displayed then right side the our product video is displayed.
    In this presentation i need the following option :
    1, The first product video and animation is finished then the next product is played
    2, then the video displayed  (size width and height 400x300) , I click this video to increase the size(ex:1000x700)
    3, then the playing video i control  it play, stop, paus button and volume bar, seek bar.
    4, then this presentation is displayed on 42 inches LCD TV so this full presentation is run full screen.
    I have finished first two steps 1 and 2
    the following are the screen short and code:-
    code :-
    var count=0;
    var flvPlaceHolder2:MovieClip = new MovieClip();   
    var vid2:Video = new Video(734, 408);
    flvPlaceHolder2.addChild(vid2);
    addChild(flvPlaceHolder2);
    flvPlaceHolder2.x = 1059;
    flvPlaceHolder2.y = 152;
    var nc2:NetConnection = new NetConnection();
    nc2.connect(null);
    var ns2:NetStream = new NetStream(nc2);
    vid2.attachNetStream(ns2);
    var listener2:Object = new Object();
    listener2.onMetaData = function(evt:Object):void {};
    ns2.client = listener2;
    ns2.play("GS-4000.flv");
    this.addEventListener(Event.ENTER_FRAME, BtnFadeIn2);
    function BtnFadeIn2(event:Event):void
        if (this.currentFrame == 387)
            /*flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            trace('Screen size is changed');*/
            if(count==0)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
            count++;
    ns2.addEventListener(NetStatusEvent.NET_STATUS, statusChanged2);
    function statusChanged2(ns2:NetStatusEvent):void
        trace(ns2.info.code);
        if (ns2.info.code == 'NetStream.Buffer.Empty')
                trace('the video has ended');
                 removeChild(flvPlaceHolder2);
                 //trace('removeChild');
                gotoAndPlay(433);
    flvPlaceHolder2.buttonMode=true;
    flvPlaceHolder2.addEventListener(MouseEvent.CLICK,home2);
    function home2(e:MouseEvent):void
        if(vid2.width==734 && vid2.height==408)
            flvPlaceHolder2.x = 30;
            flvPlaceHolder2.y = 140;
            vid2.width=1800;
            vid2.height=800;
        else
            flvPlaceHolder2.x = 1059;
            flvPlaceHolder2.y = 152;
            vid2.width=734;
            vid2.height=408;

  • Controlling an FLV with a DW behavior

    Is there piece of Javascript, or better yet, an extension out
    there that I can use to control an FLV in a DW page?
    I am developing e-learning pages using Dreamweaver, where
    video #1 plays and the learner has to answer a question about it.
    When they click a "Check My Answer" button, I want video #1 to stop
    so I can play video #2.
    The "Control Flash" behavior doesn't work on FLVs.
    Thanks,
    Mary

    On Fri, 14 Jul 2006 20:41:43 +0000 (UTC), "maryhowe"
    <[email protected]> wrote:
    > I am developing e-learning pages using Dreamweaver,
    where video #1 plays and
    >the learner has to answer a question about it. When they
    click a "Check My
    >Answer" button, I want video #1 to stop so I can play
    video #2.
    >
    > The "Control Flash" behavior doesn't work on FLVs.
    The Control Flash, or any other JavaScript solution, is
    unreliable at
    best. Your best bet would be to put the button in the Flash
    movie, and
    have it load the second movie.
    Gary

  • HT2729 I bought a TV episode from iTunes (I have version 10 installed), but when I try to play it on my laptop, it keeps stopping and starting, with the voices out of sync with the action.  The action is stop/start as well.  What settings can I change to

    I bought a TV episode from iTunes (I have version 10 installed), but when I try to play it on my laptop, it keeps stopping and starting, with the voices out of sync with the action.  The action is stop/start as well., and occasionally it skips 5 or 10 seconds altogether, making it impossible to watch.  What settings can I change to fix the problem.

    Repair your QuickTime.
    Control Panel > Programs n Features > highlight QuickTime and click CHANGE then REPAIR.

  • Stop/start in PGW active/standby mode

    Hi all
    My VOIP Network has 2 PGW in active/standby mode. But when we add more telco, the state of ss7path is OOS. i must stop/start the PGW and ss7path is IS status.
    Now PGW is running services. it processing many call with other telco.
    i have question need to support.
    When we stop/start PGW,has PGW disconnected all call or not?
    Thank for supporting
    PhaiLQ

    If you restart the service on active pgw, calls are disconnected. If you don't want out of services you must pass the control to the standby server first.
    From mml console of active server use the command:
    rtrv-ne    to check the status, the output is:
        MGC-01 - Media Gateway Controller 2010-09-07 16:53:42.655 MEST
    M  RTRV
       "Type:MGC"
       "Hardware platform:sun4u sparc SUNW,Sun-Fire-V240"
       "Vendor:"Cisco Systems, Inc.""
       "Location:MGC-01 - Media Gateway Controller"
       "Version:"9.6(1)""
       "Platform State:ACTIVE" 
    sw-over::confirm to swich control to standby server
    now restart the service
    /etc/init.d/CiscoMGC stop
    /etc/init.d/CiscoMGC start
    P.S. If I remember the right way, the OOS (out of service) state of new ss7 path can be set in IS (in service) via mml command line without service restart.
    set- your ss7 path ::IS   use tab for help
    Regards.

  • OC4J containers sometimes don't stop/start?

    Occasionally when I do opmnctl stopall or startall, an OC4J container will fail to start or stop. Sometimes I get the "forcibly shutting down..." message from opmnctl. Sometimes it just sits there. Sometimes it shuts down but a 'ps -ef | grep oracle' shows some hanging processes.
    Likewise sometimes on startup a component just won't start. It'll 'init' for a while, then drop back down to status = 'NONE'. But, I can go into OEM ASC and start it up there and it'll start right up!
    This is not consistent at all. This is 9.0.4 (10g).
    Any ideas? Anyone experience this sort of weirdness? So far it's not terribly confidence-inspiring.

    Depending on the environment, it may be necessary
    to modify the start, stop, and/or restart timeouts
    for components, as configured in $OH/opmn/conf/opmn.xml
    These elements, if not specified in opmn.xml for
    a component default to the following:
    start: 120 seconds
    stop: 60 seconds
    restart: 180 seconds
    The opmnctl startall/stopall commands result in the
    simultaneous start/stop of all configured components.
    If the machine is sufficiently powerful, this will
    result in all components completing the state
    transistion faster than if the components were
    started/stopped serially. Component initialization
    and shutdown can be resource intensive. Contention
    between components starting/stopping at the same time
    can lead to longer stop/start times compared to the
    time it takes to start/stop a component by itself.
    The different in behavior between OEM and opmnctl
    might be explained if a smaller set of components
    is being started/stopped by the OEM operation than
    the opmnctl operation. Another possibility is that
    the OEM operation is resulting in multiple, serial
    requests to start individual components instead of
    starting everything in parallel.
    How might this be investigated? $OH/opmn/logs/ipm.log
    now prints with timestamp command begin/end and info
    about the processes started/stopped as part of the
    command. You can see something like this:
    20:00:00 Request 4 Started. Command: start
    20:00:00 Starting Process: OC4J~home~default_is...
    20:00:00 Starting Process: HTTP_Server~HTTP_Ser...
    20:00:11 Process Alive: HTTP_Server~HTTP_Server...
    20:00:32 Process Alive: OC4J~home~default_islan...
    20:00:32 Request 4 Completed. Command: start
    This example shows a start command that resulted
    in the simultaneous start of HTTP_Server and an
    OC4J. HTTP_Server took 11 seconds to start,
    OC4J took 32 seconds to start.
    Compare the ipm.log output generated from the opmnctl
    and OEM operations. opmnctl and OEM use the same
    protocols to interact with opmn to perform process
    control requests.
    My guess is that the opmnctl operation is doing more
    work in parallel and is overloading CPU resulting
    in longer delays. I would be interested in seeing
    ipm.log output (at default log level) from the
    startall/stopall operation and a brief machine
    description.

  • Videos stop starting on web pages

    Hello.
    A UK Member here!
    When I play videos on YouTube and other websites like news channels etc. does the flow of the video become bitty (stop/start) and not free flowing please?
    Is it my Graphics card? Does it need updating? If so, to what please?
    If not then what is the problem please?
    My broadband is a good connection of 4MB.
    OSX10.4.11
    Thanks in advance!

    The buss speed on the older PPC power macs is insufficient to stream video. The network card takes a significant amount of resources then adding the data bandwidth for video and there is nothing left. The machine just wasn't made for that much data to flow through it. When the network card needs to off load data to the HD, it requires complete control of the data buss for that time. The video needs the same when it loads data. The two collide and you get a freeze of the video. (one has to win the conflict.) A faster machine is needed. There are vastly many other factors that can cause this problem in even the speedy machines but the PPC mac's of yesterday just can't handle the load. There are things that can be done to minimize the IO buss workload like limiting apps that are running. In the end, you just need a more modern machine for modern usages.
    That is my take on it.

  • Starting control autobackup

    Hi Experts,,, I have this issue
    I am getting the following error in my alert log file
    Tue Dec 03 10:17:12 2013
    Errors in file D:\APP\ADMIN\diag\rdbms\epprod1\epprod1\trace\epprod1_m000_5292.trc:
    ORA-19624: operation failed, retry possible
    ORA-19504: failed to create file "E:\RBACKUP\CFC-2128199230-20131203-00"
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    I did my diagnostics I found Errors in file D:\APP\ADMIN\diag\rdbms\epprod1\epprod1\trace\epprod1_m000_5292.trc as below:
    ===
    starting control autobackup
    *** 2013-12-03 10:17:11.975 4178 krsk.c
    krsk_rtrtwd_state: Marking RT role transition work not done
    krss_sched_work: Prod archiver request from process USER (function:0x100)
    krss_find_arc: Evaluating ARC1 to receive message (flags 0xc)
    krss_find_arc: Selecting ARC1 to receive message
    *** 2013-12-03 10:17:11.975 3187 krsv.c
    krsv_send_msg: Sending message to process ARC1
    *** 2013-12-03 10:17:11.975 1835 krss.c
    krss_send_arc: Sent message to ARC1 (message:0x100)
    Got error: 19624
    ********************  WARNING ***************************
    The errors during Server autobackup are not fatal, as it
    is attempted after sucessful completion of the command.
    However, it is recomended to take an RMAN control file
    backup as soon as possible because the Autobackup failed
    with the following error:
    ORA-19624: operation failed, retry possible
    ORA-19504: failed to create file "E:\RBACKUP\CFC-2128199230-20131203-00"
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    ********************  END OF WARNING *******************
    ORA-19624: operation failed, retry possible
    ORA-19504: failed to create file "E:\RBACKUP\CFC-2128199230-20131203-00"
    ORA-27040: file create error, unable to create file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified.
    ===
    I am really supprised ... I dont have RMAN to do atuomatic backup control file.. as I know automatic control file can performed using RMAN,
    If there is anather way, How can I stop this job ?
    I have Oracle 11g Release 2 Primary and Standby with Windows 2008 R2 Server
    Any feedback haighly apprecited   

    Hi,
    From rman
    CONFIGURE CONTROLFILE AUTOBACKUP OFF;
    and see using "SHOW ALL" command
    but
    You might need to backup the controlfile with a full backup
    So check this parameter whether the path is valid or not and has right permission for Oracle user
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO
    Regards...

  • How to stop start SAP system from SAP transactions?

    Hi Experts,
    How can i stop start the SAP system from SAP screens? Are there any transaction for this  need?
    thanks,
    philaphi

    Hi,
    Use Tcode RZ03 -->  Control --> Stop SAP Instance.
    Best Regards,
    Sachin.

  • TS3694 My Ipod is not recognized by Itunes with my Windows 8 PC. Works fine with Windows 7 PC. Device sync test says "No device found". Already performed all of the Ipod device troubleshooting including reload Itunes, stop start Ipod device, changed drive

    Need help? Some of my Ipods are not recognized by Itunes with my Windows 8 PC. (Ipod Nano 4th gen  and Ipod Nano 6th gen), but on my Windows 7 PC, they work fine.  My Ipod 3rd gen and Ipod shuffle work both on Windows 8 and 7 PC's.  On the non-working Ipods, the  Device sync test says "No device found". Already performed all of the Ipod device troubleshooting including reload Itunes, stop start Ipod device, changed drive letter...
    any help is appreciated. Chris4sail

    Hello there, chris4sail.
    The following Knowledge Base article offers up some great step-by-step instructions on troubleshooting your iPod not being recognized in iTunes:
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/ts1369
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • How to stop voice control

    how to stop voice control?

    Hi Joannewpark,
    Press your Home Button to get to the Home Screen.
    Press Settings, then press again 2x fast - you will go to the Settings screen
    Press on General, then press again 2x fast - you will go to the General screen
    Use 2 fingers to indicate scroll up - Voice Over will begin to read the items on the screen, and will eventually get to the Accessibility option. When it says "Accessibility" press on it, then press on it 2x fast
    It will go to the Accessibility screen, tap on the Voice Over option one, and then again 2x fast, now tap on the Voice Over option again, and then double tap to turn it off.
    Cheers,
    GB

  • Essbase Dimension build error and Unable to Stop/Start Application

    Hi All,
    I am trying to build the dimendion in the ASO application it is throwing the Error meaasage " Dimension Biuld failed , ther may be problem in allocating memory".
    While i am trying to and Start/Stop my respective Application it is throwing the below error meaasge
    I tried to debug this issue by checking the Locked objects, and asked my Admin to close my sessions forcebully if any running and also checking all rules files . But i didn't get any clue/solution from them.
    Please help me out from this issue
    ***ess-dev.ASOAPP     Stop application     April 15, 2009 4:15:08 PM IST     Failed***
    ***Error: 1013018 Cannot unload database [Sample] while user [ASDF] is performing database operation. Wait for user [ASDF] to complete the operation, or ask the user to abort it. Log out all users and then unload the database.***
    ***     MaxL Command     April 15, 2009 4:40:52 PM IST***
    ***Error: 1053012: Object [Sample] is locked by user [ASDF]***
    ***Error: 1013100: User [ASDF] is Active on Database [Sample]***
    ***Error: 1013132: Cannot build dimensions. There are other active users on database [Sample]***
    ***Error: 1241101: Unexpected Essbase error 1013132***
    ***Error: 1053013: Object [Sample] unlocked by user [ASDF]***
    ***     MaxL Command     April 15, 2009 4:43:28 PM IST***
    ***Error: 1270040: Data load buffer [2] does not exist***
    Regards

    Hi,
    Thanks for your answer friend. My admin has successfully killed my session forcebully. And he doubted that i may not have enough rights to Stop/Start application and he provided me the required rights. After that also the error is repeating as below. we two are not getting where we went wrong.
    ss-dev.ASOAPP     Stop application     April 15, 2009 8:19:35 PM IST     Failed
    Error: 1013018 Cannot unload database [Sample] while user [ASDF] is performing database operation. Wait for user [ASDF] to complete the operation, or ask the user to abort it. Log out all users and then unload the database.
    Help me out from this issue

Maybe you are looking for

  • Windows Vista, Itunes 10.7, ipod Classic, scan and fix message - why?

    I am trying to connect my wife's Ipod Classic to our Windows Vista computer.  I get a Scan and Fix Message for the Ipod from Windows.  I don't let it scan and click continue.  Itunes is frozen and won't recognize the ipod.  This has happened since up

  • Premiere Pro CS3: Many Problems Fixed By Upgrading to Windows 7 Pro 64-bit

    I recently installed an SSD drive and Windows 7 Pro 64-bit. Installing the Adobe Master Collection CS3 went smoothly and only took a few minutes instead of an hour, as in the past. Premiere, for the first time in the years I've used it, runs STABLE.

  • How to use xpath function to select some particular  nodes

    Dear experts: does abap supports  xpath  to sellect particular  nodes  according some node value or condition, i know other  programe language  supports the function selectNode(xpath expression)  , does abap or have the api to support it? and i know

  • Ugly spots on the back panel of my iPod :'(

    Has anybody encountered this ?? Looks very bad, especially when my ipod is just two months old... Just kept my iPod unused in a cover for two weeks, and this happened Apple-do-be-doo, where r u  

  • Safari and webmail email alerts - how to turn off?

    One of the webmails I use has annoying feature - it alerts me with every incoming email. Safari icon starts to jump at the Dock and a small window appears telling me that I have email! I have searched my webmail settings but there is no way to turn i