hello
how to send such thing into input text …
its like that … html page will be generate by php and value of movie will add like in this (text in bold) :
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“movie” value=IMP.swf**?username=smt@smt.com** />
<param name=“menu” value=“false” />
<param name=“quality” value=“high” />
<param name=“bgcolor” value="#ffffff" />
<embed src=IMP.swf**?username=smt@smt.com** menu=“false” quality=“high” bgcolor="#ffffff" width=“765”
height=“171” name=“IMP” align=“middle” allowScriptAccess=“sameDomain” type=“application/x-shockwave-flash”
pluginspage=“http://www.macromedia.com/go/getflashplayer” />
my question is how to import this smt@smt.com into input text field … ?
elefen