-
1. Re: Hello, I have 2 questions.....
MaxManNH Jul 21, 2009 1:09 PM (in response to WEich1213)If you look at this forum post I believe they address getting the components to work in CS3
http://forums.adobe.com/thread/153457?tstart=0
Remoting requires that you have a back server technology to talk to. What remoting does is give you the ability to call functions that are on your webserver technology natively in flash.
for example you have a .NET deployed DLL in a webapplication that has a function called getUsers(string username, string password)
You could create a remoting object to your server gateway and call that function directly
RemotingService.getUsers(myname, mypassword);
Then you could create an authentication movie for your site that is flash based and can talk to your database.
-
2. Re: Hello, I have 2 questions.....
WEich1213 Jul 21, 2009 8:26 PM (in response to MaxManNH)Thanks, do you know if you can get Flash CS3 to work with phpMySQL by remoting. How? I have a MacOSX. Thanks
-
3. Re: Hello, I have 2 questions.....
MaxManNH Jul 22, 2009 7:01 AM (in response to WEich1213)If you are using PHP as your backend then I think you want to look into AMFPHP which is an open source implementation of flash remoting specifically for PHP.
I have only ever done remoting with the .NET remoting components and a .NET backend server because well I am a Microsoft drone ).
I would check this out first and foremost.
-
4. Re: Hello, I have 2 questions.....
WEich1213 Jul 22, 2009 10:44 PM (in response to MaxManNH)Okay, thanks a lot

