Skip to main content
Participant
October 4, 2006
Question

extention interface and XML

  • October 4, 2006
  • 1 reply
  • 234 views
I am creating links in my flash movie using XML. Once I do I would like the links to send info to my HTML page using ExternalInterface. It works when I hard code the url like so:

ExternalInterface.call("ajaxpage", 'hardCode.htm', 'rightcolumn');

but when I try to load the content using XML i get this error:
"256 levels of recursion were exceeded in one action list.
This is probably an infinite loop.
Further execution of actions has been disabled in this movie.
"

What am i doing wrong???
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
October 4, 2006
i don't see anything in that code that would cause a recursion error so there must be something else causing the recursion error.

does btn_mc contain a child with instance name btn?