Actionscriptor needs help!
I have a working javascript function (getVar()) that extracts a variable
from a link and returns it. (tested with alert() works fine). But I am
unsure of how to right the following line.
document.write( "<param name='flashVars ' value=&{getVar( text)}>)
This is a param from an object tag (embedding flash) and i'm trying to
dynamically set the flashVars param, but this 1 line is killing me.
How do i properly right this line?
Many Thanks in advance..
I have a working javascript function (getVar()) that extracts a variable
from a link and returns it. (tested with alert() works fine). But I am
unsure of how to right the following line.
document.write( "<param name='flashVars ' value=&{getVar( text)}>)
This is a param from an object tag (embedding flash) and i'm trying to
dynamically set the flashVars param, but this 1 line is killing me.
How do i properly right this line?
Many Thanks in advance..
Comment