Is it possible to trigger for example flash uploading button via javascript?
For example I have made empty image wrappers and by clicking on them, they trigger flash button to open as select window.
Thanks!
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.
Assuming you have a flash function in your SWF, like this:
You can expose it to JavaScript in a page that contains your SWF like this:
Then from JavaScript you can call it like this:
In your case you can invoke the code you want to run from myfunction().