Generally connection to a DB is done with the DB on a web server. If you dig
there are third party products for connection locally but they may require a
later version of Flash.
I believe in Flash 5 you used loadVariables or XML class.
XML creates an object. The XML class had some type of a whitespace problem
as I recall and you have to do the parsing.
The loadVariables method gets the data in URL variable format from the
server and places them as variables into a timeline.
loadVariables("
http://myserver.com/nameofscript",_root.clipInstanceTimelineToHoldVariables,POST).
I believe it also sends the variables in the timeline to the server script.
The rest is using ASP or ASP.Net and probably the ADO library to use the
Access database.
--
Lon Hosford
www.lonhosford.com May many happy bits flow your way!
[quoted text, click to view] "Hedecan" <webforumsuser@macromedia.com> wrote in message
news:dr4l79$oar$1@forums.macromedia.com...
hi everybody
my questions = i want to connection database on Flash 5 and my database is
Access database.
How to?
please help