stiej
04-29-2002, 01:48 PM
there are many questions concerning how to export variales and import them. From browsing through the forum, both this one and the others and other web sites' forums, I am aware (as well as from experience) that yo can use getURL and loadVariables.
However, my question is, can Flash access, interogatea dn save to a databse DIRECTLY? And how?
My movie save to a database by launching a asp page and passes to the asp page page the variables using getURL and get method.
My movie also loads from the database by extracting the required fields using a HTML/ASP page, concatenating them into a single string correctly interspersed with &s and them saves this into a ASP-created text file. I then called the html page with the flash swf movie in it manually by using a window.location = "mymovie.html" - a simple redirection.
It woudl be easier if I could ismply acces the DB directly. Can I? If not how would everyone here acccess a Database. I don;t know PHP/CGI, only VBScript, Javascript and ASP etc.
Thanks for your time reading....
However, my question is, can Flash access, interogatea dn save to a databse DIRECTLY? And how?
My movie save to a database by launching a asp page and passes to the asp page page the variables using getURL and get method.
My movie also loads from the database by extracting the required fields using a HTML/ASP page, concatenating them into a single string correctly interspersed with &s and them saves this into a ASP-created text file. I then called the html page with the flash swf movie in it manually by using a window.location = "mymovie.html" - a simple redirection.
It woudl be easier if I could ismply acces the DB directly. Can I? If not how would everyone here acccess a Database. I don;t know PHP/CGI, only VBScript, Javascript and ASP etc.
Thanks for your time reading....