I am using a flash component, exported into a .swc. These components are
all containers, with content areas, and in the flex code I put dynamic
images into the content area.

 

This works great! But recently, this suddenly broke. Instead of
rendering the content areas, it just renders a "Fx" symbol with a gray
background. This is what the content area looks like in flash, but
should always be invisible in Flex (not sure if I can attach images to
show exactly what I mean on here?).

 

So the weird thing was, the code doing this was never touched, and that
swc was never changed.

 

Finally tracked it down to reverting a completely unrelated, with no
overlap, different .swc in the project. If this *different* .swc is
compiled in, then it breaks ALL of the containers used in the other
.swc. I examined it very closely for naming conflicts and there are
none. I don't see any kind of error message anywhere (not sure where I
would see it though). Ive even stripped the "broken" .swc completely
clean and it still causes the problem.

 

Any clues out there to what this could be?

 

-Christopher

 

Reply via email to