That really depends on what you want to accomplish. ASR is handy for doing sql queries, while cfc's are capable of a whole lot more.
ASR though is probably a bit easier to use if you're just getting started with remoting, as the syntax is actionscript, where cf will take some getting used to.
under a palmtree in Jamaica waiting for psytopia 2005 to begin
Posts
982
hmm.. and ASC?
Okay, Ive been learning cfc... but it seems that I will be needing ASR in order to use remoting thru ASC. HUH??? Now is this really possible? Look at the model below from mm. What I want to accomplish is of course the bottom structure. However I have no clue on how to use remoting from a .ASC page. Any idea?
under a palmtree in Jamaica waiting for psytopia 2005 to begin
Posts
982
Cool!!
AHA!
Code:
load("netservices.asc");
where netservices.asc is netservices.as. Wow okay, so that works!.
Yeah, cfc or asr does not make any difference in this matter, I realzed that after viewing the model and grumbeling.
Thanks again my friend