OK...
It the Aprelium Abyss web server. They have a premium version for around $60, and a free version. The free version basically doesn't have virtual hosts support, but for the use we are talking about, you don't really need it.
http://www.aprelium.com/abyssws/
I installed it at our church, as I mentioned, so I can run shockwave plugins and youtube/Godtube videos via screenmonkey, rather than having to mess with a web browser window on the second monitor (youtube mostly uses flash encoding which would be supported if you could download the flash file, but since you generally can't, I use the "embed" option to get a reference to the video, then wrote an HTML template page that I can drop the object tag supplied by youtube into.
Point the web browser plugin to 127.0.0.1/myfile.html and away we go. Even better, with the cue window, I can see the play button on my local monitor, so I don't even have to hit play on the other monitor, and the congregation doesn't have to see the mouse cusor floating around hitting "full screen" and "play"
Shockwave in particular doesn't always like to go full screen, but you can at least put everything into an HTML table and center it horizontally and vertically. At that point, if you had a background layer running something else (in SM), the shockwave would appear as a window on top of that. It did take me some playing around to get the settings just right, and I wound up with shockwave actually having to use an iframe, which I hate, becuase the particular shockwave file I was trying to use insisted on appearing at 0,0, so I had to give it a new 0,0 where *I* wanted it :)
Bottom line, something similar should work for nearly anything you can open in a browser window, such as embedded java applets, though some basic HTML may be required, and some forms may take some tweaking to get them to play nice, or line up where you want them.
mike
|