Hello all,
I am quite new to AS, and am currently using v 2.0. I have been following the tutorials on creating photo galleries, and galleries with thumbnails from this site. The question I have is this: In the tutorial for Adding Thumbnails on Page 5, the following is noted:
function thumbnails_fn(k)…
This function takes in a number, k, as an argument from the loadXML function.
I do not understand how the number from the loadXML function is passed to the thumbnails_fn function. I do not see any reference to a variable named “k” in the loadXML function. Is the letter “k” arbitrary in this case? Any advice on how this is getting from the one function to the other is greatly appreciated. I only code on an occasional basis, although am really enjoying the actionscript environment and possibilities, and looking forward to doing more with it!!
Thanks in advance for any and all help,
Russ