Forgot to mention ColdFusion. This would replace the ASP ADO part and do the
serverside work.
All are good ways. Many of the decisions are based on skill sets.
--
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "Motion Maker" <macromedia@osfordusahay.com> wrote in message
news:dqjjho$sp3$1@forums.macromedia.com...
What do you think is the best way to do it? ( By Flash 8 Pro)
Flash 8 has nothing to do with accessing a database. It does have the
ability to communicate with server side script that in turn deals with the
database. The decision is more about server side technology.
You most likely will be looking at ASP or ASP.Net for communication with
Flash where an Access database is involved.
Then ASP or ASP.Net will respectively use ADO or ADO.Net most likely to
communicate with an Access database on web server.
Flash can communicate with the ASP and ASP.Net or any server side scripting
many ways depending on the data format. For URL vars, the LoadVars AS
(Actionscript) class is used and for XML the AS XML class is used. There are
more variations on the XML approach with Flash 8 professional components and
XMLSocket AS class.
The server script gets requests from Flash via LoadVars or XML objects and
the server script uses middleware like ADO to get deal with the database and
return messages back to Flash again through LoadVars or XML class objects.
You might want to gander at this echo hello world example I use in Flash
seminars to layout the principles of communication with ASP using XML but it
does not show database access:
http://www.hosfordusa.com/ClickSystems/courses/flash/examples/XMLASP/Ex01/XMLASPEchoEx01_Doc.php --
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "Stephan Ludovic" <ludovic.stephan@univ-brest.fr> wrote in message
news:dqigg4$ab2$1@forums.macromedia.com...
Hi,
I m an asp developper and i m searching the best way to communicate between
access and flash ( access database).
What do you think is the best way to do it? ( By Flash 8 Pro)
Is there any tutorial ( simple one)?
Thanks a lot.
L Stephan Brest France