I have compiled a CSS swf that is working fine in a local file which includes embedded skins for my Flex application. In our download product, but when it is loaded by this CSS works fine. On the web, a web-based non-Flex container is loading the Flex application, and the CSS fails silently.After running it through
When the debuggerapplication is debugged, I found this was being traced out.
A quick Google and leafing through Adobe's documentation hasn't turned up a single mention of this the following runtime error can be seen in the trace output, but is not raised as an exception.
So far nothing I've tried has resolved this. Has anyone encountered this issue before?
This must be coming from the AVM itself, because I found this exact error is dispatched by Tamarin under certain circumstances, as well. Since Tamarin and AVM2 are based on
Now that I've determined the same codebaseactual problem, I can only assume this is a Flash Player error and not from I've editted the Flex framework.
I'm trying question to figure out the scenario by looking at the Tamarin source code, but it's completely uncommented.
Update
I tracked down the source of the problem. The error only disppeared when I removed every CSS entry that embedded a skinbe more useful and direct.For example:
skin: Embed(skinClass='MinusButton');