1. The text field has a variable name (and path). It's as simple as referencing the variable:
ActionScript Code:
loadMovieNum(_root.myTextFieldVar,0);
2. Sorry don't know ASP. You should just be able to use:
ActionScript Code:
loadVariablesNum("news2.asp?id=" + _root.yourVarName,0);
Note that you may need to add an additional noCache var:
ActionScript Code:
loadVariablesNum("news2.asp??noCache=" + random(1000000) + "&id=" + _root.yourVarName,0);
__________________
Cheers
Jesse Stratford
ActionScript.org Cofounder
Please
don't email or PM me Flash questions, that's what the Forums are for!
Please don't rely on me reading my PMs either. Email me about important stuff.