()
| 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: |
nothing calls this directly
no test coverage detected
searching dependent graphs…