Here’s an idea. In your Axure page that contains the iframe, add a Dynamic Panel and give it a name. Let’s call it ‘trigger.’ In your page you’re loading in the iframe, on whatever event you’re using, call this:
window.parent.$axure('@trigger').moveBy(0,0,{})
Then on the OnMove event of the panel ‘trigger’ add whatever actions you want.