I realize this may be kind of a silly problem, but I keep running into this error that comes from flash CS5 reading “Parsers” as if it’s a variable. I’ve tried all combinations of imports and I don’t seems to be able to get flash to recognize them properly. Any thoughts?
import away3d.loaders.parsers.Parsers.ALL_BUNDLED;
import away3d.loaders.parsers.Parsers.*;
import away3d.loaders.parsers;
Parsers.enableAllBundled();
ReferenceError: Error #1065: Variable Parsers is not defined.
at internal_fla::MainTimeline/frame1()
Thank you very much.
Jason