The process is the same as with any web page to ASP and back. So you need to
learn ASP, SQL and probably ADO for the server side. And you select the
scripting language usually VBScript or JScript. All of which have nothing to
do with Flash.
Then for the Flash side you need to select either URL vars or XML as your
data structures. Depending on which data structure you use, then LoadVars
and XML Actionscript classes are applied respectively.
Flash is the UI and these classes are for the data communications between
Flash and the server script.
You might want to look at the sendAndLoad methods for these two classes:
LoadVars:
http://livedocs.macromedia.com/flash/8/main/00002336.html XML:
http://livedocs.macromedia.com/flash/8/main/00002879.html --
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "priya2005" <webforumsuser@macromedia.com> wrote in message
news:e5elhu$nki$1@forums.macromedia.com...
I doesn`t know how to interface Flash with ASP inorder to retrieve data from
database.
I am not able to find any website which provides me atleast an introduction
level how to retrieve data from Microsoft Access using ASP.
I am in need to know the details ,since I am developing mobile application
with Flash Lite 2.0.
Can ,please somebody help me inorder to solve this problem.