Badly stuck with a flash game

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


Badly stuck with a flash game



I have no knowledge of how flash works. I was moving an old site flash game to a new site. The flash game works on the old site but does not work on the new site.



The game itself loads but is looking for an XML file by the name words.xml. I do have access to that file but the URL it is pointing to from the flash game is wrong and I can't seem to find out how can I change the URL. Please help!



I can provide with whatever details needed. I donot know how much is needed please do let me know!!




1 Answer
1



The URL is most probably hard coded in the SWF and you can't natively change it unless you have the original construction file for the game, likely a *.fla file, in which case you can open that, find the URL in there, replace it and re-export the SWF



Otherwise you could try decompiling the SWF






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

C++ virtual function: Base class function is called instead of derived