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 extreme

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

2005-12-13 Thread Kevin Mulvihill
f ryanm > Sent: Monday, December 12, 2005 6:41 PM > To: Flashcoders mailing list > Subject: Re: [Flashcoders] flash and ASP.NET (ryanm) > > > Ryan, how would this work? > > > > > // Actionscrip

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 (ryanm)

2005-12-12 Thread Kevin Mulvihill
Ryan, how would this work? > Don't use remoting, just post your data to aspx files and > let them write to the database. > > ryanm ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flas

RE: [Flashcoders] flash and ASP.NET

2005-12-10 Thread Dan Thomas
e I 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

Re: [Flashcoders] flash and ASP.NET

2005-12-10 Thread Tjalle Groen
; wrote: > > Openamf is not .NET > > > > http://starwolf.ch/ is > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Serge > > Jespers > > Sent: 07 December 2005 12:56 > > To: Flashcoders mailin

RE: [Flashcoders] flash and ASP.NET

2005-12-09 Thread Dan Thomas
ailing list 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 e

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 n

Re: [Flashcoders] flash and ASP.NET

2005-12-09 Thread hank williams
iling 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 wrote: > > &

Re: [Flashcoders] flash and ASP.NET

2005-12-09 Thread grant
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/

Re: [Flashcoders] flash and ASP.NET

2005-12-09 Thread grant
us/2005/10/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 th

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

Re: [Flashcoders] flash and ASP.NET

2005-12-07 Thread ryanm
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 AMFPHP that I could use? Essentially I need to read and write to an Access database on a Windows web host. Don't use remoti

RE: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Zoltan Csibi
remoting gateway 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: [Flashcoder

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 solution?

RE: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Gabe Varela
Haven't used it but found this a few months back. http://www.flash-db.com/Board/index.php?PHPSESSID=981459153bf8a6cdfd83dc 77b35ce3b3&topic=11259.msg47191 -Original Message- From: Michael Appelmans [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 3:15 AM To: flashcoders@chatt

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 authentica

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 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 Message--

Re: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Paul Hart
ED] > [mailto:[EMAIL PROTECTED] On Behalf Of Serge > Jespers > Sent: 07 December 2005 12:56 > To: Flashcoders mailing list > Subject: Re: [Flashcoders] flash and ASP.NET > > > Have a look at http://www.openamf.org > Don't know if this can help you but it's als

RE: [Flashcoders] flash and ASP.NET

2005-12-07 Thread Pete Hotchkiss
Openamf is not .NET http://starwolf.ch/ is -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Serge Jespers Sent: 07 December 2005 12:56 To: Flashcoders mailing list Subject: Re: [Flashcoders] flash and ASP.NET Have a look at http://www.openamf.org Don&#

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 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 AM