Send Dynamic variables from HTML to Flash.
e.g FlashVars=“title1=Title1&img1=001.jpg&desc1=Description1&title2=Title2&img2=002.jpg&desc2=Description2…”;
because the number of photos are not sure. is there any way to loop through those variables in flash and save them in Arrays.
Thanks in advance.