Return-Path: X-Original-To: apmail-flex-issues-archive@minotaur.apache.org Delivered-To: apmail-flex-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9617110948 for ; Mon, 16 Dec 2013 03:35:11 +0000 (UTC) Received: (qmail 70146 invoked by uid 500); 16 Dec 2013 03:35:11 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 70121 invoked by uid 500); 16 Dec 2013 03:35:10 -0000 Mailing-List: contact issues-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list issues@flex.apache.org Received: (qmail 70101 invoked by uid 99); 16 Dec 2013 03:35:10 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Dec 2013 03:35:10 +0000 Date: Mon, 16 Dec 2013 03:35:09 +0000 (UTC) From: "George (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLEX-33926) Null error in videoDisplay.videoObject while using VideoDisplay MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLEX-33926?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1384= 8790#comment-13848790 ]=20 George commented on FLEX-33926: ------------------------------- Just an idea: How about creating a branch of OSMF for ApacheFlex with the fixes we requir= e and call it something like: 'OSMF for Flex developers'. > Null error in videoDisplay.videoObject while using VideoDisplay > --------------------------------------------------------------- > > Key: FLEX-33926 > URL: https://issues.apache.org/jira/browse/FLEX-33926 > Project: Apache Flex > Issue Type: Bug > Components: Spark: VideoPlayer > Affects Versions: Apache Flex 4.11.0 > Reporter: Jo=C3=A3o Saleiro > Assignee: OmPrakash Muppirala > Labels: video > > The videoDisplay.videoObject in the example below is null, so a null obje= ct reference is thrown. > Using the Webcam with Spark VideoDisplay in Flex 4.11 does not work. > > xmlns:s=3D"library://ns.adobe.com/flex/spark" > xmlns:mx=3D"library://ns.adobe.com/flex/mx"> > > import org.osmf.net.StreamType; > protected function video_d_creationCompleteHandler():void > { > var camera:Camera =3D Camera.getCamera(); > if (camera) > video_d.videoObject.attachCamera(camera); > } > ]]> > > x=3D"15" y=3D"23" > creationComplete=3D"video_d_creationCompleteHandler()"> > > streamType=3D"{StreamType.LIVE}"> > > > > > -- This message was sent by Atlassian JIRA (v6.1.4#6159)