MCPcopy Index your code
hub / github.com/mailru/FileAPI / canExpressInstall

Function canExpressInstall

flash/image/html-template/swfobject.js:305–307  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

matchVersionsFunction · 0.70
swfobject.jsFile · 0.70

Calls 1

hasPlayerVersionFunction · 0.70

Tested by

no test coverage detected