MCPcopy Create free account
hub / github.com/CreateJS/SoundJS / canExpressInstall

Function canExpressInstall

lib/flashaudioplugin-NEXT.js:338–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 2

matchVersionsFunction · 0.70

Calls 1

hasPlayerVersionFunction · 0.70

Tested by

no test coverage detected