billwatson,
So far, we have been able to use sendandload to send a variable to ASP, capture it in our query, query for results based on that variable and send them back for display in our Flash page. We have been able to query for one result, two results, etc. if we are only trying to query...
Greetings!
I have an Access 2000 database which I have split to keep my back-end separate from the front end. Today, somehow, it has been set to read-only and I think this is what is causing some of my queries/macros (especially those that run delete and append queries) to not work any more...
a6m1n0,
Much thanks! We have been able to write code in both Flash and ASP and write not only 1, but more than one query response back into Flash!
We couldn't have done this without your help.
Thanks,
GC
billwatson,
We cannot thank you enough for your assistance! We have been able to write code to send a variable to the database and write not just one, but more than one query result back in Flash.
Thanks so much!
GC
We tried the version of sendAndLoad you suggessted and did not have much success. However, we did modify the code to the following and received "undefined" (or "youndefined"). Does that mean we are getting close?
bButton2.onRelease = function() {
var my_lv:LoadVars = new LoadVars()...
a6m1n0...I created this post as I did not see any replies to my original post. But, I am glad that you did reply, as I was hoping you would help us again! My sincere thanks!
Here is the table which contains coin_desc:
ID_coin coin_name coin_desc
1 Penny 1 cent
2 Nickel 5...
We have come up with Flash/ASP code that allows us to make a selection from a drop down menu in Flash, display the selection in a text box in Flash and when a button is pushed on the Flash page, it sends the data to ASP, writes it into a variable which we can query for and then displays the...
a6m1n0,
Thank you for your reply! We have come up with Flash/ASP code that allows us to make a selection from a drop down menu in Flash, display the selection in a text box in Flash and when a button is pushed on the Flash page, it sends the data to ASP, writes it into a variable which we can...
Bill...thank you so much for your post! We will try and set up our flash page with the SendandLoad function to see if we can get it to work.
Will keep you posted!
Thanks again...GC
Here is the code that we have come up with so far. As you can see, we have been tinkering around with the LoadVars.Send and the LoadVars.Load, but not he LoadVars.SendandLoad.
var myCoin = tText.text;
//***********************
/*bButton.onRelease = function() {
var my_lv:LoadVars = new...
That is what I thought. I(we) are not sure how to set up the SendandLoad function. If we post some code for a drop-down menu, could you tell us how we should set it up? I pretty confident that I know how to set up my ASP page to capture the request.
Much appreciation!
GC
Greetings!
I am working with a Flash developer (I build ASP pages). Together, we need to send requests from a flash page to an ASP page that houses scripts which query a database based on a selection made on the flash page. We have been able to build a test page which can send the results of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.