The second code example is actually: <mx:Image source="@Embed (source='org/ets/main/code/view/assets/images/logo.swf')"/>
The issue still exists. -TH --- In [email protected], "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > > Noticed something interesting. This works: > > <mx:Image source="org/ets/main/code/view/assets/images/logo.swf"/> > > When I embed the swf, like this, I get an unable to resolve ... for > transcoding error: > > <mx:Image > source="@Embed (source=org/ets/main/code/view/assets/images/logo.swf')"/> > > However, if I add the full path to the swf, it works: > > <mx:Image source="@Embed(source='c:/Documents and Settings/Tim/My > Documents/Flex/ets/org/ets/main/code/view/assets/images/logo.swf')"/> > > The same thing happened when I tried the class method and CSS. It's not > a big deal, but a little confusing. > > -TH > ------------------------ Yahoo! Groups Sponsor --------------------~--> Great things are happening at Yahoo! Groups. See the new email design. http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

