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].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to