Allright, i have a little problem.
I my flash movie, i have 2 button, each one open a popup window. i use this script:
on (release) {
getURL ("javascript:spawnWindow('popup.html','popup','too lbar=no,location=no,status=no,menubar=no,scrollbar s=no,resizable=no,width=200,height=300')");
}
my problem:
when i open the first window, it's fine, but when i open the second window, the new page open in the first popup window. If i close the first popup window, and then, hit the second button, it's ok. but if i let the first popup window open, the next page load in the same window.
what i want to do is:
the first button = 1 popup
the second button = 1 new popup
I appriciate your help, thanx
|