Thanks for the answer Fabrice, I think I am. I've replaced playerglobal.swc in the SDK with flashplayer_inc_playerglobal_022711.swc (under the 'playerglobal.swc' name). How can I test/make sure ? Also, would Away3D still compiled without the right playerglobal.swc file ?
On Feb 27, 9:41 pm, Fabrice3D <[email protected]> wrote: > you do not compile using the right global swc > > fabrice > On Feb 27, 2011, at 9:54 PM, George Profenza 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 ?
