You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, it's the data property that is handled differently. In the Flex project it always returns null. If I set a breakpoint after the stub-statements the fileRef looks like this:
I'm using FlashBuilder 4.6 and Flex Framework 4.6.
Update:
I have tested with Flex versions 4.1 and 4.5. Same result.
I have also tested with a Flex Project run as Air Application, that works. So the problem seems to appear only when run in a browser. (I have tested both Firefox and Safari)
The text was updated successfully, but these errors were encountered:
The code below works in a Flex Library Project but fails in a Flex Project.
Specifically, it's the data property that is handled differently. In the Flex project it always returns null. If I set a breakpoint after the stub-statements the fileRef looks like this:
I'm using FlashBuilder 4.6 and Flex Framework 4.6.
Update:
I have tested with Flex versions 4.1 and 4.5. Same result.
I have also tested with a Flex Project run as Air Application, that works. So the problem seems to appear only when run in a browser. (I have tested both Firefox and Safari)
The text was updated successfully, but these errors were encountered: