all groups > flash data integration > january 2006 >
You're in the

flash data integration

group:

Database connection



Database connection Hedecan
1/24/2006 7:32:57 AM
flash data integration: hi everybody
my questions = i want to connection database on Flash 5 and my database is Access database.
How to?
Re: Database connection Motion Maker
1/25/2006 11:39:30 PM
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]
hi everybody
my questions = i want to connection database on Flash 5 and my database is
Access database.
How to?
please help

AddThis Social Bookmark Button