Hello:
I want to ask you if you know a way to pass a dinamic variable
generated by a function in JavaScript. Not a constant variable like in
the example below (cause flex always catch âHELLOâ and no other
strings generated by a javaScript)
I try modifying the AC_FL_RunContent directly in the HTML
AC_FL_RunContent(
"flashvars",'testvar=HELLO
&historyUrl=history.htm%3F&lconid=' +
lc_id + '',
);
What I have to do to pass a random string for example???. testvar =
(âhelloâ or âfooâ or âbarâ)