Forget about SSAS.
SSAS is for Flash developers who aren't versed in ColdFusion. You, as a CF-er gain nothing by knowing it. It simply allows actionScript people do develop server-side code in a familar language. If you know ColdFusion, your options are much more extensive. Think of it as a big lure by Macromedia to give Actionscripters a small taste of what you can do on the server side... but if you want real power, you must learn CF - JRUN or JAVA. Funny thing is, you can only use SSAS on the ColdFusion server.... see the picture? kev. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: May 22, 2002 9:34 AM To: [EMAIL PROTECTED] Subject: RE: [CFTALKTor] CFNorth Ok, so like you and Kev are making me feel like a newbie. re your link. Although I don't really get the SSAS, the client side code looks really good, I can see it being the first component of a new Flash Lib for me. -steve -----Original Message----- From: Dave Yang [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 4:55 PM To: [EMAIL PROTECTED] Subject: RE: [CFTALKTor] CFNorth > getData_result(result) { > _root.myResultSet = new Object(); > _root.myResultSet=result.items[1].myColumnName; > _root.gotoAndPlay("anotherFrame"); > } Kevin, This line is unnecessary because you're overwriting the same thing in the next line: _root.myResultSet = new Object(); Or is it missing a property in the next line? Also, the first line should be: getData_result = function(result) { Steve: You could also use another method for the responder (callback object): http://www.quantumwave.com/html/fRemote_listCF.html Dave Yang - Quantumwave Interactive Inc. Toronto, Ontario, Canada http://www.quantumwave.com - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "Dave Yang" <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net) - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: Steve Budan <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net) - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "Kevin Towes" <[EMAIL PROTECTED]> To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/ Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/ This System has been donated by Infopreneur, Inc. (http://www.infopreneur.net)
