Quote:
Originally Posted by Ammit
Sorry but how the hell did you work that one out, study it and you will see different varients within it.
|
Hi,
It's not that difficult actually ... if you look at the source code of the file.
There is a hidden paragraph:
<p>We will destroy your four pillars, brand your preferiti and sacrifice them on the altars of science...and then bring your church down upon you. Vatican City will be consumed by light.</p>
This is a javascript way to load the Flash movie object:
<script type="text/javascript">
var so = new SWFObject("countdown.swf", "mymovie", "100%", "100%", "8", "#000000");
so.addParam("scale", "noscale");
so.addParam("allowScriptAccess", "always");
so.addParam("quality", "high");
so.write("flashcontent");
</script>
With the addParam you can set several variables ... although it is not applied here you could set variables differently for
e.g. each visitor or country etc.
Cheers
P.S. after studying the countdown more precisely I saw later that it is not a 'big' number but the dots are day.hours.minutes.seconds separators