Im quite new at this stuff so bear with me…
I modified a calendar off of flashkit.com. It can be seen here (dont worry, i credit the author on my site).
The calendar uses XML to display data. When you click on a certain day of the month, info is loaded from a node in the XML file and displayed in a different part of the calendar movie. So if i click on Sept 4, 2004 it will display whatever is loaded into the XML file (ie. “8:00AM meeting at office”). The XML is easily updateable and great.
However, I was wondering if there is any way that a form can modify my XML file. What I mean to say is that when users log on to a secure section of my site, I want them to have access to a form which will update the XML file and thus update the calendar. That way they can write in events and meetings in the form, hit enter, and the calendar will display thier information.
Is this possible? Am I thinking about this the wrong way? Are there easier solutions for achieving something similar to this?