# Talking from Iframe to Iframe?

**URL:** https://forum.kirupa.com/t/talking-from-iframe-to-iframe/67135
**Category:** flash
**Created:** [October 12, 2004, 10:39pm UTC](https://forum.kirupa.com/t/talking-from-iframe-to-iframe/67135 "2004-10-12T22:39:43Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![FlashPlaya](https://avatars.discourse-cdn.com/v4/letter/f/e274bd/32.png) [@FlashPlaya](https://forum.kirupa.com/u/FlashPlaya)
#### Post date: [October 12, 2004, 10:39pm UTC](https://forum.kirupa.com/t/talking-from-iframe-to-iframe/67135/1 "2004-10-12T22:39:43Z")

</div>

I am doing a site with a top flash nav, and Iframe with some flash and html in it.

Is there a way to have the flash in the Iframe give actions to the flash nav??

you can see it here:[http://www.dyaddesigns.com/roque\_new\_layout/](http://www.dyaddesigns.com/roque_new_layout/)

when you hit the porperties button, i want the nav to change to FOR SALE.

something like:

on (release) {  
\_level0.clip.gotoAndPlay(2);  
}

I hope this make sense :thumb:
