mlallier
01-04-2005, 11:32 PM
I have a flash.exe - standalone player on a CD, not on a web site - and need to be able to open a browser window, ON TOP OF the flash.exe. I have used;
on (release) {
getURL("http://www.yahoo.com", "_blank");
}
but it places the window behind the .exe. Can someone send me the code to cause the new window to be on top of the .exe?
Thank You!
on (release) {
getURL("http://www.yahoo.com", "_blank");
}
but it places the window behind the .exe. Can someone send me the code to cause the new window to be on top of the .exe?
Thank You!