i wonder if somebody knows how to trigger thickbox from onRelease() event in flash.
is that possible?
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 the ActionScript3 ExternalInterface class to call a JavaScript function on your HTML page like this:
Your JavaScript calls, must be in quotes.
I haven’t used ThickBox, but I am sure you use JavaScript to interact with it.
EDIT*
Just looked at the Thickbox API and i think your JavaScript call will look something like this:
Got that code from here. I think the tricky thing will be overlaying HTML content on-top of Flash content. There are a few forum posts about this around. I will edit my answer if I come across one with a good solution.