Hey Saeed,

Did you declare the variables correctly ?

You have put this code outside your class:

*fileRef.addEventListener(Event.SELECT , selectHandler);
fileRef.addEventListener(Event.COMPLETE , completeHandler);
fileRef.browse();*

Put those lines inside your constructor and those errors will disappear.
Don't forget to import flash.events.Event in your package or you'll get
an error there.

Good luck!

Reply via email to