Hello All, I am using the .NET Remoting environment - exclusively using Assemblies (.dll's)
Due to absolutely poor documentation, MM makes VERY poor distinctions of the Assembly method of Remoting (using the ASObject), and using "code behind" .ASPX pages which I refuse to use. It looks to me, that when using the .ASPX methods, the user has the "Flash.DataSource" and "Flash.DataBind" options. These options do not exist for the ASObject. In fact, the only things that have been documented, are "ASObject.ASType" Property, and the "ASObject.Add()" Method - in which you put a "Name/Value" pair within the Add() Method. ALSO, totally WRONG, the MM Docs say you use the "Flash.Result" Method to send the results back. Anybody who knows C#, knows that you must use the "return" Method, when sending the expected result back. So, my only hope, is for somebody on this list who's already been through all this crap, to please post, all the Properties and Methods as it relates to the ASObject. Again, this is ONLY in the context of using .NET Assemblies - not .ASPX pages, cuz they are totally unrelated. Thanks SO much for all your help, Mike -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

