How to assign bytearray value to panel background image. If anybody have idea or experiance plz help me to overcome the problem. BRIEF EXP:
I have panel control an
Just load it into a Loader instance using the loadBytes function.
var ldr:Loader = new Loader(); ldr.loadBytes(myByteArray); addChild(ldr);