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

Function main

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

Source from the content-addressed store, hash-verified

175 - Will preferably execute onDomLoad, otherwise onload (as a fallback)
176 */
177 function main() {
178 if (plugin) {
179 testPlayerVersion();
180 }
181 else {
182 matchVersions();
183 }
184 }
185
186 /* Detect the Flash Player version for non-Internet Explorer browsers
187 - Detecting the plug-in version via the object element is more precise than using the plugins collection item's description:

Callers

nothing calls this directly

Calls 2

testPlayerVersionFunction · 0.70
matchVersionsFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…