11-02-2010 04:20 AM
how to connect database written using action script in flash builder4
11-02-2010 09:57 AM
Hi,
if you use a pure AS3 project (no Flex), you can use the URLLoader object to load urls, passing parameters and parsing the result:
http://livedocs.adobe.com/flash/9.0_fr/ActionScrip
If you use Flex, you can do remoting operations different ways. The differents solutions are explained in the docs:
http://livedocs.adobe.com/flex/3/html/help.html?co
Find the one that suit you the best ![]()
Hope this helps,
Fabien