Jump to a particular time in flv

Hi
I have imported an 8 minute long video in flash. This video has 5 parts  say part1, part2....
I have created 5 buttons on top of video that should by clicking, take  the user to a particular time in video.....
I dont know the code I should use on these buttons.....
Also when no button is clicked the whole video will play in its entirety
What i learn from some tutorials on net is that i need to use cue  points.... while importing the video I have created 5 cue points in  time... they are all labeled... Now i need to know what code should i  apply on buttons on top to let the flash video go to a particular  time...
Any help would be appreciated
Thanks in advance
I use Flash CS3 and mostly actionscript 2

Thanks
I used this tutorial/sample files here and it helped me a lot
http://www.adobe.com/devnet/flash/articles/vidtemplate_mediapreso.html
Does anybody know how to add a timer with this playback.
something like min:sec of flv time.
Regards

Similar Messages

  • Help!!coll​ect data at particular time intervals/​cycles

    Hello,
             I have to write a program to collect data at particular time intervals/cycles. We collect data at 100 points per cycle for 5000 cycles. But due to the huge volume of data I have to collect at certain intervals ( say cycles 1-10, 29-31,49-51 .... 3999-4001 .. 4999-5000). I would appreciate if anyone could please help me with this program.
    Thanks and bext regards
    lax

    Hello,
              Thanks for your reply. I have just started with LABview and the program I am dealing with was written by someone else. Anwyays, we are using  a NI PCI 6259 data aquisition card and NI SCXI (these are data aquisition for each channel I guess). We collect the load and deformation data (using LVDTs), which is the primary purpose of the project. We apply a load for 0.1s and rest for 0.6s. We collect the data at 100 points per second for the whole test (which runs for either 90minutes or 5000 cycles). We just start the test and collect data all the way through and the rate of collection remains the same throughout the test.
              As for finding out when exactly the cycle starts and ends. We will have to find that with time I guess. We plan to collect data for the first 100 cycles, then for 2 to 3 cycles every 50 or 100 cycles (which may increase towards the end of the test, i.e. we might jump from 3000 to 4000cycles).As for collection we collect the data 1sample at a time.
             I have attached a part of the program which measures all the data (which is part of another program). Some VI's might be missing (DAQmx start task, DAQmx stop task, DAQ mx read). Please let me know if you have any solution. Thanks again.
    Regards
    lax
    Attachments:
    Measure_All_FastData_queue.vi ‏51 KB

  • How do i find out the tables (data)effected in a schema after a particular time stamp

    how do i find out the tables (data not structure)effected in a schema after a particular time stamp?
    pls email in [email protected]

    You can't do that. That would be a real security risc.
    /KAj

  • How do i find out the tables effected in a schema after a particular time stamp

    how do i find out the tables effected in a schema after a particular time stamp?
    pls email in [email protected]

    If you are doing a reload every time then you can issue following commands to clear data from cube.
    lmt name to all
    allstat
    clear all from <cubename>prttopvar
    You can wrap above commands in pl sql procedure using dbms_aw.execute package and execute it before cube load starts. Instead of clearing it from whole cube you can clear only from one partition also. Just take a look at clear command in olap DML 10.2 reference.
    Thanks,
    Brijesh
    Edited by: Brijesh Gaur on Aug 10, 2010 6:47 AM

  • 'Jump to' a particular slide in adobe captivate using edge animate.

    I would like to 'jump to' a particular slide in adobe captivate using interactions created in an edge animate file. Is anyone able to help me with the javascript needed to do this?

    Hi Leith,
    From what I know, such functionality is currently not available.
    Found something related, but this does not answer your question, I think
    Using Edge Animate with Captivate
    Thanks,
    Preran

  • Can we schedule steps in Job Chain to run at a particular time of the Day.

    Hi ,
    We have created a Job chain for 3 steps.our requirement is we want to step 1 to run as per the schedule of Job chain but we want  step2 to run on fri 2 gmt and step 3 to run on saturday 1 gmt.
    is ther any setting in Job chain so that we can schedule subsequent steps to run at a particular time.
    Regards
    Rajesh

    Hi,
    You can add a timewindow to the jobdefinitions that you call in step 2 and 3, to restrict the start times for these jobs to the desired time.
    Regards,
    Anton.

  • HT201299 Is there an App which switches on Cellular data at a Particular time of day and switches off as well? if not someone should make an app

    Is there an App which switches on Cellular data at a Particular time of day and switches off as well? if not someone should make an app for that

    No, there are no apps that can do that, as no app would have access to the necessary API's to perform such a task.

  • How can i produce a stimulus at a particular time (eg 30 ms in the window)

    Hi,
    I would like to record EMG from two muscles (mastiod and upper sternum) before and after a stimulus (tone pip produced by a  head  phone). For this reason, I have created a program with two time loops (plz see the attachment). In the second time loop, I want to produce a tone after 30 ms (duration 6-10 ms) of the ongoing voluntary EMG ( so the second time loop will be used to see the tone pip at a particular time only)  and In the first time loop, I want to see the ongoing voluntary EMG activity and  to monitor the effect of the tone after the stimulus .
    I can hear the tone in my program and can change the frequency of the tone but could not get the tone at 30 ms (at a particular time in the window). I made offset 30 ms in the second time loop but could not get the stimulus at 30 ms.
    Is there any way to get the tone pip stimulus after 30 ms of the ongoing EMG?
    please see the attached program.
    Thanks in advance for your kind help
    regards
    Milly
    Attachments:
    new_2.vi ‏359 KB

    Hi Milly,
    If I understand your question correctly, you would like to synchronize your tone application with your analog input application at a specific amount of time.  First, your program will run both loops "simultaneously", however, I do not see any condition set in your DAQ acquisition stating that 30ms has passed and allow for the tone measurement to happen.  Keep in mind the trigger that you are going to send, if you are not using LV real time, will have millisecond resolution.  I would suggest you add conditions that time your loops- specifically a VI called "Time Elapsed".  This VI will allow you to find out how much time has elapsed and send a boolean that could be used to send the other loop as a trigger.
    I hope this helps,
    Regards,
    Nadim
    Applications Engineering
    National Instruments

  • Transaction should run at a particular time once in a day.

    I have a transaction and an Xacute query.  I am fetching data from local database, and posting a measuring document in SAP R/3. Right now i have to run the transaction manuallly to post the document.
    I want that my transaction should run automatically at a particular time once in a day (at the end of the day), and document should get posted in R/3 at the end of the day.
    Can you help me out, how to go ahead for the same.

    Ashish,
    In SAP MII Menu, In Left side Navigation,Go to
    Business Logic Services---> Schedule Editor. In that window,select the transction you want to run and select the time pattern how fequently you want to run the transaction.
    For more details : http://help.sap.com/saphelp_xmii120/helpdata/en/index.htm  (for MII 12.0)
    In above link select the System Mangement--> Shedule Editor.
    http://help.sap.com/saphelp_xmii115/helpdata/en/index.htm  (for MII 11.5)
    in above link Business Logic Services---> Schedule Editor.
    Hope this helps you.
    -Suresh

  • Outllook API to know who have booked the room at the particular time - ews-java

    Hi,
    As, of now i am able to get whether the particular meeting room is free/busy at the particular time, now I want to know is there any Outlook
    APIs for getting the details like If
    booked, who has booked that room. Employee Name, and other details if any.
    I need to know what are the APIs need to be used, I need to develop in JAVA, so java api is required. Any sample is there, please provide me to work on. Please help me. Thanks in advance

    anyone?

  • JDBC adapter stop polling at a particular time

    Hi,
    I am facing one issue with J2EE engine of Xi. Everyday at 11:59 pm JDBC adapters stop polling. If we look at communication channel monitoring in RWB there will be a green light against these communication channels. But if look at the cluster node, we can see that the channel is not polling data from the database.
    Once we restart the J2EE engine it will start polling records from database. Why it is stop polling at the this particular time? Can you please give some suggestions to resolve this issue.
    Thanks
    Message was edited by: jaison
            Jaison Joseph

    Hi,
    Get into Config tool >> Cluster_Data -Instance -Service -Com.sap...jdbc.svc...
    And check  whether you have defined as Always or Automatic..
    Regards
    Agasthuri Doss

  • Sending idcos at a particular time

    In case of sender system sending the IDoc for each record, but I want to send all the IDocs at the evening. How can I send the idocs at a particular time?

    hi,
    that is possiable with background job scheduling .
    gothorugh below links:
    http://www.****************/Tips/ABAP/BackgroundJob/FactoryCalendar.htm
    SM36 - ABAP Batch Job Scheduling
    job scheduling- sm36
    thanks,

  • Log shipping is not restoring log files ata particular time

    Hi,
    I have configured log shipping and it restores all the log files upto a particular time after which it throws error and not in consistent sate. I tried deleting and again configuring log shipping couple of times but no success. Can any one tell me 
    how to prevent it as I have already configured log shipping from another server to same destination server and it is working fine for more than 1 year? The new configuration is only throwing errors in restoration job.
    Thanks,
    Preetha

    Message
    2014-07-21 14:00:21.62    *** Error: The log backup file 'E:\Program Files\MSSQL10_50.MSSQLSERVER\MSSQL\Backup\Qcforecasting_log\Qcforecasting_20140721034526.trn' was verified but could not be applied to secondary database 'Qcforecasting'.(Microsoft.SqlServer.Management.LogShipping)
    2014-07-21 14:00:21.62    Deleting old log backup files. Primary Database: 'Qcforecasting'
    2014-07-21 14:00:21.62    The restore operation completed with errors. Secondary ID: '46b20de0-0ccf-4411-b810-2bd82200ead8'
    2014-07-21 14:00:21.63    ----- END OF TRANSACTION LOG RESTORE     -----
    The same file was tried thrice and it threw error all the 3 times.
    But when I manually restored the Qcforecasting_20140721034526 transaction log it worked. Not sure why this is happening. After the manual restoration it worked fine for one run.ow waiting for the other to complete.
    This seems strange to me error points to fact that backup was consistent but could not be applied because may be restore process found out that log backup was not it correct sequence or another log backup which was accidentally taken can be applied.
    But then you said you can apply this manually then this must be related to permission. Because if it can restore manually it can do it with job unless agent account has some permission issue.
    Ofcourse more logs would help
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Cp7 YouTube Widget - Stop at a particular time

    I realize the YouTube widget can be set for the video to start at a particular time. Is there also a way to "stop" at a particular time in the video? For instance, there’s a long video I’d like to use, but I'm only interested in the first few minutes.

    No, not possible. The learner has to do that manually using the default YouTube playbar.
    You can submit a feature request here though.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Sreekanth

  • Total of Time Stamps before or after a particular time

    Hi, I am trying to get a running total of time stamps that are either before or after a particular time. For instance, how many times did employee A punch in after 8:00. Or, how many times did employee A punch out before 5:00
    Thanks,
    Mike

    Hi Mike,
    Welcome back.
    Did you have something like this in mind?:
    I've compared the check-in time to the Normal Start time and the check-out time to the normal quit time, using the TIMEVALUE function to strip the date from the data, leaving only the fractional day.
    I use a separate table for the constants to make the process easier to maintain and more self-documenting. The time value columns in the main table can of course be hidden. I COUNTIF the late instances and the early instances in the Footer Row then do a grand total in the summary table.
    Jerry

Maybe you are looking for