I'm trying to develop a presentation system that will include interactive functionality as part of the presentation. What I'd like to do is have a screen that the audience can access via their browser, on this screen the current slide will be displayed along with a chat/comments section (haven't really decided which) and a section for footnotes with links that can be followed to other relevant information.
The problem I'm having at the moment is that for the presenter view, I can not seem to get JavaScript to open a window on the projector at all. The best I can do is open a window, drag it over to the projector screen, and make it full-screen, but I would rather have that automated.
Currently I am using NodeJS/HTML5, but I'm open to any solutions, including the use of Flash/Java.