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..
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.
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.