connecting flash and database without using 3rd party tools?
hi. do you know how to connect flash documents and database (access) without using 3rd party tools like php, asp, etc. it's just a simple flash document (a window application, a presentation actually) that needs database. it's at all interactive. users
Flash / ActionScript can only accept data as XML or plain text. That means getting the help of a server-side scripting language such as PHP or ASP, period, to convert database records to XML or plain text.
Flex has the ability to directly




