The LCCS sample app /ScreenShareExampleSpark/ScreenSharePublisherExample.mxml instantiates a ScreenSharePublisher using the following line:
<rtc:ScreenSharePublisher id="sspublisher" playerVersion="10"/>
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.