Topmost would make all the browser instances come to the top so, YES, it would help but you might see multiple browser windows above your projector. That's the only drawback I can think of.
The attached ZIP file includes an FLA with the code below on a button. This launches a URL and then calls browser.exe from the fscommand folder to make any browser windows it finds the topmost windows.
The browser.exe file (in the fscommand folder) is just a renamed copy of my proxy.exe utility that launches a copy of browser.bat (also in the fscommand folder). The BAT file looks like this.
Code:
@echo off
set repeat=x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x
for %%i in (%repeat%) do call topmost Internet Explorer
for %%i in (%repeat%) do call topmost Mozilla Firefox
That just calls topmost looking for windows with "Internet Explorer" or "Mozilla Firefox" in their title and makes them topmost. You can add support for other browsers if they have some fixed text in their title bars that topmost can use to identify them.
Hey Northcode! Thanks again for all your help on this!
I am using Flash 8, and I think that is causing problems. I couldn't open the web.fla file. It said "Unexpected File Format"
So, I put the support files in the fscommand folder and tried doing the buttons.
When I tried to apply your button code to a button in the timeline, I got this error:
Statement must appear within on handler
test_btn.onRelease = function()
I'm going to keep plugging away at this for now...
I thought this would do it, but it didn't seem to do anything: