RE: [flexcoders] Re: SWC generates server error

2005-05-04 Thread Roger Gonzalez
So even if I discover that the version numbers of my SWC are too high, what should I do about it thanks, erik. It pretty much just means that there is a configuration error somewhere. In theory, they should be identical. The two cases we've designed for are all SWCs were built from

RE: [flexcoders] Re: SWC generates server error

2005-05-03 Thread Roger Gonzalez
You may be a simple flash developer, but if you're going to mix-n-match flex and flash, you need to become a guru. :-) Rats, I didn't display the version in the tool? Argh! But actually you can see the results of the version comparison by looking at source of __Packages.mx.core.UIObject in the

RE: [flexcoders] Re: SWC generates server error

2005-05-02 Thread Roger Gonzalez
Erik- I suggest you try the following: 1) Turn on the generate-compile-report option in your config file. This will cause an app-report.xml file to be generated. 2) Read my linker/loader article on Macromedia devnet. Skip by all that boring text, but extract out the compile report tool.

RE: [flexcoders] Re: SWC generates server error

2005-04-27 Thread Roger Gonzalez
I think someone else already posted the answer. The Flash version of the framework classes are different than the Flex version. You need to register the Flex version of the classes into Flash (this is complicated, but see the docs, they're pretty extensive on this). All SWCs in your libpath