Hi People,
I’ve been trying to run a cgi-based search engine from flash and it hasn’t been working quite well…in fact, it hasn’t worked at all
For the JS, here is the code I am using in the html environment which gives a text input box and submit button:
script LANGUAGE=“JavaScript” src=“webdata.js”
script LANGUAGE=“JavaScript” src=“searchfunc.js”
FORM name=formSear action=“about :RunSearch()”
INPUT name=searWords
INPUT name=Send type=submit value=Search
I have an input box in my flash file with the variable set to searWords. Using the fsCommand in the following manner:
on (release, keyPress “<Enter>”) {
fscommand (“send_var”, searWords);
I thought I was one step closer to bringing flash and javascript together, but from this point, I’m can’t get things going from here. How can I use this send over from flash to get the javascript to recognize and run it? Anyone have any suggestions besides posting this question in the Flash Forum?
If you need any more information, let me know. Any help at all is appreciated.
Thanks