Hi Folks,

We’ve just released v2.1.3 of OVP for Flash. This release contains the following changes:

1. Bug fixes:
2908751 - in Core : DfxpParser error parsing style tags
2899982 - in Akamai Multi-Player : tooltips appear behind video after fullscreen
2915075 - Akamai Multi-Player can have sizing issues w/ Flashvars
2927550 - in Core : AkamaiNetStream : the isLive member variable is overwritten by the super class
2910330 - in Core: AkamaiNetStream : live stream resume after dropping error

2. Core - IOvpPlugin.as modified, a new property was added called “ovpPlugInCoreVersion”. This new property allows a player to ask a plugin what version of OVP it was built with.

3. Core - OvpPlayerEvent.as modified, 2 new events were added: CONNECTION_CREATED, and NETSTREAM_CREATED allow a player to expose the OvpConnection and OvpNetStream objects, respectively to plugins. See the ASDocs or the OvpPlayerEvent.as source file for details.

4. MultiPlayer - modified to dispatch the two events mentioned above. Allows an analytics plugin, for example, direct access to the NetConnection and NetStream objects used by the player.

Thanks,
- The OVP Team