Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash to DB to Flash 1

Status
Not open for further replies.

tomhughes

Vendor
Aug 8, 2001
233
US
I am trying to get values from an Access Data Base and pass them to a Flash movie which has text boxes to hold the variables.

I have a single Flash movie. The First frame contains the actionscript :

ifFrameLoaded (1) {
loadVariablesNum ("http:/FilePath.../Courses_Taken.asp?ISID=ISID", 0, "POST");
}

The File Courses_Taken.asp has an SQL Query that depends on the variable "ISID" which is passed through te URL, and one other hard coded value.

If I use the variable "ISID" and the one hard coded value, I do not get any values. However if I use a hard coded value in the place of the variable "ISID" I get values. I suspect the problem is in the timing of the Query, but how can I solve the problem. Is there some other cammand I can use to get the values in the first frame??
 
Bill - This looks great, but I am using Flash5.0, and not Flash MX.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top