projector

Projector Control/Display C#

I've had a bit of a search around, but couldn't find anything similar to what I was looking for. I'm interested in knowing how to display differing contents on secondary/tertiary monitors or projectors using C#. Basically, what I'm wanting to achieve is to have some form of presenter view (a lá Powerpoint) on one particular screen (the...

Check for interactive whiteboard or projector

I want to check that there is an interactive whiteboard or projecttor attached to the system. Actually I would like to check it is not there. (To be able to make different license levels.) Is there any technique which could be sure? Platform: MS Windows XP/Vista, MS Visual C++ ...

How to pass parameters to a Flash projector (Windows)?

Is there any way to pass command line parameters to a Flash projector in Windows? I have another application (in this case, an installer) that will need to communicate to a Flash projector (the same way flashvars work). I wasn't able to find any information online (everything seems to be focused on using FSCommand parameters for execut...

Semi-standard resolutions don't appear on Windows slider.

I have a custom monitor/projector that has passed the Windows Logo Test but I'm still having trouble finding out why my custom resolutions don't appear on the slider bar. They appear under the "advanced" windows when you click on "list all modes" and I can change resolutions that way. I can also change resolutions using PowerStrip. Th...

differences between flash projector and flash swf

When publishing a flash project, is a flash projector simply the swf file and plugin wrapped into an executable (.exe for win, .app for mac)? with the goal being that the project doesn't run in a browser and is therefore not browser/plugin dependent? Are there more differences in terms of what actionscript can be run? can files that are...

How can I create a screensaver with a password from a Flash/projector file?

I have an projector file/Flash application that I need to turn into an interactive screen saver. I cannot make an actual screen saver of course because screen savers cannot be interacted with. I need this to be password protected and I need to keep it from being closed. I need to disable any combinations of keys which would cause it to ...

create flash projector application which cannot be closed

I need to create a flash projector application which can be interacted with, but will not close unless a password is entered. I have created the projector file which I have created a close button with a password popup, but this doesn't do anything if the user presses ALT+F4 or Escape etc.. I either need to disable these combinations of...

open url on full screen mode from button on flash projector

i wanna open url on full screen mode from button on flash projector. Is there a way to do it without any third party software? I try the following code but not working on (release) { getURL ("javascript:NewWindow=window.open('http://www.imediaids.com/demo/client/sbhchapter/ims%5Fdisplay/index.php','newWin',' left=0,top=0,toolbar=No,loc...

Flash fullscreen projector

Is there a way to do a projector fullscreen in flash but retain the proper size and tile a pattern background? Much like an HTML page with a pattern background and main content area. Thanks. ...

Bug? FlashPlayer 10 Projector not going into fullscreen depending on SWF/HTML Player settings

Hello, We now use Flash CS4 to publish our FlashPlayer (SWF) and Projector (EXE) but have been having problems with the Projector not running full screen but we can't see why. To demonstrate, create a new AS2 Flash Project in Flash CS4 and add the following actionScript to Layer 1, Frame 1 fscommand("fullscreen", true); fscomma...

Prevent exit fullscreen when "ESC" is pressed in Flex

We have a Flex application which goes fullscreen on startup (which is possible when it's a projector .exe). When a user presses ESC, the application exits fullscreen mode. Is there any way to prevent this? This because we want to use the ESC-key for other functionality. Normally all keyboard input is disabled in fullscreen mode, but not...

Is there any algorithm for projecting images onto a non-flat surface?

Is there any algorithm for projecting images onto a non-flat (deformed) surface? It is not deformed too much. It is a really glassy surface covered with high-quality, durable tracing paper. I have a 3-dimensional model of it. How can I texturise it with a projector? I want to write a program in C\C++\C# for Windows, which would be ...

How do I write a Keystone correction filter for VLC?

Hi How can I set up keystone correction in VLC? If this is not a supported feature, has anyone had any experience writing an add-on filter for VLC? If so, links/examples would be very appreciated! Thank you ...

How to controll (and emulate) monitor/projector on Linux?

I would like to write some C/C++ program to take controll over monitor/projector attached to my computer. What I want is to generate arbitrary output on it and I want that only my application can draw on that screen. I've googled around, but I couldn't find almost anything that would lead me in some direction. Do you know where I can le...

Help with control a BenQ projector in software - Crestron protocol

Hello everyone. I have a BENQ projector that I need to control in software. It supports the Crestron protocol. I'm working in C#. Is the Crestron protocol known ? Is there an API or SDK ? Are there samples anywhere for control a projector ? Thanks, SW ...

control different flash projector on the same LAN

hi! :) anyone know how can i control a projector on a pc, from another projector on another pc, in the same LAN? any solution is good for me! :) thanks a lot in advance for any info. ...

how can I make windowless flash projector without a 3rd party application?

i'm trying to finish an educational cdrom done in flash, how can i make a window less projector, or position the window on the center of the screen without a 3rd party software? ...

Flash :: Replace Projector (exe) Flash Icon With Own?

Hi there, is there any way to change the flash player icon which displayed on desktop taskbar with my icon? ...

Video and Images with Flex 4 on CD-ROM

I am working on a project where we have created an interface using Flex (started with 3, moved to 4 to get access to the included video player component) that has a video and photo gallery. Everything has been going great except I am running into issues when running on Mac. For some reason the videos play but the images do not show. T...

How to open a url in the browser using AS3 on a standalone flash projector?

var request:URLRequest = new URLRequest("http://google.com"); navigateToURL(request, "_blank"); This works fine on web based swfs, it fails on flash player. can anyone help? ...