Friday, March 26, 2010

How to load runtime image in css

is there a way to load runtime image in css like

.myButton {

?icon : 'http://example.com/button.png';

}

instead of embeding image

.myButton {

?icon : Embed(source='button.png');

}

How to load runtime image in css

its not supported in flex3?

How to load runtime image in css

I'm not sure how using CSS tag but, there is a workaround.

What exactly are you trying to do?

BaBo,

No comments:

Post a Comment