Hi Ajantha,

Have a look at this link
http://cookbooks.adobe.com/post_Embedding_mp3_sounds_in_flex_css_stylesheets-12146.html

Hope this will help u.

Regards
Gagan Deep
On 8 July 2010 13:39, Ajantha Vijayasekharan <[email protected]> wrote:

> Hi ,
>
> I have got a lot of icons for an application and right now its embedded in
> the script tag
>
> eg:in my script tag i have
>
>         [Embed(source="/assets/icons/save_it_icon.png")]
>         [Bindable]
>         private var saveIcon:Class;
>
>
> in my flex component
>
> <mx:Image id="savePaneImg"
>             source="{saveIcon}"
>             buttonMode="true"
>             toolTip="Save comments"
>             click="doSave();" />
>
> How do i move this image source to css file for resusability across
> different components?
>
> Thanks ,
>
> Regards,
>
> Ajantha
>
>
>
> --
> Ajantha Vijayasekharan M.Sc (Electronic Media)
> Web Engineer, Rigging Artist, Multimedia Professional
> Phone: 9884374874
> Location: Chennai
>
> --
> 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]<flex_india%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/flex_india?hl=en.
>

-- 
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