Ask a Question related to Macromedia Flash, Design and Development.
-
DazedDan #1
Post Variable to an ASP Page
I am trying to get a variable (a keyword search) passed from Flash to an ASP
page. The getURL part works fine but it is not passing the vaiable.
I have an Input Text fiels and a submit button in a movie clip in a main
flash file. I have assigned the button a GetURL action as bellow:
on (press){
getURL("http://www.my_url.net/search_results.asp?category=0&keyword="+
mykey, "", "POST")
}
The Input Text box is named mykey and has no actions assigned to it.
I have tried pulling a variable from the Input text box by adding the
following to the submit button actions:
var mykey = formData.mykey(getdata)
And I have tried every other method I could find in tutorials and help
files. I think the problem is that they dont tell you where to assign the
actions.
What gets assigned to the input Text box?
What gets assigned to the button?
Does anything get assigned to the frame?
Any help will be much aprecieated.
DazedDan Guest
-
Can a asp page post data to another asp page inside frameset?
I know this is probably easy but here is the details. I have an asp page that is not inside a frameset. I want to post data to another asp page... -
#19404 [Csd]: Post variable names stripped of first 4 characters
ID: 19404 Updated by: helly@php.net Reported By: mv02 at gmx dot de Status: Closed Bug Type: mbstring... -
POST Variable Empty
I am pulling my hair trying to figure this out. Maybe some of you can shed some light on the problem. I am uploading a file through a web... -
Detecting If A Variable Arrives At A Page From A Get Or A Post...
Quick question... I was wondering if there is a way to detect if any given variable came in to a page via post, or a get from a form. Any help... -
[PHP] Detecting If A Variable Arrives At A Page From A Get Or A Post...
anachronism@mengelt.com <mailto:anachronism@mengelt.com> on Thursday, July 24, 2003 12:47 PM said: if(empty($_GET)) { if(empty($_POST)) echo...



Reply With Quote

