Yes :
Button{
corner-radius: 0;
border-style: solid;
border-color: #FFFFFF;
border-thickness: 2;
up-skin: Embed(source="assets/slideshow/btnBleu.jpg");
over-skin: Embed(source="assets/slideshow/btnOver.jpg");
color: #FFFFFF;
font-size: 10px;
}
--- In [email protected], "luvfotography" <[EMAIL PROTECTED]> wrote:
>
> For an image, can I set the source in css?
> ie.
> <mx:Image id="myimage" source="@Embed(source='../mypic.png')" />
>
> can I move the source to the css?
>
> or is there another way to do this?
>