XML Error
I looked at your SWF file, and to see the name of your XML file
xmlfile = "tree_nested.xml";
You have it in the images directory but if you look at the XML file, you appear to have a problem
Required white space was missing. Error processing resource 'http://www.deals-on-deals.com/xcart/skin1/images/tree_nested.xml'. Line 26, Position 22
<TREE ACTION="URL"LINK="http://www.macromedia.com" TARGET="_self">27in.- 36in.</T
You need a space between "URL" and "LINK. Try that.
|