Just been trying to get my head around why when I trace my XML object I’ve been getting this info flex (which is the contents of the directory the swf) strangely I deleted the rydercup folder a few hours ago, and there should be a DocumentClass.as file in there…
My xml data = 300: file:///K:/WAG%20Kiosk/bin-debug/tourism/outdoor/golf/
200: filename content-length last-modified file-type
201: content.xml 476 Fri,%2018%20Apr%202008%2011:11:33%20GMT FILE
201: default.fla 46080 Fri,%2018%20Apr%202008%2011:24:03%20GMT FILE
201: default.swf 5436 Fri,%2018%20Apr%202008%2011:29:55%20GMT FILE
201: images 0 Fri,%2018%20Apr%202008%2008:13:14%20GMT DIRECTORY
201: images.xml 339 Wed,%2016%20Apr%202008%2010:53:11%20GMT FILE
201: rydercup 0 Fri,%2018%20Apr%202008%2008:13:13%20GMT DIRECTORY
Couldn’t understand for a while why it was showing the directory of my files with all this info instead of my content.xml file.
I figured it out in the end, I forgot to load the actual xml file I just loaded the directory into it.
Am I correct in thinking that this sort of behaviour should cause an error?
Still think its kind of cool though being able to see inside the directory. Just thought i’d share.
Any thoughts on why any of this seems to happen would be good.
Dave