Buenas, tengo un menu xml y un componente tree de flash. esto me genera un menu mediante el codigo xml. ahora mismo el menu llama a un link, y mi intencion es que llame a una funcion del mismo flash al que esta vinculado. el xml es
<PARENT FUNCTION="my_function" ARG="argument" TARGET="_root">
<TEXT>VEGETALES</TEXT>
<SUB FNC="my_function" TARGET="_root" ARG="test for special chars">
<TEXT>EJEMPLO1</TEXT>
</SUB>
<SUB URL="http://www.loqsea.com" TARGET="_blank">
<TEXT>EJEMPLO2</TEXT>
</SUB>
<SUB URL="http://www.loqsea.com" TARGET="_blank">
<TEXT>EJEMPLO3</TEXT>
</SUB>
</PARENT>
SALU2, GRACIAS!!!