I have experienced something similar & think it is to do with the
different paths for design view vs runtime view.

Runtime uses the assets in the bin folder while compilation & design
view use the assets relative to the project folder. 

Just check that assets are found in both. Alternatively you could
change the file path to /resources/flashcs3/PhotoAppTheme.swf' - which
should indicate the root folder. I have found this not to always work
though.

Cheers
Tracy

--- In flexcoders@yahoogroups.com, "tdf0wler" <[EMAIL PROTECTED]> wrote:
>
> 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
>


Reply via email to