Flash can only affect other elements in flash, with one excpetion. It can change the url of the page. This also allows you to make it run javascript function. if you change the url to:
javascript:myFunc()

and have that function as JavaScript, then that function should be run. Now you can change the url of an iframe using that JS function.

note: javascript was supposed to be one word, this forum splits it into two.