[thelist] Flash 5 and XML

Scott Dexter sgd at ti3.com
Thu Nov 2 10:03:00 CST 2000


> 
> The "if (productXML.loaded)" always evaluates to false. Any 
> clues would be 
> appreciated.
> 
> XML Document....
> 
> <?xml version="1.0"?>
> <products>
> 	<item name="one" price="3" quantity="3"/>
> 	<item name="two" price="6" quantity="4"/>
> 	<item name="three" price="9" quantity="5"/>
> </products>
> 
> Flash 5 Code.....
> 

Not sure how sensitive the Flash's xml parser is, but I'd play around with
killing the <?xml...> tag and throwing in a space before the closing /> on
the item tags... or even using <item ...></item> instead. Poor ideas, I
know, but ideas all the same, right?

sgd




More information about the thelist mailing list