Hi.
Some of of you, with flash cs4, probably knows this one.
This is not a 3D problem, but working with huge library like away3D
can lead to this issue
The fact is that you're running out of place :
generated whenever working with large .fla files that make use of
rather large amounts of code...
You can also get a blanck swf..
This is my case.
I found many solutions but none of them worked then
I increased Java tools option to many higher size by creating an
environment.plist file and addin this:
{
“JAVA_TOOL_OPTIONS” = “-Xmx1024m”;
}
But I'm still havin issue, and can't help find a solution...
Note : osX 10.5.6, flash cs4...
thanks for your usefull experience !