Smart coding on ActionScript 2 (importing vars from a php)

Posted by DomingoSL on Stack Overflow See other posts from Stack Overflow or by DomingoSL
Published on 2010-06-02T17:17:05Z Indexed on 2010/06/02 18:54 UTC
Read the original article Hit count: 138

Filed under:
|
|

Hello, i have a php who when is executed it give me a couple of vars in this format:

&lVar1=DATA1&&lVar2=DATA2&&lVar3=DATA3 and soo...

The problem is that i dont know the quantity of lVar the php script is gonna give in any time, so i cant figure out a smart script in AS2 to import all of them into a array to my flash. Can you help me?

© Stack Overflow or respective owner

Related posts about php

Related posts about flash