Groups | Blog | Home
all groups > flash data integration > february 2005 >

flash data integration : loading variables


teefa
2/2/2005 4:57:41 PM
hi all, I was just wondering if anybody would be able to helpl me with
something ...... I am trying to create an application in flash which connects
to an access database using ASP. I~ have all the necessary scripts written( to
add/edit/delete records in the database). These scripts are all working when i
test them by passing in the required variables in the url. However i am now
trying to integrate the flash screens i have created with the scripts. i am
using text input components and assigning the text entered in these to the
variables which should be passed to the ASP script. when i call the
loadVariables method nothing happens. which way should i reference the script
?? using loadVariables('upload.asp', 0, 'GET') or using
loadVariables('http://localhost/ASP/upload.asp',0, 'GET') if anyone has any
idea whats wrong i wuld greatly appreciate the help thanks a million in advance
Regards Aoife
teefa
2/3/2005 8:01:14 PM
hey, Just another few bits of info.......... I am calling the loadVariables
method from inside a button ... this is inside a with(_parent) method. i am
also declaring the variables inside here i then assign the values in the text
boxes to the variables before calling the loadVariables method. i have even
tried it using the 'POST' method. But there is still no entry in the database
table. don't know if this helps!! :)
AddThis Social Bookmark Button