Hi,
Is there an easy way to add a variable into A HREF tag within as3?
Example:
var myVariable = “hello”;
<a href = ‘event:myVariable’ </a>
Of course, that doesn’t work, but how would I go about making it work? This is for a dynamic project, so I need to call upon variables within the A HREF in order for this to work.
Thanks for the help!