I know that much has already been discussed about this issue. I do not want to change a value or address,I can do these things and there is no problem. But I want to add some code to the existing code in the SWF file.
I tried using JPEXS Free Flash Decompiler, but I was not able to save the codes added in a SWF file.The software reported ridiculous errors from other lines of the file and did not save changes : "CURLY_CLOSE expected but SEMICOLON found on line 779" is there any other way ?
What I added :
var tmp_a = 10;
what JPEXS stucked on :
777 enterFrameDispatcher.addEventListener(Event.ENTER_FRAME,function():*
778 {
779 testRenderLoop(psurface);
780 },false,0,true);
It exactly says that "testRenderLoop" has some problems !
Here's the SWF File . I'm working on a script named VEngine.as in the swf.