Hi! I'm trying to load a collada file. I'm using this tutorial http://www.bukisa.com/articles/47520_away3d-programming-tutorials-getting-started wich works perfectly with two others collada files. But when I try to load a collada file exported fron 3D Studio Max I can't see anything.
If I do this: ColladaXML = ConvertToXML(MyColladaModel); trace(ColladaXML ); I see just numbers instead of a xml format content. I don't know if this happens because the away3D Collada class has some limitations that I must follow, or because I'm dong something wrong when I export the file. The collada file I try to load is this one: http://www.sendspace.com/file/spv7ov Any help? Irati
