Answered
Dynamically writing flashvars
Can anyone tell me how to get a flashvar into flash without
using javascript? Is it even possible anymore?
I have a flash movie embedded in an aspx page that needs to dynamically load an xml file based on a parameter in the querystring. Everywhere I look all I see are posts telling me that the only way to do it is to add the flashvar to the AC_FL_Runcontent script, however I can't be certain that all my clients will have javascript enabled and I know at least a few who are not allowed to have it turned on.
When I use the object and embed tags and add my flashvar param and inline tag I get nothing in the loaderInfo object in my movie.
Am I out of luck with AS3 in this regard?
I have a flash movie embedded in an aspx page that needs to dynamically load an xml file based on a parameter in the querystring. Everywhere I look all I see are posts telling me that the only way to do it is to add the flashvar to the AC_FL_Runcontent script, however I can't be certain that all my clients will have javascript enabled and I know at least a few who are not allowed to have it turned on.
When I use the object and embed tags and add my flashvar param and inline tag I get nothing in the loaderInfo object in my movie.
Am I out of luck with AS3 in this regard?
