From d970db5a402b985670eb8ff6a3ebceada7934e2f Mon Sep 17 00:00:00 2001 From: usernamealreadyis Date: Sat, 18 Jun 2016 07:24:48 -0700 Subject: [PATCH] cc_fram.js --- .js/cc_fram.js | 8978 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 8978 insertions(+) create mode 100644 .js/cc_fram.js diff --git a/.js/cc_fram.js b/.js/cc_fram.js new file mode 100644 index 0000000..94a82c9 --- /dev/null +++ b/.js/cc_fram.js @@ -0,0 +1,8978 @@ +// imported from cc_framework +// Call a function or class method from inside Flash +function callFunc(func,args) +{ + //console.log([func,args]); + if(func.indexOf('.') > -1) + { + func = func.split('.'); + var handle = window[func[0]]; + var base = handle; + for(var i=1;i