You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Piotr Zarzycki (JIRA)" <ji...@apache.org> on 2015/06/18 06:28:01 UTC

[jira] [Created] (FLEX-34892) Example applications from FlexJS repository is crashing after launch (swf version)

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)