show/hide this revision's text 4 Made the question more relevent to the underlying issue

Flex Runtime CSS swf throwing fails silently when Flex application is loaded by a supressed runtime error on the web onlynon-Flex application

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');
show/hide this revision's text 3 Found the source of the problem

I have a CSS swf that is working fine in a local application, but when it is loaded by a web-based application, the CSS fails silently. After running it through the debugger, 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 error.

method not implemented mx.core::IFlexDisplayObject/mx.core:IFlexDisplayObject::setActualSize()
   over-binding 0 in GlobalStyle__embed_css__319796825

accessor not implemented mx.core:IFlexDisplayObject::measuredHeight
   over-binding 0 in GlobalStyle__embed_css__319796825

accessor not implemented mx.core:IFlexDisplayObject::measuredWidth
   over-binding 0 in GlobalStyle__embed_css__319796825

method not implemented mx.core::IFlexDisplayObject/mx.core:IFlexDisplayObject::move()
   over-binding 0 in GlobalStyle__embed_css__319796825

So far nothing I've tried has resolved this. Has anyone encountered this issue before?

Update

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 the same codebase, I can only assume this is a Flash Player error and not from the Flex framework.

I'm trying 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 skin. For example:

Button.minus
{
    skin: Embed(skinClass='MinusButton');
}
show/hide this revision's text 2 Found a clue in Tamarin

I have a CSS swf that is working fine in a local application, but when it is loaded by a web-based application, the CSS fails silently. After running it through the debugger, 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 error.

method not implemented mx.core::IFlexDisplayObject/mx.core:IFlexDisplayObject::setActualSize()
   over-binding 0 in GlobalStyle__embed_css__319796825

accessor not implemented mx.core:IFlexDisplayObject::measuredHeight
   over-binding 0 in GlobalStyle__embed_css__319796825

accessor not implemented mx.core:IFlexDisplayObject::measuredWidth
   over-binding 0 in GlobalStyle__embed_css__319796825

method not implemented mx.core::IFlexDisplayObject/mx.core:IFlexDisplayObject::move()
   over-binding 0 in GlobalStyle__embed_css__319796825

So far nothing I've tried has resolved this. Has anyone encountered this issue before?

Update

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 the same codebase, I can only assume this is a Flash Player error and not from the Flex framework.

I'm trying to figure out the scenario by looking at the Tamarin source code, but it's completely uncommented.

show/hide this revision's text 1