PDA

View Full Version : Targus remote with flash presentation


Bsouth
08-28-2008, 08:44 PM
I have created a flash presentation and would like to use my Targus remote to control it or go to the next "slide". Has anyone done this successfully? How would I interpret the remote's input into flash? Thanks for the help.

dialectric
09-05-2008, 12:54 PM
Hi,

A quick look suggests that the remote emulates a mouse, and as such should be understood by flash as a mouse, allowing you to use mouse event handlers like onMouseDown(){

It might also emulate a keyboard for the forward/back arrows. You could check by writing a simple key listener (search the forums for key listener) to see if the remote is sending a keycode.

- dialectric