Hi there!
I ran into this error when executing the Loader3DSTest.as and i cant get past it.
[Fault] exception, information=Error: Error #2032: Stream Error. URL: assets/models/f360.3ds
Im using FlashDevelop and the latest version of away3D broomstick engine and examples found in the trunk of github.
The same error appears when i try to use the LoaderMD5Test.as
[Fault] exception, information=Error: Error #2032: Stream Error. URL: assets/hellknight/hellknight.md5mesh
But no errors occur when i try the LoaderOBJTest.as and i can see the head rotating normally.
I tried to put a very permissive crossdomain.xml everywhere with no success
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" secure="false"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
</cross-domain-policy>
Anyone can help me here?