Similar flash components
Daylight Saving Time...
This clock displays the hour of different XML based... read more
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?
Get 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!





Products RSS Feed
Follow us on twitter
support@flabell.com
ariisom
on 27/11/09
But i want to integrate the timer in another Flash project i'm making and i don't know how.
Please help me.
Thanks.
Andrei Potorac
on 28/11/09
Neo Anderson
on 21/12/09
on 2/1/10
quasiheros
on 30/12/09
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)
on 2/1/10
Kent Pletcher
on 18/2/10
Question...I need this to have no background...how can I do this?
on 19/2/10
If you need assistance from our Development Team, please purchase a support ticket and contact us at support. We'll do it for you. ;)
Hugo Hellberg
on 27/2/10
I have one problem, how do I re-size the countdown timer?
on 22/3/10
AS you can see we made today an update.
Now the component is fully resizable.
Please re-download the product
Cheers
johndoeherty
on 17/3/10
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
on 22/3/10
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/&xmlPath=xml/settings.xml&timeLeft=<?php echo $timerMiliseconds; ?>&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.
Andrei Neamtu
on 22/3/10
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
johndoeherty
on 23/3/10
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
vcan tante
on 25/4/10
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"
on 26/4/10