# SWF to SWF communication from separate browser windows

**URL:** https://forum.kirupa.com/t/swf-to-swf-communication-from-separate-browser-windows/288516
**Category:** flash
**Created:** [May 17, 2009, 1:12pm UTC](https://forum.kirupa.com/t/swf-to-swf-communication-from-separate-browser-windows/288516 "2009-05-17T13:12:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![vicborg81](https://avatars.discourse-cdn.com/v4/letter/v/46a35a/32.png) [@vicborg81](https://forum.kirupa.com/u/vicborg81)
#### Post date: [May 17, 2009, 1:12pm UTC](https://forum.kirupa.com/t/swf-to-swf-communication-from-separate-browser-windows/288516/1 "2009-05-17T13:12:05Z")

</div>

I hope somebody could shed some light on this issue for me.

Assets are the following:  
• An index.html with index.swf embedded  
• A gallery.html with gallery.swf embedded  
• Gallery.swf has 5 different images  
Please Note: These are just example assets and files. The real files are much more complicated than this but this way its easier communicate my requirements.

I need an .swf file in one browser to tell another .swf file to start at a particular frame when it loads.

Once the index.html loads the index.swf file, 5 buttons will appear. Each of those buttons need code on them that loads the gallery.html in the same window and initiates the gallery.swf file at a particular frame, which will be relevant to the button clicked.
