Hi all. Pardon the newbie post, but hopefully somebody can help.
I just followed the setup tutorial posted here:
http://www.mclelun.com/blog/2011/08/flashdevelop-stage3d-away3d/
Now when I try to run or compile the example files (broomstick), I often get errors. For example in LightingTest.as, I get the following error:
C:Flashaway3d-away3d-examples-broomstick-20a270csrcLightingTest.as(90): col: 12 Error: Call to a possibly undefined method parseData through a reference with static type away3d.loaders:Loader3D.
I found a forum post:
http://away3d.com/forum/viewthread/1167/
... which says that renaming “parseData” to “loadData” could help. But this just led to another error:
C:Flashaway3d-away3d-examples-broomstick-20a270csrcLightingTest.as(90): col: 40 Error: Implicit coercion of a value of type away3d.loaders.misc:AssetLoaderContext to an unrelated type String.
Some of the other project files worked fine though, such as “DragTest.as”
Any ideas? Thanks!