hi!
well, i am puttin together a calendar in flash, as it is ending up on a windows server in ASP, so the lovely PHP calendars wont work.
I have been using the code from:
http://www.thecodebehind.com/code/flash/actionscript/flash-calendar.aspx
to get the months and days working, and have todays date highlighted.
Now i need to work out a way that i can set this up to call a flash movie onto a higher level which contains the events of the day you click on.
Such as:
Because the dates are determined and inserted via AS, im not sure how to set this up, or if it is even possible…
I figure i have seen enough calendars out there that something must be possible, but i don’t even know where to start. I have attached the FLA and an SWF, if anyone could help you get my massive thanks in advance, and some more later on too!
I’m thinking something like when you click, the calendar requests te information for Day, Month, and Year, and then loads a SWF that relates to that data. Say, if the Day =12, Month = 8, and Year = 2006, then it loads the SWF ‘1282006.swf’. does that sound possible?