What is the error that you are getting? Can you paste the exact error
message that Flex Builder throws?

Regards,
Venkat

On Wed, Sep 10, 2008 at 11:59 AM, kamal <[EMAIL PROTECTED]> wrote:

>
> Hi All,
> i usually getting this Error when compile the flex application, what
> does it means?
> consider the following code. my getting this error at
> (source="@Embed(source='logo.jpg')")
> image placed in the same directory. code seem to be right. why i'm
> getting this error. plz help me.
>
> <?xml version="1.0"?>
> <!-- controls\image\ImageResize.mxml -->
> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";>
>
>    <mx:Resize id="resizeBig"
>        widthFrom="22" widthTo="44"
>        heightFrom="27" heightTo="54"
>    />
>    <mx:Resize id="resizeSmall"
>        widthFrom="44" widthTo="22"
>        heightFrom="54" heightTo="27"
>    />
>
>    <mx:Image width="100%" height="100%"
>        source="@Embed(source='logo.jpg')"
>        rollOverEffect="{resizeBig}"
>        rollOutEffect="{resizeSmall}"
>    />
> </mx:Application>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to