()
| 303 | - no Webkit engines older than version 312 |
| 304 | */ |
| 305 | function canExpressInstall() { |
| 306 | return !isExpressInstallActive && hasPlayerVersion("6.0.65") && (ua.win || ua.mac) && !(ua.wk && ua.wk < 312); |
| 307 | } |
| 308 | |
| 309 | /* Show the Adobe Express Install dialog |
| 310 | - Reference: http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=6a253b75 |
no test coverage detected