Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
The swc file was created using Blaze and contains a button that has a movie clip with a filter applied. When the generated swc file is used by mxmlc the following error is produced
Error: unable to load SWC /Users/Shared/flex/bugs/foobar.swc: symbol 65282 not defined
If you try and use swfdump on the swc you get this error:
Exception in thread "main" java.lang.IllegalArgumentException: symbol 65282 not defined
at flash.swf.Dictionary.getTag(Dictionary.java:172)
at flash.swf.TagDecoder.decodeButtonRecord(TagDecoder.java:2140)
at flash.swf.TagDecoder.decodeDefineButton2(TagDecoder.java:1273)
at flash.swf.TagDecoder.decodeTag(TagDecoder.java:285)
at flash.swf.TagDecoder.decodeTags(TagDecoder.java:169)
at flash.swf.TagDecoder.parse(TagDecoder.java:119)
at flash.swf.tools.SwfxPrinter.dumpSwf(SwfxPrinter.java:2184)
at flash.swf.tools.SwfxPrinter.dumpZip(SwfxPrinter.java:2141)
at flash.swf.tools.SwfxPrinter.main(SwfxPrinter.java:2096)
If you try and use the component in Blaze you will not be able to place the component in an application. Dragging the component from the "Components" panel into the application will cause nothing to happen.