PDA

View Full Version : Finding How a method works?



cg219
July 31st, 2008, 03:13 PM
IS there a way to find out how functions work in the built in classes? Say I would like to see how the load() function works on a URLLoader. Where can I find the code that make its work??

cg219
July 31st, 2008, 03:42 PM
Got the answer


This code is implemented in C++ in the Flash Player. That source is not available.