Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LocalConnection not working with hidden layer

Status
Not open for further replies.

sherwoodclark

Programmer
Oct 17, 2006
20
0
0
US
I'm using a LocalConnection to communicate between a SWF file in a popUp window (actually several popUp windows created by using divs with styles = position:absolute and visibility:hidden when the popUps are not in use) and the main SWF file on the main page. The popUp contains some combo boxes which I would like to preload from the Main SWF before the user clicks and makes the popUps appear. However, the LocalConnection apparently cannot be opened while the div visibility is set to hidden.

I try to work around this by having the site come up with the div visible, and then hiding it after the popUp is preLoaded. Unfortunately, with several popUp windows to contend with, when I issue the javascript hide commands only the first one works. All subsequent ones fail.

Okay, the question: Is there a way to communicate with the SWF files in the hidden divs while they are hidden?

Thanks.[ponder]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top