Commit | Date | |
---|---|---|
2010-03-31 23:39:05 | Tree | |
2010-03-31 23:35:23 | Tree | |
[r1465]
by
briggs@adobe.com
Add logging statements for plugin load failures. Remove unnecessary condition for local players loading remote plugins (which will never work). |
2010-03-31 21:05:14 | Tree |
2010-03-30 21:53:33 | Tree | |
[r1463]
by
briggs@adobe.com
Change some DVR access specifiers (but keep classes non-public in the ASDocs). Fix typo in method name. |
2010-03-30 16:43:33 | Tree |
2010-03-30 15:51:56 | Tree | |
2010-03-30 09:09:35 | Tree | |
[r1460]
by
briggs@adobe.com
Fix bug related to validation of plugin versions. The fix is to load a dynamic plugin SWF twice. The first time it's loaded into a separate ApplicationDomain, so that the class types are not merged (and Version.version will not have identical values for player and plugin). If the version types are consistent, then the plugin is loaded a second time, this time into the same SecurityDomain (so that class types are merged). The second load should pull the SWF from the cache, minimizing the overhead. The downside is that the SWF will be initialized twice. |
2010-03-30 00:33:12 | Tree |
2010-03-29 19:25:40 | Tree | |
[r1458]
by
briggs@adobe.com
Don't check policy file when loading SWFs. Don't import local SWFs into current security domain. |
2010-03-29 19:24:58 | Tree |