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 484B418D2C for ; Thu, 18 Jun 2015 04:28:01 +0000 (UTC) Received: (qmail 66176 invoked by uid 500); 18 Jun 2015 04:28:01 -0000 Delivered-To: apmail-flex-issues-archive@flex.apache.org Received: (qmail 66151 invoked by uid 500); 18 Jun 2015 04:28:01 -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 66142 invoked by uid 99); 18 Jun 2015 04:28:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jun 2015 04:28:01 +0000 Date: Thu, 18 Jun 2015 04:28:01 +0000 (UTC) From: "Piotr Zarzycki (JIRA)" To: issues@flex.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLEX-34892) Example applications from FlexJS repository is crashing after launch (swf version) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Piotr Zarzycki created FLEX-34892: ------------------------------------- Summary: Example applications from FlexJS repository is crashing after launch (swf version) Key: FLEX-34892 URL: https://issues.apache.org/jira/browse/FLEX-34892 Project: Apache Flex Issue Type: Bug Components: FalconJX Environment: Mac OS X 10.7 Reporter: Piotr Zarzycki Priority: Minor ActionScript Date has both properties (date.time) and setter/getters (date.getTime()). Javascript has only setter/getter functions. Code in ActionScript that will be cross-compiled should be able to use date.time and have it cross-compiled to date.getTime(). Workaround: use date.getTime() in ActionScript. -- This message was sent by Atlassian JIRA (v6.3.4#6332)