Re: [Flashcoders] flash and ASP.NET (ryanm)

2005-12-13 Thread ryanm
Interesting approach, Ryan. So, the big advantage here is cost (free!) with the big disadvantage being that we're limited to string data types on the return. Thanks for sharing. The other way is to use the XML object. You can put all of your return data in XML and compress it. XML is

Re: [Flashcoders] flash and ASP.NET (ryanm)

2005-12-12 Thread ryanm
Ryan, how would this work? // Actionscript var IncomingData:LoadVars = new LoadVars(); IncomingData.onLoad = function(success:Boolean){ if(success){ // Do stuff when data is loaded }else{ trace(Load Failed!);

RE: [Flashcoders] flash and ASP.NET

2005-12-10 Thread Dan Thomas
downloaded WebOrb for .Net after setting up my local IIS to run .net properly and it worked fine. Dan From: [EMAIL PROTECTED] on behalf of Tjalle Groen Sent: Sat 10/12/2005 17:56 To: Flashcoders mailing list Subject: Re: [Flashcoders] flash and ASP.NET Why

Re: [Flashcoders] flash and ASP.NET

2005-12-09 Thread grant
/extending_arp.html Grant. - Original Message - From: Zoltan Csibi [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: 12/7/05 10:45 AM Subject: RE: [Flashcoders] flash and ASP.NET Hi Michael Don't know if this is in your timeframe but we

Re: [Flashcoders] flash and ASP.NET

2005-12-09 Thread grant
- Original Message - From: hank williams [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: 12/7/05 3:13 PM Subject: Re: [Flashcoders] flash and ASP.NET www.flashORB.com has a free .NET remoting product. Regards Hank On 12/7/05, Michael Appelmans

Re: [Flashcoders] flash and ASP.NET

2005-12-09 Thread hank williams
:13 PM Subject: Re: [Flashcoders] flash and ASP.NET www.flashORB.com has a free .NET remoting product. Regards Hank On 12/7/05, Michael Appelmans wrote: I need to create a Flash application for a small non-profit can't afford the $999 price tag of MM's Flash Remoting

RE: [Flashcoders] flash and ASP.NET

2005-12-09 Thread Gabe Varela
There aren't any links to the standard edition on their site anymore. -Original Message- From: hank williams [mailto:[EMAIL PROTECTED] Sent: Friday, December 09, 2005 11:30 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] flash and ASP.NET I am not a user so I am

RE: [Flashcoders] flash and ASP.NET

2005-12-09 Thread Dan Thomas
and posted for help so will keep you posted. Dan From: [EMAIL PROTECTED] on behalf of Gabe Varela Sent: Fri 09/12/2005 22:12 To: Flashcoders mailing list Subject: RE: [Flashcoders] flash and ASP.NET There aren't any links to the standard edition on their site

Re: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Serge Jespers
Have a look at http://www.openamf.org Don't know if this can help you but it's also a third party remoting solution. I need to create a Flash application for a small non-profit can't afford the $999 price tag of MM's Flash Remoting gateway. Is there a third party remoting solution like

Re: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Martin Wood
does it have to be asp? you can run php on IIS and php has ODBC libraries http://us2.php.net/odbc so flash - amfphp - ODBC bingo. :) also you can run apache on windows, you dont have to run IIS. It depends on what your constraints are i suppose. martin Serge Jespers wrote: Have a look

RE: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Zoltan Csibi
Hi Michael Don't know if this is in your timeframe but we are preparing the alpha release of the Fluorine .NET remoting gateway. This works like the MM one for .NET and additionally supports pageable recordsets and .NET custom authentication (Fluorine is open source) Zoli -Original

Re: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Paul Hart
That sounds interesting. Any more details? On 07/12/05, Zoltan Csibi [EMAIL PROTECTED] wrote: Hi Michael Don't know if this is in your timeframe but we are preparing the alpha release of the Fluorine .NET remoting gateway. This works like the MM one for .NET and additionally supports

Re: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Judah Frangipane
Hi Zoli, Can you send links? Judah Zoltan Csibi wrote: Hi Michael Don't know if this is in your timeframe but we are preparing the alpha release of the Fluorine .NET remoting gateway. This works like the MM one for .NET and additionally supports pageable recordsets and .NET custom

Re: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Jeff Small
Why can't the little flash file just *sit* someplace that has Flash Remoting? You don't have to buy it, and if they have their own PC that they're hosting from, just get a little account someplace or piggyback it someplace else where it *can* get to a database? Maybe that's a cheap little

RE: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Zoltan Csibi
was further developed to cover all the functionality needed and we are in testing phase, hope to release it soon -Original Message- From: Paul Hart [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 6:04 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] flash and ASP.NET

Re: [Flashcoders] flash and ASP.NET

2005-12-07 Thread hank williams
www.flashORB.com has a free .NET remoting product. Regards Hank On 12/7/05, Michael Appelmans [EMAIL PROTECTED] wrote: I need to create a Flash application for a small non-profit can't afford the $999 price tag of MM's Flash Remoting gateway. Is there a third party remoting solution like