Ticket #1384 (closed bug: worksforme)
Hiding components broke in 5.7
| Reported by: | jeroen | Owned by: | pablo |
|---|---|---|---|
| Priority: | Milestone: | Player 5.7 | |
| Component: | flash | Keywords: | |
| Cc: | Forum thread: |
Description
This worked in 5.6 and broke in 5.7.
_player.controls.display.hide()
We do document this feature, and plugins like Captions and Sharing use it.
Error message:
Error #1069: Property com.longtailvideo.jwplayer.view.interfaces:IDisplayComponent::hide not found on com.longtailvideo.jwplayer.view.components.DisplayComponent and there is no default value.
Change History
Note: See
TracTickets for help on using
tickets.

This error is due to a change in the internal structure of the 5.7 component interfaces. The problem can be alleviated by simply recompiling the plugin using the most recent version of the player's library (SWC and XML).