Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
cpmartin79 #1
Writing to a Database using Flash
Hi,
I am creating e-learning material that will be accessed online by students.
Is there anyway that Flash can write to a database to tell us how long the
student was logged in for and how long there were on a page? Thank you in
advanced.
cpmartin79 Guest
-
Writing to Oracle Database using Flex
Hello gurus, I have created a Flex form application in Flex 1.5 This form application has several text input controls. The logic is, whatever... -
Writing into the database on the internet
Hi! I have an application that runs on the internet that works with asp and access. When I request info from the database, it works fine, but when I... -
need help writing database entires to file
I have used dreamweaver to do a lot of php "programming" but now I need to write a real php function. I have a hosted mysql database that I need... -
BLOB from database to Browser with out writing it out to a file.
I would like to be able to extract a BLOB from the database (Informix) and pass it to a browser without writing it to a file. (The BLOB's are word... -
one to many relation writing to Access database
In article <EYcMa.517516$122.49025169@amsnews02.chello.com>, marco@alting-multimedia.nl says... It sounds like what you want is really a many to... -
MotionMaker #2
Re: Writing to a Database using Flash
Flash cannot write to a local system other than in SharedObject which is
essentially cookie.
Thus if the data is only needed for the "session" the student is using the
Flash movie and you do not care what happens when the computer is turned off or
the Flash movie ends, look at SharedObject.
For permanent storage of data Flash needs to communicate with a web server and
there server scripts can do that work of saving.
MotionMaker Guest



Reply With Quote

