Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9136117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T08:54:40+00:00 2026-06-17T08:54:40+00:00

I need to try and run a method on the exact time that a

  • 0

I need to try and run a method on the exact time that a certain clip in a video is playing.

so far I can do this with:

<s:VideoDisplay id="vid" currentTimeChange="checkTime()" x="208" y="49"/>

then in my script, i have

        function checkTime():void{

                label.text = new String(vid.currentTime);
                if(Math.round(vid.currentTime) == 12){
                    fademe();
                }

the above does work but the exact time i need is about 11.650 secs to run the method. If I take out the Math.round(), it doesn’t work.

Please help, this is probably something simple but I an new to Flex and actionscript.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T08:54:41+00:00Added an answer on June 17, 2026 at 8:54 am

    change the magnitude of current time.

       function checkTime():void{
    
                label.text = new String(vid.currentTime);
                int currentTime = Math.round(vid.currentTime*100) ;
                if( currentTime >= 1165 && currentTime <= 1170 ){
                    fademe();
                }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I try to make a apps that need barcode scanner, i already can get
I need to write a delegate function that can 'wrap' some while/try/catch code around
I need to know what is going wrong here, when I try to run
I need the ability to run an arbitrary command when I try and commit
This is my run method, it opens a socket, and waiting for an accepted
I try to build my first plugin. That far I came yet: (function( $
I am a beginner and I need some advice. When I try to run
Every time I try and run the program, only an empty window appears and
i need to try for the drop down with name of the month ,
i try to program a LdapAuthentication and i need some help. First i need

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.