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)

Reply via email to