WMAudio.getVersion returns undefined [102]
| status: | | closed | | priority: | | low | | reported in: | | 3.2.136 | | fixed in: | | 3.3.120 |
Calling WMAudio.getVersion (before setting the version) returns undefined (i.e no result object). There was a problem in the manifest that described the getVersion method of the WMAudio object, but it only affected the WMP6 player. If you call WMAudio.setVersion({version:"9"}) first then WMAudio.getVersion returned the expected result. By calling WMAudio.getVersion before setVersion you automatically got a WMP6 player where the getVersion call was broken.
|