Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Populated flash field from html 1

Status
Not open for further replies.

webmigit

Programmer
Aug 3, 2001
2,027
US
IS there a way, when invoking flash, to populate a field in the flash file

I have a field in my flash called DMONumber and am trying to pass a numeric value to that... I thought the <param> tag would do it, like java, but it doesn't and I'm at a loss.

The flash is a form that gneerally users need to fill in but if they use an automated method, it should fill in for them..

Code:
<param name="DMONumber" value="123456"/>

The above doesn't work.

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
Actually.. I found the answer myself and it was flashvars, but thanks for giving it to me too.

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top