Flash Error #1010
        Posted  
        
            by c11ada
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by c11ada
        
        
        
        Published on 2010-03-30T02:24:42Z
        Indexed on 
            2010/03/30
            2:33 UTC
        
        
        Read the original article
        Hit count: 539
        
flash
hey all,
when i run my flash file (test it) in the output panel i get the following error
TypeError: Error #1010: A term is undefined and has no properties.
i read some where, that this was caused because one of the variables is set to null. after looking at my code i found out that the following line was causing this output
arrSelectedIndex[i] = -1;
this is later on used as the selected index in a group of radio buttons.
my question is, would having the selected index set to -1 be an issue ?
thanks
© Stack Overflow or respective owner