Hi,
I'm loading OSMF plugin dynamically in the following way:
var _localMediaFactory:DefaultMediaFactory = new DefaultMediaFactory();
var pluginResource : URLResource = new URLResource(pluginURL);
_localMediaFactory.loadPlugin(pluginResource);
I noticed that the OSMF plugin is loaded twice. I debugged the session and made sure this part of the code is only being called once.
Are you aware of this issue? any solution?
Thank you,
Michal