Hello,

I've downloaded broomstick from the googlecode trunk, got Flash Player
11 and FlexSDK 4.5.0.19786.
Had an error with the AGALMiniAssembler class in FDT:
"File could not be parsed. AGALMiniAssembler.as"
I've split the file into multiple files (so the OpCode, Register and
Samper live in separate files)
and that fixed the error.

Then had an error because of the lzma decoder was missing.
Got apparat and added the swc and that fixed that part.

Had an error with the ColladaParser, so being lazy, I replaced the
file with a blank class (noticed most examples use OBJ anyway), but
still haven't managed to run an example. This runtime error keeps
showing up:

[code]
TypeError: Error #1006: supportsData is not a function.
        at away3d.loading::AssetLoader/getParserFromData()
        at away3d.loading::AssetLoader/parseData()
        at ResourceLoadSession/retrieveDependency()
        at ResourceLoadSession/retrieveNext()
        at ResourceLoadSession/parse()
        at away3d.loading::ResourceManager/parseResource()
        at away3d.loading::ResourceManager/parseData()
        at SSSShadingTest()
[/code]

Any hints ?

Reply via email to