[
https://issues.apache.org/jira/browse/FLEX-33856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853314#comment-13853314
]
Dennis Flanagan commented on FLEX-33856:
----------------------------------------
Additional info: This posting helped me work around this bug in IE 11 web app -
video player would not show video but would play sound. VideoPlayer works in FF
and Chrome, just not IE11. So to reproduce issue in web app try IE 11 (I am
using 11.0.9600.16476). VP works correctly when setting
OSMFSettings.enableStageVideo to false in application creationComplete(). I did
not need to change backgroundAlpha or skin for player when using just the
VideoPlayer. Full screen also works with disabled StageVideo in application.
> no video displaid by VideoPlayer when goes fullscreen
> -----------------------------------------------------
>
> Key: FLEX-33856
> URL: https://issues.apache.org/jira/browse/FLEX-33856
> Project: Apache Flex
> Issue Type: Bug
> Components: Spark: VideoPlayer
> Affects Versions: Apache Flex 4.11.0
> Environment: Tested on windows 7, FlashPlayer, Firefox, but should be
> there everywhere
> Reporter: sebastien Paturel
> Labels: fullscreen, osmf, video
> Original Estimate: 0.25h
> Remaining Estimate: 0.25h
>
> By default, OSMF 2 that is new in 4.11 bundle use stageVideo when goes to
> fullscreen. and the result is that by default, a flex projects using a
> VideoPlayer component, will get no image when in fullscreen, because of
> component Rect background that will be drawn above video image, in stageVideo
> mode.
> Fix:
> add OSMFSettings.enableStageVideo = false; call before the CreationComplete
> event dispatch of the main Application.
> So that we are sure that stageVideo is not used, as it was for previous
> versions.
> But theres still a way to get stageVideo enabled in a flex projects.
> Thanks
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)