How can I load an image from a CSS file at runtime?  I can see how this is done 
for the background image of the Application, but what if I have an image on a 
canvas and just want to set the source differently based on which CSS I load.

Example:
Image sits on a canvas.
For CSS1, image should be brand 1 logo.
For CSS2, image should be brand 2 logo.

I can't figure out how to set source for image based on stylesheet.

Can this be done?

Thanks!

Reply via email to