Is it possible to access Flash’s ExternalInterface from QWebView? If so, how can it be done?
Is it possible to access Flash’s ExternalInterface from QWebView ? If so, how can
Share
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 could try accessing it via executing JavaScript in the page.
To run JavaScript on the page use
QWebFrame::evaluateJavaScript, for example:Note: I’ve not tested this code, or even tried accessing Flash before via QtWebKit so this may not work for Flash, although it does work for JavaScript objects.