Hello,

my project is almost finished, but i'm new to flex and found a problem i don't 
know how to solve...
I need to initialize a fileReference object.

This object is on a form, and everytime i get inside the form i need the object 
like new, with no content at all.

i tried:

var file_imgb:FileReference=new FileReference();
var file_imgs:FileReference=new FileReference();
                        
public function iniciafiles_noticias():void
{
      file_imgb=null;
      file_imgs=null;
                                             
      var file_imgb:FileReference=new FileReference();
      var file_imgs:FileReference=new FileReference();
                        
}

but after calling the function "iniciafiles_noticias()" the content of the 
objects still there :(

please, help me...T__T



      ______________________________________________ 
Enviado desde Correo Yahoo! La bandeja de entrada más inteligente.

Reply via email to