Today I propose an interesting variant of the "classic" analog clock in Flash. This version contains a transition tween start of the movie. I was inspired to Gadgets in Windows Vista that does, in fact, this beautiful effect at startup.
The code is written in Actionscript 2.0 and has been compiled with the new Adobe Flash CS3. This demonstrates that the new CS3 suite is fully compatible with previous versions of Flash, an extremely important point for those who have decided to consider the product update.
For the source click here .
Analog Clock in Flash
Loading Flash ...










undolog  »Blog Archive » Analog Clock in Flash ...
Today I propose an interesting variant of the "classic" analog clock in Flash. This version contains a transition tween start of the movie. I was inspired to Gadgets in Windows Vista that does, in fact, this nice effect to ...
Hello ... I'm venturing a few days with wordpress. It is possible and if so, how do I put the clock in the sidebar of my blog?
thanks
Lucio
@ Lucio: If you're referring to the clock of this article in Adobe Flash, you can basically put it anywhere you want. If you want to insert it into your sidebar:
1. copy the movie. swf on your server
2. edit the file sidebar.php on your theme
3. insert the html code to view the movie, for example:
2
3
4
5
6
7
8
9
"movie" value = "myContent.swf" / > < param name = "movie" value = "myContent.swf" />
<!--[ If! IE ]>-->
"application/x-shockwave-flash" data = "myContent.swf" width = "780" height = "420" > < object type = "application / x-shockwave-flash" data = "myContent.swf" width = "780" height = "420">
p > < p > Alternative content </ p >
<!--[ If! IE ]>-->
</ object >
<!--<! [Endif] ->
</ object >