Ask.com form - need HELP!

PROBLEM SOLVED!!

I’m trying to add the ask.com search to a flash mc.

my Input Text is inside a MC , and I believe that’s why is not working, or maybe because I’m not sure how to sned the content from Input Text properly?

Please help!!

This is the code I got from ask.com ( to add to a HTML page)


<form method="get" action="http://ask.com/web">
<table cellpadding="3" cellspacing="0" border="0"><tr>
<td><a href="http://www.ask.com/">
<img src="http://sp.ask.com/sh/i/logos/reply8.gif" 
border="0" alt="Ask.com" align="absmiddle"></a></td>
<td><input id="q" name="q" type="text" size="25" maxlength="255" value="" /></td>
<td><input type="submit" value="Search" /></td>
</tr></table>
<input type="hidden" id="qsrc" name="qsrc" value="2300" />
<input type="hidden" id="o" name="o" value="1500" />
<input type="hidden" id="l" name="l" value="dir" />
</form>