loader.content["getdata"] - why the square brackets
loader.content["getData"](libraryS,dataArray);
Hi, I am trying to understand some code
1. The loader.content returns the root display object - a movie clip (which I am loading into a container mc)
2. The getData is a function within the targeted/loaded movie clip
3. The (libraryS,dataArray) are the parameters of the getData function
So why do we use the sqaure brackets for the function name and the normal brackets for the parameters???
Cheers
