[ https://issues.apache.org/jira/browse/FLEX-35098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15328473#comment-15328473 ]
Zach Ishani commented on FLEX-35098: ------------------------------------ Ok - so i've just read the Flex 4.15.0 read me and it says: {code:xml} The Apache Flex SDK uses third-party code that will be downloaded as part of the build. In addition, you can choose to download optional third-party code if you would like to take advantage of the features offered, and you agree to the license terms. The following dependencies have licenses which are, or are compatible with, the Apache Version 2.0 license. You will not be prompted to acknowledge the download. Most of the jars are installed in lib/external. batik - http://archive.apache.org/dist/xmlgraphics/batik/batik-1.6.zip commons-collections - http://archive.apache.org/dist/commons/collections/binaries/commons-collections-3.0.tar.gz commons-discovery - http://archive.apache.org/dist/commons/discovery/binaries/commons-discovery-0.2.tar.gz commons-logging - http://archive.apache.org/dist/commons/logging/binaries/commons-logging-1.0.4.tar.gz javacc - http://java.net/projects/javacc/downloads/download/javacc-5.0.tar.gz velocity - http://archive.apache.org/dist/velocity/engine/1.4/velocity-1.4.tar.gz xalan - http://archive.apache.org/dist/xml/xalan-j/binaries/xalan-j_2_6_0-bin.tar.gz xerces - http://archive.apache.org/dist/xerces/j/Xerces-J-bin.2.9.1.zip The following dependencies have licenses which Apache considers to be reciprocal licenses. These files are installed in lib/external frameworks/libs respectively. saxon9 - http://sourceforge.net/projects/saxon/files/Saxon-B/9.1.0.8/saxonb9-1-0-8j.zip/download osmf.swc (Open Source Media Framework v2.0; used for video components) - http://sourceforge.net/projects/osmf.adobe/files/OSMF%201.0%20%28final%20source%2C%20ASDocs%2C%20PDF%20guides%2C%20and%20release%20notes%29/OSMF_1.0.zip/download saxon9 is released under the Mozilla Public License Version 1.0: osmf.swc is released under the Mozilla Public License Version 1.1: {code} So OSMF is no longer bundled with the Flex Binaries. Even installing them manually with the above guidance - I still couldn't get the compiler to detect the OSMF.swc library.... In the end, rather then downloading the binaries, I used the Flex Installer which in the final stages links the OSMF library automatically. All wotking now. > OSMF missing from 4.14.1 - VIdeoDisplay not working > --------------------------------------------------- > > Key: FLEX-35098 > URL: https://issues.apache.org/jira/browse/FLEX-35098 > Project: Apache Flex > Issue Type: Bug > Affects Versions: Apache Flex 4.15.0 > Environment: IntelliJ + AIR 21.0. Compiling for a mobile device. > Reporter: Zach Ishani > Fix For: Apache Flex 4.15.0 > > > In the pre-Apache Flex releases, you could use <s:VideoDisplay> to play a > local video on a mobile device. > In the Apache releases, it appears that the OSMF libraries have been removed > from the SDK rendering the VIdeoDisplay component nonfunctional. > I have tried copying the osmf.swf and projects/osmf folder from Adobe's Flex > release to Apache's (as advised in case [FLEX-34754] - but it still doesn't > work. > What is the best way to play video on a mobile device with AIR? -- This message was sent by Atlassian JIRA (v6.3.4#6332)