Does anyone have any insight or a workaround for a problem regarding embedding external swf symbols in mxml files and being able to view said symbols in the design view? We have code like the following:
<mx:Image height="20" right="6" width="20" top="6" id="columnViewActivate"> <mx:source>@Embed(source='../resources/flashcs3/PhotoAppTheme.swf', symbol='ColumnViewActivateButton')</mx:source> </mx:Image> When we view the mxml in design view the symbol doesn't appear. Has anyone run into a similar problem? Thanks, Thomas

