sangohan / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

option to disable flash fallback #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now it's assumed that developers want IE6,7,8 to fall back to flash, but 
there are some who would rather direct their users to modern browsers, plugins 
such as chromeframe, or IE9 beta with canvas. 

Request:  Better control of how IE6,7,8 fall back 
 * chronoscope.setFallbackMessage(...)
 * chronoscope.setFallbackIE(FLASH|NONE|...)

perhaps also
 * chronoscope.setNoFlash(...) to customize noflash message when using flash fallback and flash not installed

ability to disable the flash fallback and present different messaging/advice 
options for builds would also be nice

Original issue reported on code.google.com by timepedia@gmail.com on 20 Aug 2010 at 9:52

GoogleCodeExporter commented 9 years ago
function onChronoscopeLoaded(chrono) {
  chronoscope.Chronoscope.setFlashFallbackEnabled(false);
}

Original comment by timepedia@gmail.com on 6 Oct 2010 at 1:57