justinvz123
07-17-2008, 07:32 AM
Hi,
I am fairly new to this coding business, but I have a problem I cant quite figure out!
It is a Flash Calendar that gets its event data from an xml file.
All I want to do is add more events to 2009, but it doesnt seem to work... Is there a problem with my XML code?
EG.
<calendar type="folder">
<year type="folder" number="2008">
<month type="folder" number="7" >
<day type="folder" number="8">
<picture pic=""></picture>
<text txt="Booked from 1pm onwards. Available for morning wedding."></text>
<link txt="" lnk=""></link>
</day>
</month>
<month type="folder" number="11" >
<day type="folder" number="6">
<picture pic=""></picture>
<text txt="Booked from 12pm onwards. Available for morning wedding"></text>
<link txt="" lnk=""></link>
</day>
<day type="folder" number="20">
<picture pic=""></picture>
<text txt="Booked from 12pm onwards. Available for morning wedding"></text>
<link txt="" lnk=""></link>
</day>
</month>
</year>
</calendar>
Any suggestions? Any help would be much appreciated!!!
you can download the source files here (http://www.dynamicgs.com.au/client/calendar/calendar.zip)...
I am fairly new to this coding business, but I have a problem I cant quite figure out!
It is a Flash Calendar that gets its event data from an xml file.
All I want to do is add more events to 2009, but it doesnt seem to work... Is there a problem with my XML code?
EG.
<calendar type="folder">
<year type="folder" number="2008">
<month type="folder" number="7" >
<day type="folder" number="8">
<picture pic=""></picture>
<text txt="Booked from 1pm onwards. Available for morning wedding."></text>
<link txt="" lnk=""></link>
</day>
</month>
<month type="folder" number="11" >
<day type="folder" number="6">
<picture pic=""></picture>
<text txt="Booked from 12pm onwards. Available for morning wedding"></text>
<link txt="" lnk=""></link>
</day>
<day type="folder" number="20">
<picture pic=""></picture>
<text txt="Booked from 12pm onwards. Available for morning wedding"></text>
<link txt="" lnk=""></link>
</day>
</month>
</year>
</calendar>
Any suggestions? Any help would be much appreciated!!!
you can download the source files here (http://www.dynamicgs.com.au/client/calendar/calendar.zip)...