I need to know how to skip a node in xml based on the date.
I have an xml file that houses 2 swf movies:
[xml]
<?xml version=“1.0” encoding=“utf-8” standalone=“yes”?>
<scenes>
<first>
<scene>movie1.swf</scene>
<caption>soccer</caption>
</first>
<second>
<scene>movie2.swf</scene>
<caption>soccer</caption>
</second>
</scenes>
[/xml]
and I want flash to skip the second movie based on what day it is.
if anyone can help me with this I’d appreciate it.