|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm trying to save/load images to/from files to Flex/Flash. I've been able to SAVE data coming from Flex by using an HTTPService, and then saving the result as a ByteArray, but I can't seem to find any combination that allows me to LOAD a binary file, and then pass that data back to Flex accurately
Can anyone here assist? Thanks in Advance, Steve |
|
|||
|
The best way is to convert the binary data to Hex string. For example, 2 bytes binary data 0x01 0x02 can be converted to string "0102". After passing a Hex string from swfkit to actionscript, you can then convert it to a ByteArray.
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|