tony blair
07-18-2007, 03:37 AM
I know there are heaps of posts about the ‘problem of projectors opening new windows behind the projector file’, but it always seems to end in ‘people solving their issues and not telling in the forum how they did it’.
So it would me most helpful if someone could please give me a simple solution.
I have a projector (created in flash 8) that needs to open loads of URLs and PDFs in the foreground so the user sees that something openes.
I downloaded the ‘Topmost.exe’ and put the ‘fscommand("EXEC", "topmost.exe" + chr(9) + "Flash");‘ code on the first keyframe, but how do I need to change it to respond to my ‘get URL’ codes, I tried these:
fscommand("EXEC", "topmost.exe"+chr(9)+"getURL");
fscommand("EXEC", "topmost.exe"+chr(9)+getURL);
fscommand("EXEC", "topmost.exe"+chr(9)+”http”);
and they don’t work, even if I enter specific url above it doesn’t work, maybe the ‘Topmost.exe’ is not working with flash?
Can anyone please explain what the best method is and how you apply it?
So it would me most helpful if someone could please give me a simple solution.
I have a projector (created in flash 8) that needs to open loads of URLs and PDFs in the foreground so the user sees that something openes.
I downloaded the ‘Topmost.exe’ and put the ‘fscommand("EXEC", "topmost.exe" + chr(9) + "Flash");‘ code on the first keyframe, but how do I need to change it to respond to my ‘get URL’ codes, I tried these:
fscommand("EXEC", "topmost.exe"+chr(9)+"getURL");
fscommand("EXEC", "topmost.exe"+chr(9)+getURL);
fscommand("EXEC", "topmost.exe"+chr(9)+”http”);
and they don’t work, even if I enter specific url above it doesn’t work, maybe the ‘Topmost.exe’ is not working with flash?
Can anyone please explain what the best method is and how you apply it?