Hi all, If you have exported from Prefab to Away3D regular more meshes in a class, you might have encounter some strange issues or... not at all. (thats the crunchy part)
In some very specific cases you would either see nothing or get loads of errors like a bitmap being null... first issue is fixed while the second is catched only. The embed tag is behaving on CS4 very strangely, where flashdevelop fails on missing "/" in path, CS4 compiles just fine but serves you a null bitmapdata, and causes Away to complain for the missing data. Tests I've done show a constant failure like 2 or 1 on 3, in short multiple embeds in CS4 == chances of failure. So both svn classes and Prefab were updated to adress these. You'll get a nice fat string error at dev time, but it will no longer crash your app and let you search hours for an issue not even in (y)our reach. Fix for the eventual missing data is to apply by hand the material or play with embed order, files... say gambling... Again this issue was reported and comfirmed on Flash CS4 only. Compiling using other compilers so far known goes just fine. Fabrice
