can anyone please help me create an HTTP link from an input box…
please…badly needed
Hi
Here u go:
Select ur Input TextField on the stage and set its HTML property to TRUE by clicking on <> on ICON.
textFieldName.htmlText="<a href=‘macromedia.com’ target=’_blank’>" + “macromedia.com”
In place of textFieldName put your text fields name
aShIsH