Tim John created FLEX-34056: ------------------------------- Summary: Setting VideoPlayer.source to a File.url causes playback error Key: FLEX-34056 URL: https://issues.apache.org/jira/browse/FLEX-34056 Project: Apache Flex Issue Type: Bug Components: Spark: VideoPlayer Affects Versions: Apache Flex 4.11.0 Environment: Windows 7 Reporter: Tim John Fix For: Apache Flex 4.10.0
Setting the source property of a VideoPlayer or VideoDisplay to the url property of a File instance (e.g. app-storage:/content/videos/Video.mp4) causes the video component to dispatch a MediaPlayerStateChangeEvent with "playbackError" state. It is still possible to use File.nativePath, but found this method problematic with cross-platform compatibility in the past in that the videos won't load on Mac using nativePath. -- This message was sent by Atlassian JIRA (v6.1.5#6160)