hmmmmm.....did you post the link by mistake?
i need the flash to "close" the popup window and redirect the parent window to some other page.
that tutorial is totally different than what im trying to achieve :-S
Main Topics
Browse All Topicsi have two html files, the first one opens a new popup window with the following code:
<a href="#" onClick="window.open('popu
the popup has a link to redirect the parent window to some website and then closes itself with the following code:
<a href="javascript:;" onclick="opener.location='
it works fine with HTML.....
but when it comes to flash, it just fails....
actually i want to insert a flash object in the popup page which will have a close button at the end of the animation. and i want this button to redirect the parent window to a new page and close itself, Exactly the way the HTML pages are doing.
but flash desn't seem to react to the above javascript code?
am i required to use an external javascript?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
oops, my mistake....
following code on a flash button should work for you:
on (release) {
getURL("javascript:opener.
}
- Aneesh Chopra
Business Accounts
Answer for Membership
by: aneeshchopraPosted on 2007-04-12 at 02:46:04ID: 18896598
here is a sample on how it works in flash.. loper/mx/c entered_po pup.htm
m/develope r/mx/code/ centerpopu p.zip
http://www.kirupa.com/deve
source is also available for download at same link
direct link to source files:http://www.kirupa.co
- Aneesh Chopra