[
https://issues.apache.org/jira/browse/FLEX-35026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15131819#comment-15131819
]
Vandana commented on FLEX-35026:
--------------------------------
This post solve my problem when i open mp4 in normal mode.
But my requirement is to launch MP4 video in full screen mode by default. For
that had created a customized video player and it was working fine in SDK 4.6.
Now i changed SDK to 14.1 same code throwing error.
Error:
RangeError: Error #2006: The supplied index is out of bounds.
at flash.display::DisplayObjectContainer/setChildIndex()
line no. file [scripts\CustomVideoPlayer.as:2531]
line:
// TODO (rfrishbe): Should we make this FULL_SCREEN_INTERACTIVE if in AIR?
systemManager.stage.displayState = StageDisplayState.FULL_SCREEN;
> Spark VideoPlayer does not display video (Flex SDK 4.14.1)
> ----------------------------------------------------------
>
> Key: FLEX-35026
> URL: https://issues.apache.org/jira/browse/FLEX-35026
> Project: Apache Flex
> Issue Type: Bug
> Components: Spark: VideoPlayer
> Affects Versions: Apache Flex 4.14.1
> Reporter: Vandana
> Priority: Blocker
>
> The Spark VideoPlayer components do not load video. No display.
> my code example :
> <s:VideoPlayer
> source="E:\Demo\Contents\180076/scrn0001.mp4"
> width="350" height="250"
> loop="true"/>
> Is it bug in this release?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)