Still trying to figure this out. Here is part of the error message:
/Documents/perforce/marketing/Events/2014/vRack/Flash/3D products/src/products.as, Line 1, Column 1 1120: Access of undefined property products_PSONEModel.
/Documents/perforce/marketing/Events/2014/vRack/Flash/3D products/src/products.as, Line 1, Column 1 1120: Access of undefined property products_PSONEModel.
Here is where the offending PSONEModel is embedded/declared
public class products extends MovieClip {
[Embed(source = "/../embeds/psone-10G.obj", mimeType = "application/octet-stream")]
private var PSONEModel:
Here is an example of how it’s being called:
private function initObjects(): void {
Parsers.enableAllBundled();
AssetLibrary.loadData(new PSONEModel());
The program works in Flash CC but throws up 1120 errors all over the place with several of the variables like above.