The first one sends its results back to the "result" actionscript function as
expected, but the second one does not.
And the frequency of these redundant calls is intermittent-- it seems to
happen about 80-90% of the time, and it never happens on the first time I
trigger() the connector after launching the application-- only on subsequent
triggers.
I think the most important clue here is that the behavior I'm describing never
occurs when testing within the flash authoring environment-- it only happens
when running the swf file embedded in a web page.
I've been debugging this for days, and have tried several approaches to narrow
down where the redundant call could be originating from. It's clear that my
movie's actionscript is not the problem-- it is definitely only executing the
trigger() function once. Any insight would be greatly appreciated!