try this
$( yourAccordionSelector ).bind( "accordionchange", doIframe )
or
$( yourAccordionSelector ).bind( "accordionchangestart", doIframe )
This likely won't be enough as the accordion script needs to set container height based on content height and using accordion options like autoHeight may require a more advanced approach
If doesn't work create post link to a simplified page that has accordion and iframes