I think it has something to do with the way you write the information to the byte array. If you try to write it as an object, the information (a string in your case) will be translated to the AMF equivalant of the string, which is not the actual data you need. So somehow (and i dont have enough experience with this, nor the time to test it myself right now) you should convert the string of bytes to actual bytes.
Check out the different write options on the byte array class, and maybe start another thread to get help converting a string of bytes to actual bytes.
Hope you get there, and when you do, please post the solution :)
Greetz Erik
__._,_.___
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Software development tool | Software development | Software development services |
| Home design software | Software development company |
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
__,_._,___

