Hi there,
I have a Flash Lite 2.0 movie that exchanges some data with a Symbian application through a very simple http "server" running locally (Nokia N95).
I am using loadVars() to exchange data between Flash and Symbian - i.e. data is returned as urlencoded name=value pairs to Flash (e.g. name=value&another_name=another_value&).
The Flash Player throws an out of memory error if the returned encoded string is longer than 32 bytes (or 32 characters) - the message in the UI is something like "Not enough memory...". Everything works fine if the returned data is less than 32 bytes. The same happens using loadVariables.
Anyone have had similar issues?
Many thanks,
Dave



