I'm using Flex Builder 3.0.2. Can I please ask someone to check this: 1. Create a ByteArray 2. ByteArray.writeShort(500);
e.g. var b:ByteArray = new ByteArray(); b.writeShort(500); Check the bytes that were written. I get: 0x01 0xC3 0xB4 which is impossible, since a short is only two bytes. That value is completely incorrect (50100 when converted back to decimal) Am I doing something wrong? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

