FileReference.load() not populating FileReference.data.
Posted
by cookiecaper
on Stack Overflow
See other posts from Stack Overflow
or by cookiecaper
Published on 2009-11-11T01:57:49Z
Indexed on
2010/04/09
14:53 UTC
Read the original article
Hit count: 345
flex
|filereference
I am trying to use the load method of FileReference object to load the data and use it to display a thumbnail of the selected image.
However, after calling fr.load()
, fr.data
remains null
.
I'm using Flex Builder 3.0.2 on Windows 7 with Flex SDK 3.4 and Flash Player 10 Debug. If I evaluate fr.load()
in Eclipse's watch variables list, I get an error reading "No such variable: load."
Anyone know why this is happening?
© Stack Overflow or respective owner