Still doesn't work. Same error:
-----Original Message----- From: George Profenza Sent: Sunday, February 27, 2011 3:57 PM To: Away3D.dev Subject: [away3d] Re: Away3D 4.0 errors running examples.
@Brian, you might be missing a "-" symbol in front, like so: "-swf- version=13" instead of "swf-version=13", also, make sure you have the right SDK and playerglobal.swc file On Feb 27, 9:52 pm, "Brian Bosak" <[email protected]> wrote:
Got: command line: Error: unknown configuration variable 'swf-version' Use 'mxmlc -help' for information about using the command line. Build halted with errors (fcsh). Using FlashDevelop -----Original Message----- From: Fabrice3D Sent: Sunday, February 27, 2011 3:41 PM To: [email protected] Subject: Re: [away3d] Away3D 4.0 errors running examples. 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 ?
