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
In Flex 3 or higher, you just need to do:
yourImage.source = yourByteArray;
regards!