I think you have to write more javascript to dynamically call AC_FL_RunContent.

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of 
jolugarciado
Sent: Tuesday, May 08, 2007 4:02 PM
To: [email protected]
Subject: [flexcoders] passing JavaScript Variable to flex enbed swf



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