views:

250

answers:

3

Is it possible (and if so recommended) to use Flex remoting (mx.rpc)classes in an actionscript only project?

I'm creating an application with login and registration to a php back end using AMFphp.

As an option I was wondering if it made sense to take advantage of the mx.rpc flex classes.

A: 

Actionscript only projects still use the flex framework, so you're fine. Are you trying to do it with the Flash IDE, or are you using FlexBuilder? If Flex Builder, then it doesn't matter at all.

Sean Clark Hess
A: 

Thanks Using the FlashIDE for compiling but doing all my coding in Flexbuilder. This seems to be my preferred workflow lately...

eco_bach
A: 

You can use NetConnection class too.