2010/10/30 Pablo Rodríguez <[email protected]>: > Hi there, > > I wonder whether it would be possible to improve the keyboard_viewer with > the following code: > > if ((Key.getAscii() == 70) || (Key.getAscii() == 102)) { > if(Stage["displayState"] == "normal"){ > Stage["displayState"] = "fullScreen"; > } else { > Stage["displayState"] = "normal"; > } > } >
Good idea! > So this viewer could show Flash files in full screen (this would be > essential for showing presentations). I have tried to investigate how to > patch the viewer source myself, but it isn't swfc code, but C, and I have no > idea how to do it. I don't think we should fiddle with the old C version of the keyboard viewer anymore. keyboard_viewer.sc is in desparate need of being ported to swfc anyway, so I think we should do that, and then add the fullscreen code to the sc. Matthias
