Does anyone know if I can pass data from flash (action script) to java script? If yes… how?
(I need to send an ajax request with a text typed inside a textbox from actionscript).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use ExternalInterface to interact w/ JavaScript
for some reason i run into issues if i declare JavaScript tag
type='text/javascript'. so i recommend using: