Jump to content
xisto Community
Sign in to follow this  
ultrasmad

variables in and out

Recommended Posts

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"? B)

Share this post


Link to post
Share on other sites

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.