Hi there,
Got all the setup in place, launch the Emulator in Simulator mode but no matter what I do I get a malformed url error. I've checked 100 times the URL, looks like this:
http://127.0.0.1:1001/Basic/gps?klCommand=stopI've tried both "GPS" and "gps" to no avail. Also with the start method.
The only thing I'm doing differently is using LoadVars instead of loadVariables. Like this:
var lv = new LoadVars()
lv.load(url);
I'm not targeting FL 1.1 so I'm ok using LoadVars instead.
Can I see somewhere what parameters the emulator receives? Any log file to check?
Thanks a lot,
Juan