Ticket #1384 (closed bug: worksforme)

Opened 23 months ago

Last modified 23 months ago

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

comment:1 Changed 23 months ago by pablo

  • Status changed from new to closed
  • Resolution set to worksforme

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).

comment:2 Changed 23 months ago by pablo

Additionally, be sure to exclude the player classes from the plugin, using the -load-externs or -external-library-path compiler options for MXMLC

Note: See TracTickets for help on using tickets.