FB 3.6 Problems

765
1
Jump to solution
07-31-2012 08:21 AM
ShaningYu
Frequent Contributor
In working on a FB 3.6 project's widget (DrawWidget), I got the 3 errors that related to 
private var fr:FileReference;

Description Resource Path Location Type
1061: Call to a possibly undefined method load through a reference with static type flash.net:FileReference. DrawWidget.mxml /Preston_WV/src/com/esri/solutions/flexviewer/widgets line 809 Flex Problem
1061: Call to a possibly undefined method save through a reference with static type flash.net:FileReference. DrawWidget.mxml /Preston_WV/src/com/esri/solutions/flexviewer/widgets line 1124 Flex Problem
1119: Access of possibly undefined property data through a reference with static type flash.net:FileReference. DrawWidget.mxml /Preston_WV/src/com/esri/solutions/flexviewer/widgets line 825 Flex Problem

I got this problem about 3 years ago, but I forgot how to fix it.  Pleaase share your experience if you know.  Thanks.
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
ShaningYu
Frequent Contributor
Changed Flashplayer from V9 to 10 by referrring to http://www.actionscript.org/forums/showthread.php3?t=194373/, and then the errors disappearred.

View solution in original post

0 Kudos
1 Reply
ShaningYu
Frequent Contributor
Changed Flashplayer from V9 to 10 by referrring to http://www.actionscript.org/forums/showthread.php3?t=194373/, and then the errors disappearred.
0 Kudos