()
| 336 | - no Webkit engines older than version 312 |
| 337 | */ |
| 338 | function canExpressInstall() { |
| 339 | return !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac) && !(ua.wk && ua.wk < 312); |
| 340 | } |
| 341 | |
| 342 | /* Show the Adobe Express Install dialog |
| 343 | - Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75 |
no test coverage detected