PDA

View Full Version : How to achieve this type of calender in AS3



adnan794
November 22nd, 2009, 06:42 PM
Hi

Can anyone give any pointers on how to develop something like this in AS3

http://joobili.com/

Thanks

Ad

a tadster
November 22nd, 2009, 06:49 PM
the actual swf is pretty straightforward, just the graphics on a timeline that move with Month clicks and drags.
The changing of the pictures below can be done with the ExternalInterface. I do the same kind of thing on my site, the flash calls out to javascript via the exteranl interface, which changes html content on the page.

adnan794
November 23rd, 2009, 05:21 AM
Hi thanks for your reply/

Yes it is making java script calls I can;t get me head around how to know when you stop dragging which day you are on and like wise when you click a month how to tell the draggable movie to jump to that instance or place.