Hi @Bruce_Hill. Unfortunately I’m not familiar with the method of remoting you’re working on here, it would appear to have been shelved as far as maintenance goes though, existing now only in hx3compat library.
I offer some thoughts, which you’re free to discard of course.
- Rather than using Haxe (and OpenFL?) to maintain a status quo in continuing a Flash/AIR application, perhaps consider stepping away into a true cross-platform approach, exploiting one of Haxe’s key strengths. Continuing to use AMF is one such example of maintaining the legacy of Flash.
- OpenFL offers Socket or URLRequest as potential alternatives for communicating with the PHP server. Some changes would be needed on that server of course (just be mindful that the Socket class is a TCP Socket, unless you’re targetting HTML5 in which case it’s exported as a WebSocket).
- Consider exploiting Haxe to build native, or web-apps, instead of Flash/AIR.