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”) 

Reply via email to