I have a blank symbol on the stage titled "holder"
What I want to do is click on a button on the stage and have an image show up in the symbol.
I am using this on a click event but I can't seem to figure out what I am doing wrong.
sym.getSymbol("holder").css({"background-image":"url('images/wht.png')"});
Pretty new to all of this....thanks in advance.