Hi Everyone,
quick question. I have a string called “picLoader.as”
But that is just a string. I actually want to have access to that class, as follows:
picLoader.getFile();
picLoader.setFile();
and so on.
But I have a string only. So from that string, how can I read picLoader.as ?
Thanks!