A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: remoting on coldfusion: ASR or CFC?

  1. #1
    Danny Gomez Creations ® cosmiceye's Avatar
    Join Date
    Mar 2002
    Location
    under a palmtree in Jamaica waiting for psytopia 2005 to begin
    Posts
    982

    remoting on coldfusion: ASR or CFC?

    One better than the other in a system based on flash communication remoting server?
    ..:: P S Y T O P I A 2 0 0 5 :::..
    . . . view the psytopia reels _____RIVEND REEL | GOMEZ REEL_____ . . . . . . . . . . .

  2. #2
    psx = new Moderator();
    Join Date
    Jan 2001
    Posts
    923
    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.

    Psx

  3. #3
    Danny Gomez Creations ® cosmiceye's Avatar
    Join Date
    Mar 2002
    Location
    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?
    ..:: P S Y T O P I A 2 0 0 5 :::..
    . . . view the psytopia reels _____RIVEND REEL | GOMEZ REEL_____ . . . . . . . . . . .

  4. #4
    psx = new Moderator();
    Join Date
    Jan 2001
    Posts
    923
    Check it out here:

    http://psychlonex.dyndns.org/fcsmb/v...5a39448f5dd575



    It's pretty much the same as remoting from the client. CFC or ASR makes no difference as far as flash/flashcom is concerned.

    Psx

  5. #5
    Danny Gomez Creations ® cosmiceye's Avatar
    Join Date
    Mar 2002
    Location
    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
    ..:: P S Y T O P I A 2 0 0 5 :::..
    . . . view the psytopia reels _____RIVEND REEL | GOMEZ REEL_____ . . . . . . . . . . .

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center