PDFs opening behind my CD interface
I just looked at FooChuck's thread here: http://board.flashkit.com/board/showthread.php?t=794074 and found some good advice, but not an answer for this issue.
I have a CD that autorun's with a Flash EXE interface at full screen. It launches PPT files with no problem. I'm using Northcode's proxy file, so there aren't even any BAT files to make it look clunky when the files open.
BUT whenever I open a PDF, they open BEHIND my flash interface.
How can I get them to pop to the front?
Is there some kind of "focus" command that I should be using? These PDFs are opening in browser tabs, but that is OK.
Here is the code I'm currently using to open the PDFs:
Quote:
on (release) {
getURL("Cutsheets/01-1482.PDF", "_blank");
}