Hi, I'm using AMFPHP to create the basis of an ARP project. Very handy, since AMFPHP can create your ARP-folders with all basic classes in it. But I found it contains some mistakes. I haven't been able to find any mention of it in the AMFPHP-forums, nor here. So I thought I'd bring it up here and see if others ran into this as well.
Errors in generated command classes: - In the class definition: "commands." should be "command.", just like the folder name. - In typing of service call: ":RemotingService" in some classes should be ":Service". - Call of "ServiceLocator.getService()" should be "ServiceLocator.getInstance().getService()". Thanks for any feedback! Michiel -- [ weblog ][ http://michiel.vanderros.nl ] _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
