LOGIN Don't have an account yet?   Register

Forgot password?
 
Countdown Timer

Countdown Timer screenshot

Preview:   Downloads: 12379

Last update (1):Sun, Mar 21st 2010, 00:00

 

 
Search comments:

 
ariisom

ariisom

on 27/11/09

 
Ok i followed your posts and if i save index.html as index.php it works perfectly.

But i want to integrate the timer in another Flash project i'm making and i don't know how.

Please help me.

Thanks.
has downloaded icon
has support ticket icon
 
bobocel

Andrei Potorac

on 28/11/09

 
ariisom, please follow our video tutorial posted in the description tab. The only thing is you'll need to figure out how to pass the info from html to your flash project, and then pass it to the countdown timer.
has downloaded icon

 
Neo

Neo Anderson

on 21/12/09

 
Thank you for this simple yet elegant project! It may come handy soon!
 
Glad you like it! :)

 
quasiheros

quasiheros

on 30/12/09

 
Hi! Thank you for this nice script!

I need to use this countdown as a banner on top of a page, without any background and with a thin margin. I don't know how to change this. Could you help me ?

Thanks!

Loïc (from France)
 
Hi there. Sure thing, if you need to customize this component, please get in touch at [email protected] and we can talk about a project quote by email.
has downloaded icon

 
kent

Kent Pletcher

on 18/2/10

 
Andrei, I got this working by embedding the index.php into an html module in my joomla site. Using the Countdown to date up top in php file. Working great!

Question...I need this to have no background...how can I do this?
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 19/2/10

Kent, you need to position the component at 0 x 0, resize the stage, remove the background and compile.

If you need assistance from our Development Team, please purchase a support ticket and contact us at support. We'll do it for you. ;)
has downloaded icon

 
hugohellberg

Hugo Hellberg

on 27/2/10

 
Beautiful script!!!!

I have one problem, how do I re-size the countdown timer?
 
andrei.neamtu

has downloaded iconAndrei Neamtu

on 22/3/10

hugohellberg,

AS you can see we made today an update.
Now the component is fully resizable.
Please re-download the product

Cheers
has downloaded icon

 
johndoeherty

johndoeherty

on 17/3/10

 
Really nice component(s) and great support!!!

I do have one question though:

I would like to embed the file on a site that doesn't allow JS. It works fine and reads the xml from my server but of course, since the 'timeLeft' flash var is static, the timer always starts from the same time.

How would I go about changing the flash so it reads the 'timeLeft' var from the xml file? I'm thinking if I could point the flash to say xml.php I could dynamically create the timeLeft variable, no?

I would greatly appreciate any feedback or tips you could give me.

Best regards

JD
 
vlad.serban

has downloaded iconhas support ticket iconVlad Serban

on 22/3/10

Ok. That can be done easily.

Include this PHP snippet:
                
<?php 
$deadline = '2010/04/22 17:15';  // edit it with your deadline 
list($endDate,$endTime) = split(' ',$deadline);
list($endYear,$endMonth,$endDay) = split('/',$endDate);
list($endHrs,$endMin) = split(':',$endTime);
$now = strtotime("now");
$then = strtotime("$endMonth/$endDay/$endYear $endHrs:$endMin");              
$timerMiliseconds = ($then-$now)*1000; 
?>

                


then...

copy the following snippet embed object.
                
<object height="300" width="560" type="application/x-shockwave-flash" data="preview.swf?t=1269258485000" id="FlabellComponent" style="visibility: visible;">
<param name="allowScriptAccess" value="always">
<param name="allowfullscreen" value="true">
<param name="bgcolor" value="#ffffff">
<param name="flashvars" value="pathToFiles=timer/&amp;xmlPath=xml/settings.xml&amp;timeLeft=<?php echo $timerMiliseconds; ?>&amp;redirectURL=http://www.flabell.com">
</object>

                


Notice that the "timeLeft" variable is written with PHP.

Also, be sure that the file has ".php" extension and NOT .html/.htm

Let me know if that worked.
has downloaded icon

 
andrei.neamtu

Andrei Neamtu

on 22/3/10

 
NEW UPDATE:
The code of the component is organized as the new Flabell Standard(index.html, Sample.as).

The timer is now fully resizeable:
- control the component dimensions
- control the items(days, hours, minutes, secdonds) dimensions
- control the name's height

You can now control these colors:
- color of the background's stroke and fill
- color of the name's background
- color of the items background
has downloaded icon

 
johndoeherty

johndoeherty

on 23/3/10

 
@vlad.serban

Thanks for looking into this. Unfortunately, the place I'm embedding the component is not under my control (MySpace) so neither Javascript nor PHP will work.
I fixed it though by going into the action script and changing the timeleft variable there - works perfect now!
Thank a lot for this great stuff... now all I need is a fix for a caching problem with your voting component with the same source: since I can't add anything random to the request it's not updating the vote results... I'll move over to that thread and try my luck there ;)

Best regards
JD
has downloaded icon

 
vcantante

vcan tante

on 25/4/10

 
hi, i can't that the timer finish in the Dead time.

i change the line (even the index in the deploy folder) but no chenge the date.

always start in 3 days. what ca i do??/
"Sorry my english"
 
bobocel

has downloaded iconhas support ticket iconAndrei Potorac

on 26/4/10

Check FAQ #1.

Post a comment


Please login to join the discussions. Don't have an account? Register (it takes 30 seconds)


Similar flash components

Daylight Saving Time Clock

Daylight Saving Time...

This clock displays the hour of different XML based... read more


Flip Countdown Timer

Flip Countdown Timer

When you need to launch a product or a website, a timer that tells your... read more


General Videos

  • How to buy?
    watch movie
  • Embed a Flash Component in your Flash Project
    watch movie
  • How to embed a Flash Component in the same HTML page twice?
    watch movie
  • How to embed two different Flash Components in the same HTML page?
    watch movie

Showcase

Send us a link to the page you used this product on, and we'll post the link to your site on our blog if you customized it nicely.

Need support?

Support ticketGet a support ticket
read more

Share this

If you enjoyed this product, please consider sharing it via a social network, or leaving a comment. Thanks!