The LCCS sample app
/ScreenShareExampleSpark/ScreenSharePublisherExample.mxml instantiates a
ScreenSharePublisher using the following line:However, the last line of the
initialize() routine in ScreenSharePublisher.as hardcodes the player
version to 9: _playerVersion = 9;Thus, setting the playerVersion
property via mxml is ignored.