Embedding a countdown timer, that is linked to real time, into a video

Hey,
I'm trying to figure out how to do something I have never done and got no clue where to start.
What I am trying to accomplish is to make a 10-sec video that has a real time countdown clock to a certain part of the day (Ie: 5 hours and 10 secs left till 8 pm). Designing the clock is simple, what I cannot figure out is what program i should use and how to make it link to real time. Is this possible in after efects or do i need to use flash proffessional or something else. To give you a little bit more information, typicly I design ads that just run on a loop, this ad has to be different because it needs to run in a loop and somehow go and get the countdown according to real time and not just the videos length.  (I've heard of somehow making a flash SWF file that either links to computer or RSS file, but I have no idea how to do that in aftereffects.) This is what i can find, but NOT what i want: https://www.youtube.com/watch?v=K-ilCXXAQGA&app=desktop I want it to use real time for countdown.
The media player running this 10-sec video ad is apparently compatible with Flash SWF.
Any help is good and if anyone can point me in the right direction that would be great.
Thanks in advance .

Video is video. You have to use another app to overlay something else. HTML 5, javascript, Flash. Can't be done in AE.

Similar Messages

  • Embedding adjustable countdown timer into Keynote Presentation

    I want to embed a timer similar to that on the iPhone into a presentation I am making. Please assist me. I am willing to use third party plug-ins etc..if necessary. I need to be able to set the timer! Thanks!

    Video is video. You have to use another app to overlay something else. HTML 5, javascript, Flash. Can't be done in AE.

  • Possible to insert a countdown timer into an iMovie clip?

    I'm making an exercise video, and I want to insert an occasional small clip with a countdown timer.  Ideally, it would be some beautiful nature footage (like waterfalls or wildlife), with a countdown timer in the corner.
    Does anydbody know how to insert a countdown timer into an iMovie clip?
    For that matter, does anybody know where I could find/purchase 2 minutes of nature footage?

    Sure you can. What you need to do is add the initial image to the topic then create an image map. This allows you to define shapes that when the user's mouse hovers over it indicates that there is a hyperlinkto another topic. Just right click on the image, select Insert Image Map and go from there.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • How do I insert multiple simple objects at different times into a video, and see all of them?!

    I'm trying to make a very simple 20 second video clip of me hula hooping, and every 4 seconds, draw a circle around my hula hoop that remains there for the duration of the video. So at the beginning there will be 1 circle, at the end there will be 6. For some reason I can only figure out how to make one of these circles visible at a time. I've been googling and youtubing for the the past 2 hours and I can't find anything on how to do this?! It's very simple, i don't understand why I'm having such a hard time! Please help!

    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Insert a countdown timer in Keynote?

    Hello all,
    I'm sure this is an included feature that I just can't find somehow. I would like to insert a countdown timer into a slide. This seems pretty common; I've seen it done a lot. But I just can't find the Insert>timer link, or anything like it. And the iWork help file is forever searching and never going anywhere (second, embedded problem), so I can't search there.
    I tried the iPresentee thing, but it didn't download properly. Plus, it seems like a basic feature available for a presenter, especially since there's a timer included in the Presenter view.
    Any help would be appreciated. Thanks.

    d moon,
    Keynote does not provide any countdown timer features. You need to seek third parties for them.
    The iPresentee timers are a good start - their website provides a free "goodie" of timers in the form of a Keynote File where many choices of timers are available. Try downloading the file again or contact iPresentee for assistance.
    Each Timer is actually a Quicktime video clip. You select the one with the closest time range to your needs, copy it to your presentation and adjust the start point.
    Keynote > Inspector > Quicktime > Start & Stop controls

  • Adding a timer into videos using FCP?

    Does anyone know of a way to insert a timer into a video using FCP? I'll have some sports clips and I'd like to insert a small timer in the corner of the video (the type that would start at 0:00.00 and count up, beginning at an arbitrary point in the footage? I don't know of any.
    Thanks.

    I had this question a while back, needing something that would count down (really just arbitrary, as you could set it in reverse). I needed something that counted in just time through a multitude of clips, not really a TC thing. After searching hard, the best thing I came up with was just shooting a digital clock that can count down, put it in the corner of the picture, and could edit it just like video. Just sort of a 'plan-x' method.
    -Jack

  • How can I publish a project so that the link to embedded flv is not lost?

    When publishing an Adobe Captivate 3 project, the embedded flv file does not play.
    How can I publish a project so that the link to embedded flv is not lost?

    I am not really sure, if I understand you right. But try this:
    Don’t place a picture, but draw a box and use the "Fill" command to put a picture into it.
    (Don’t click onto the color swatch, but onto the blue link "Fill".)
    In this case responsivness should work.

  • How do i add a countdown timer in as3 that starts when the program begins?

    I also want it to remove everything that is on the stage when it reaches 0 and produce a Game Over screen.

    import flash.events.TimerEvent;
    import flash.utils.Timer;
    var countdown:Timer = new Timer (1000,TARGET_TIME);
    //after 60 Seconds every DisplayObject will be removed from stage
    const TARGET_TIME:int = 60;
    countdown.addEventListener(TimerEvent.TIMER, tick);
    countdown.addEventListener(TimerEvent.TIMER_COMPLETE, gameOver);
    function tick(e:TimerEvent):void {
        //this will count upwards 1.2.3.4....
        trace(e.currentTarget.currentCount);
    function gameOver(e:TimerEvent):void {
        // this function will remove all DisplayObjects from your Stage
        // starting from the top
        //It will not remove shapes or anything the user might have drawn on the stage
        //just things that are accessible to ActionScript (Sprites, MovieClips)
        for (var i:int = this.numChildren-1 ; i >= 0; i--) {
            removeChildAt(i);
    //countdown will start only if you call it explicitly
    countdown.start();

  • Is there a countdown timer that keeps the display from dimming?

    I love the iPhone's countdown timer, but after a bit of time the screen dims and eventually shuts off. Is there an app with a countdown timer that keeps the display alive for a long duration of time?

    Hi Phil.
    I'm using Scott Spendolini's Download to CSV using a before header process to generate the CSV on a page branched to from a button on a previous page. The file takes about a minute to generate before the Save Dialog appears. I'd like to display a spinner graphic until the Save dialog appears whenapex_application.g_unrecoverable_error := true;
    is hit on the before header proc on the called page. Any suggestions would be appreciated.>
    For how to display progress see https://forums.oracle.com/forums/search.jspa?threadID=&q=display+progress&objID=f137&dateRange=last90days&userID=&numResults=15&rankBy=10001
    If you want the animated image , as your post title seems to suggest, try http://ajaxload.info/
    Cheers,

  • How to make a Countdown timer Script for Live Streaming

    I have flash media server...
    Here's a Scenario:
    User wants to do a Live broadcast.. But.. they don't want to
    just press record and have it starting Streaming Right that second.
    They need a Delay to prepare for their Live Broadcasts.
    Whats the best way for a script for a user to decide how much
    time delay they need before Recording Starts?
    Ideally it would look like this:
    There is a separate window that allows the user to set the
    Self-Timer which will give them time to get ready for their live
    broadcasts.
    User sets length of Time Delay: 30 seconds, 1 minute, 2
    minutes, or even up to 5 minutes.
    User presses Start Broadcast or Record Button to start
    streaming Live Video.
    Then.. the Countdown Timer starts... and it displays in Big
    Digits... the countdown on their screen... "3...2...1...
    Broadcasting Live Now!"
    How would I do this?
    Hope someone can help

    Open the widget library panel and follow the link to Adobe Muse Exchange.
    There you find a fine little widget collection, named Andrews Prototypes.
    Load it, double-click the file, and in your library you will find a countdown widget.

  • Countdown timer for Captivate 5

    Hey! I'm trying to find two types of countdown timers. One that would display during a slide and the other that can span a few slides (i.e. you have 5 minutes to do the questions on these 3 slides). Anyone know of any widgets like this? I saw the following timer, but it seems to be for Captivate 4 - http://forums.adobe.com/click.jspa?searchID=5036774&objectType=2&objectID=2505616
    I guess for the first timer, I could simply have the user look at the countdown timer at the bottom of the screen....
    Thanks for any suggestions.

    Hello,
    I'm preparing a blog post on the default widgets that come with CP5, but lack of time... Hope to make it this week.
    Anyway there is an interesting widget 'Timer' included. You can set a maximum, let it count up or count down, put it in analog or digital mode etc.
    If you put the widget on a master slide the counter will restart for each slide. If you put it on a slide and set it to display for the rest of the project, it will continue timing. As you can hide any object on a later slide using an action or an advanced action, this is the way to go if you want a timer for a sequence of slides. I blogged about Hiding objects, here is the link:
    Playing Hide-and-Seek
    You can also create a custom timer by using the system variable cpInfoElapsedTimeMS. Tried to explain that workflow in another blog post (was for a Quiz, but is also possible for any other slide):
    Quiz slide showing elapsed time
    Lilybiri

  • Hi all! I was updating the software on i pad to ios6, update was interrupted(apple update server is unavailable...). iTunes Diagnostics shows that "secure link to I tunes store failed". I use Windows 7 Home Premium 64 bit. Can anybody help please?

    Hi all! I was updating the software on i pad to ios6, update was interrupted(apple update server is unavailable...). iTunes Diagnostics shows that "secure link to I tunes store failed". I use Windows 7 Home Premium 64 bit. Can anybody help please?
    The following was done so far:
    1. Windows Firewall - new rule created for itunes.
    2. iTunes - latest version installed.
    3. LAN setting : automatic detection of proxy is enabled;
    4. iTunes diagnostics shows:
    Microsoft Windows 7 x64 Home Premium Edition (Build 7600)
    TOSHIBA Satellite L655
    iTunes 11.0.2.26
    QuickTime 7.7.3
    FairPlay 2.3.31
    Apple Application Support 2.3.3
    iPod Updater Library 10.0d2
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.1.0.13
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 003FB880034B7720
    Current user is not an administrator.
    The current local date and time is 2013-04-23 11:01:14.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) HD Graphics
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 11.0.2.26 (x64) is currently running.
    iTunesHelper 11.0.2.26 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:          {1CB5BBC2-8124-4664-899A-CE0A4683E3B4}
    Description:          Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC
    IP Address:          0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:          0.0.0.0
    DHCP Enabled:          Yes
    DHCP Server:
    Lease Obtained:          Thu Jan 01 08:00:00 1970
    Lease Expires:          Thu Jan 01 08:00:00 1970
    DNS Servers:
    Adapter Name:          {8140112A-43D0-41D6-8B36-BE146C811173}
    Description:          Atheros AR8152/8158 PCI-E Fast Ethernet Controller (NDIS 6.20)
    IP Address:          10.5.7.196
    Subnet Mask:          255.255.0.0
    Default Gateway:          10.5.0.1
    DHCP Enabled:          Yes
    DHCP Server:          172.18.255.2
    Lease Obtained:          Tue Apr 23 10:14:40 2013
    Lease Expires:          Tue Apr 23 22:14:40 2013
    DNS Servers:          121.97.59.7
                        121.97.59.2
                        121.97.59.3
    Active Connection:          LAN Connection
    Connected:          Yes
    Online:                    Yes
    Using Modem:          No
    Using LAN:          Yes
    Using Proxy:          No
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was unsuccessful.
    The network connection timed out.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    Last successful iTunes Store access was 2013-03-22 10:05:31.
    @@@. iTunes IS ENABLED THROUGH THE FIREWALL , even though diagnostics says "NOT enabled"

    hours after the first post i somehow got this to work. dont know how, but i do tried the dns clear cache, the clear host file, oh and i did the check automatically detech dns AND THEN se-check it again before i got this to work.

  • When I click on a link in an RSS feed it used to indicate that I'd viewed that particular link by changing the icon to the left of the link. It doesn't do that anymore. [SOLVED]

    When I click on a link in an RSS feed it used to indicate that I'd viewed that particular link by changing the icon to the left of the link. It doesn't do that anymore. This started happening right around the time I updated to Firefox 4, but may have been a little before that too. For some things, like news and web comics it's just a little annoying. For important things like looking for new journal articles for my job, it literally makes my job more difficult. So fixing this would make my day.

    I seem to have solved my own problem. When I disabled the add-on "Tab Renamizer" everything started working fine.

  • How can I make a countdown timer using After Effects

    I'd like to make a video that has a timer that counts down one second at a time. I need one starting at 5:00 (five minutes). Is there a way to easily do this in After Effects without having to manually change the text every second?
    Thanks.

    I'm glad that you found a solution, but I thought that you might appreciate a suggestion of another approach.
    Colin Braley provides a tutorial and example project on
    his website that show how to use an expression on the Source Text property to animate text to overcome some of the limitations of the Numbers effect.
    There's a similar example in the
    "Example: Animate text as a timecode display" section of After Effects Help.
    Here are some Community Help searches that can lead you to some ideas, too:
    Community Help search for 'countdown timer'
    Community Help search for 'digital countdown timer'

  • Countdown Timer Error Msg: "Warning: 1090: Migration issue"

    Hey folks,
    New to Flash here (using CS3), trying to create a countdown
    timer.
    Following is the error message I receive when trying to test
    the
    movie:
    "Warning: 1090: Migration issue: The onEnterFrame is not
    triggered
    automatically by Flash Player at run time in ActionScript
    3.0. You
    must first register this handler for the event using
    addEventListener
    ( 'enterFrame', callback_handler).
    Does anyone know what this means? And please "dumb it down"
    for this newbie. :)
    Following is the actionscript I'm using:
    this.onEnterFrame = function() {
    var today:Date = new Date();
    var currentYear = today.getFullYear();
    var currentTime = today.getTime();
    var targetDate:Date = new Date(2007,5,10);
    var targetTime = targetDate.getTime();
    var timeLeft = targetTime - currentTime;
    var sec = Math.floor(timeLeft/1000);
    var min = Math.floor(sec/60);
    var hrs = Math.floor(min/60);
    var days = Math.floor(hrs/24);
    sec = String(sec % 60);
    if (sec.length < 2) {
    sec = "0" + sec;
    min = String(min % 60);
    if (min.length < 2) {
    min = "0" + min;
    hrs = String(hrs % 24);
    if (hrs.length < 2) {
    hrs = "0" + hrs;
    days = String(days);
    var counter:String = days + ":" + hrs + ":" + min + ":" +
    sec;
    time_txt.text = counter;
    Thanks in advance!!!

    It just means that you can't do things the "old" way. You
    have to use the
    AS3 event model, like so:
    this.addEventListener("enterFrame", enterFrameHandler);
    function enterFrameHandler(evt:Event) {
    var today:Date = new Date();
    var currentYear = today.getFullYear();
    var currentTime = today.getTime();
    var targetDate:Date = new Date(2007,5,10);
    var targetTime = targetDate.getTime();
    var timeLeft = targetTime - currentTime;
    var sec = Math.floor(timeLeft/1000);
    var min = Math.floor(sec/60);
    var hrs = Math.floor(min/60);
    var days = Math.floor(hrs/24);
    sec = String(sec % 60);
    if (sec.length < 2) {
    sec = "0" + sec;
    min = String(min % 60);
    if (min.length < 2) {
    min = "0" + min;
    hrs = String(hrs % 24);
    if (hrs.length < 2) {
    hrs = "0" + hrs;
    days = String(days);
    var counter:String = days + ":" + hrs + ":" + min + ":" +
    sec;
    time_txt.text = counter;

Maybe you are looking for

  • Dynamic Filename in Fileadapter

    Hi all, I like to use the new feature (SP15) of the "Adapter Specific Message Properties" but with out success. I have read Michaels Blog "XI: The same filename from a sender to a receiver file adapter - SP14" but it give me not a clue how to use the

  • How do add column to a Crystal report 8.5

    Post Author: Jsantos CA Forum: Data Connectivity and SQL Hi guys, I would like some help. I have  a VB Form in VB 6 that call a report made in Crystal report 8.5 and I want add a column of a SQL Server 2000's table inside this report called reportSal

  • Log rotation problem

    We are running WLS 8.1.4 and have had a recurring problem with log rotation for quite a long time. It has happened on every machine we've used, running both Windows 2000 and XP. What we want to do is have our logs roll nightly, but it seems that no m

  • When to use WAITFOR?

    Hi all, I'm in doubt whether to use WAITFOR RECEIVE in my activation SP or not. Actually I'm confused if WAITFOR is necessary in case I have activation SP or just RECEIVE is enough inside it. Any help would be greatly appreciated. Leila

  • BW Connectivity in 1.17

    The latest release of Lumira (1.17) now has the option to connect online to BW queries. As Lumira and PA are now supposedly sharing the same release strategy again I was expecting to see this option available in PA 1.17 as well, but no luck unfortuna