I am trying to play with google’s swiffy to convert as2 content into html5.
so far it has been amazing.
using getURL, I can make javascript calls.
But, will I be able to get sort of response from a server or javascript?
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.
Yes. You can call
stage.setFlashVars('response=10');from the JavaScript after which_level0.responseshould be set in AS2. ButgetURLreturns before_level0.responseis set. So a you should wait a little bit withsetTimeoutoronEnterFrame.