``` js return swfobject.getFlashPlayerVersion().major >= 1; ``` to ``` js return swfobject.getFlashPlayerVersion().major >= 10; ``` Not this?