ultrasmad 0 Report post Posted June 20, 2004 how do you pass variables in a flash script, i know that to send them out you use the getURL function but how would you pass them in? Share this post Link to post Share on other sites
Shackman 0 Report post Posted July 13, 2004 I don't really understand your question. Can you be more explicit? Share this post Link to post Share on other sites
juliagizzle 0 Report post Posted July 16, 2004 Go to actionscript.org they might help. Share this post Link to post Share on other sites
templest 0 Report post Posted July 30, 2004 I don't really understand your question. Can you be more explicit?Do you even know what the word "explicit" means? Don't you mean: "specific"? Share this post Link to post Share on other sites
icleric 0 Report post Posted August 1, 2004 did u mean sending vraiables's content [text in text inputs] to another file [ php almost ] ? if yes then the button send or whatever's action should be : on (release) { form.loadVariables("targetfile.extension", "POST"); } target file is the php or the other file you are planing to send variables's content to and that is called loadVariables through the flash form sending all variables saved in that form to target using the post method. cheers, Share this post Link to post Share on other sites
Spectre 0 Report post Posted August 1, 2004 I don't really understand your question. Can you be more explicit?Do you even know what the word "explicit" means? Don't you mean: "specific"? Shackman was not necessarily incorrect. 'Explicit', in this sense, would mean 'clear' or 'precise' - eg. 'Clearly expressed' or 'precisely stated'.'I don't really understand. Could you express your question more clearly?' is perfectly acceptable, which is to the same effect as what Shackman said. Share this post Link to post Share on other sites
nooc9 0 Report post Posted September 28, 2009 You can use javascript to communicate with flash. You can also append variables in urlencoded format to flash (movie.swf?var=vallue&.. ) and then read them from the movies url from within the movie. Share this post Link to post Share on other sites