It's odd that you would get an error because of the missing LZMA
decoder. Where did that error originate (that is, from where was that
class referenced)? Do you get this error in the latest revision?


Cheers
/R

On Feb 27, 9:54 pm, George Profenza <[email protected]> wrote:
> 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