Re: [Flashcoders] looking for some .NET to Flash tools

2006-04-04 Thread Arul Prasad
Haven't read this mail thread completely, so may be this isn't what you want. But check out NeoSWIF http://www.globfx.com/products/neoswiff/. You can create Flash SWFs by writing code in a .NET language. I have some more info I wrote once in a post abt NeoSWIFF here:

Re: [Flashcoders] looking for some .NET to Flash tools

2006-04-03 Thread Gavin Lilley
I do not fully understand what you mean by .net database? if this is an online project with a budget and php is an option then I recomend amfphp. or remoting for .net is good. if this is an offline project then it is possible to connect to .net facilities via the ExternalInterface. -- Gavin

[Flashcoders] looking for some .NET to Flash tools

2006-03-31 Thread Steve Krichten
What do you mean by a .NET database ? .NET can use a number of databases, but probably the most common is MS SQL Server. If you are using SQL Server, you can request XML directly from the database...

Re: [Flashcoders] looking for some .NET to Flash tools

2006-03-31 Thread Peter Hall
WITH sessions. Something Macromedia's remoting doesn't even do. Try it Lee -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Hall Sent: 30 March 2006 16:38 To: Flashcoders mailing list Subject: Re: [Flashcoders] looking for some .NET to Flash

RE: [Flashcoders] looking for some .NET to Flash tools

2006-03-31 Thread Merrill, Jason
- From: [EMAIL PROTECTED] [mailto:flashcoders- [EMAIL PROTECTED] On Behalf Of jim Sent: Thursday, March 30, 2006 12:24 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] looking for some .NET to Flash tools I don't think I would trust a product that says Flash AJAX client on its webpage

Re: [Flashcoders] looking for some .NET to Flash tools

2006-03-31 Thread Peter Hall
, March 30, 2006 12:24 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders] looking for some .NET to Flash tools I don't think I would trust a product that says Flash AJAX client on its webpage. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

[Flashcoders] looking for some .NET to Flash tools

2006-03-30 Thread Brad Kozak
I'm working on a project that involves a .NET backend database. So far, we've successfully used XPath/XML to interface with the DB, but the database guy wants to eliminate the XML output. He's not willing to invest in ColdFusion, so I was wondering if anybody knows of a component that might make

Re: [Flashcoders] looking for some .NET to Flash tools

2006-03-30 Thread eric dolecki
remoting :) On 3/30/06, Brad Kozak [EMAIL PROTECTED] wrote: I'm working on a project that involves a .NET backend database. So far, we've successfully used XPath/XML to interface with the DB, but the database guy wants to eliminate the XML output. He's not willing to invest in ColdFusion,

RE: [Flashcoders] looking for some .NET to Flash tools

2006-03-30 Thread Lee McColl-Sylvester
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter Hall Sent: 30 March 2006 16:38 To: Flashcoders mailing list Subject: Re: [Flashcoders] looking for some .NET to Flash tools http://www.themidnightcoders.com/weborb/aboutWeborb.htm On 3/30/06, eric dolecki [EMAIL PROTECTED] wrote