How to generate automatic response from the server in flex
        Posted  
        
            by Jeeva
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jeeva
        
        
        
        Published on 2010-03-26T07:21:44Z
        Indexed on 
            2010/03/26
            7:23 UTC
        
        
        Read the original article
        Hit count: 379
        
flex3
I'm developing a web based game application using flex. I'm placing images dynamically inside a canvas . Whenever i place an image it should change it state after a period of time. For example after 2 mins it should change it state. The time has to be calculated for each image after i place the image. How shall i handle this.
© Stack Overflow or respective owner