[
https://issues.apache.org/jira/browse/FLEX-33856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13853314#comment-13853314
]
Dennis Flanagan edited comment on FLEX-33856 at 12/19/13 10:01 PM:
-------------------------------------------------------------------
Additional info: This posting helped me work around this bug in IE 11 web app -
I have a web application with video player with fade transitions in and out.
The player screen was black but sound played. Events were normal. Works in FF
and Chrome but not IE 11.
Work around (I am using 11.0.9600.16476):
1. set OSMFSettings.enableStageVideo = false in application
creationComplete()
2. Add skin for VideoPlayer (copied from default) with added attribute on
SolidColor: alpha="1" in background rect with comment "background when the
videoDisplay doesn't fill its whole spot"
This now works with player full screen as well (did not work berfore)
was (Author: dbflanagan1):
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)