Using FlashVars to pass variables to a SWF
        Posted  
        
            by SoeTheingiLin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by SoeTheingiLin
        
        
        
        Published on 2009-12-04T08:46:53Z
        Indexed on 
            2010/04/14
            9:03 UTC
        
        
        Read the original article
        Hit count: 332
        
I would like to pass over 50 items of variables from php to flash. Actually I want to pass array with foreach statement, looping through the array and assigning loop index to the variables and flash again accept the php values through looping. Is this possible?
If passing values through foreach or loop statement is impossible, I would like to break a new line in tag. how can I break a new line in FlashVars tag?
© Stack Overflow or respective owner