flash - How to pass custom variables to Flex applications -
I am trying to write an application where the parameter must pass the application. In Flex Builder I had modified the tags in index.template.html, but when debugging I still do not see the variables (using the application.application.parameters object from as3) ...
< / Div>
After reading a post, I found that I made a stupid mistake. I added "flashvars", "var1 = blah and var2 = blah ..." to first AC_FL_RunContent () which installs Flash Player. My mistake. As soon as I modified index.template.html to add "FlashVars" to another AC_FL_RunContent (), it used to work like a magic
Comments
Post a Comment