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 cssits not supported in flex3?
How to load runtime image in cssI'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