I can set flashvarsObj on initialization (swfobject.embedSWF) , but don’t know how to change flashvarsObj after initialization when I access to it by swfobject.getObjectById.
I have a flash graph and I need to reload it with new parameters.
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.
FlashVars are only passed at the moment the file is embedded. If you need to pass new vars, you must either delete then re-embed the entire SWF, or modify your SWF to use ExternalInterface for passing data via JavaScript.