All,
I've starting experimenting with amfphp. I've gone through a few great tutorials (particularly those by Lee Brimlow at gotoandlearn.com).
As long as you're using AS3, it works great, since AS3 includes the built-in NetConnection class.
However, I'm looking to use amfphp on a bunch of existing AS2 projects.
The problem is that AS2 doesn't seem to have a NetConnection class, but Adobe's remoting components only work for Flash 8, not CS3.
A google search turned up a bunch of suggestions that I copy files from my Flash 8 installation to CS3, but I don't have Flash 8.
Am I stuck? Is there a way to work around this?
Many thanks in advance for any advice or guidance.
You can find the as2 Remoting Components for flash 8 for the MAC and PC on the Adobe website. It might not install in the right folder for Flash CS3, but there are the mx.remoting classes that go in the same folder with your other as2 mx packages the NetConnection Debugger that goes in the WindowSWF folder and the swc themselves that go in Common Libraries.
I have the classes at the office, not home, where I am now, so I'm not 100% accurate.
I remember there were some handy video tutorials on as2 on the amfphp website.