Shakes and fidget SWF file editing

04/07/2018 23:56 edas229#1
Hi guys, can anybody tell me how can I edit this file? I've never touched swf file :D Like i decompiled it, i see that code and uderstand what is it doing, but I don't really know, how to make the dealer page to work as an iframe of my web page. Could anybody help me?

This is the code, which displays the dealer page. (I believe)

Code:
this.§\x1e\x12\x14§["dealer"] = this.MEO_ScreenBeginBlock();
                        papayaLoaderError = function(param1:ErrorEvent):void
                        {
                           §\x17\x06§ = false;
                           MEO_Debug("APP INFO: Loading of papaya plugin failed.");
                        };
                        this.§\x18\x01§["papaya plugin container"] = this.MEO_EntityDefine(0,0,this.§\x01\x15§);
                        papayaLdr = new Loader();
                        papayaLdr.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR,papayaLoaderError);
                        §§push(papayaLdr.contentLoaderInfo);
                        §§push(SecurityErrorEvent);
                        if(false)
                        {
                           return;
                        }
                        §§pop().addEventListener(§§pop().SECURITY_ERROR,papayaLoaderError);
                        this.§\x07\t§.entities[this.§\x18\x01§["papaya plugin container"]].sprite.addChild(papayaLdr);
                        this.MEO_EntitySetMouseChildren(this.§\x18\x01§["papaya plugin container"],true);
                        if(false && true)
                        {
                        }
                        if(false || false)
                        {
                           §§push(this.§\x18\x01§);
                           §§push("dealer background");
                           §§push(this);
                           §§push(0);
                           §§push(0);
                           §§push(this);
                           §§push("scr/dealer/bg_dealer.jpg");
                           if(false)
                           {
                              return;
                           }
                           §§pop()[§§pop()] = §§pop().MEO_EntityDefine(§§pop(),§§pop(),§§pop().MEO_ResourceDefineImage(§§pop()));
                           this.§\x18\x01§["dealer purchase buttons"] = new Vector.<int>();
                        }
                        §§push(this);
                        if(false)
                        {
                           return;
                        }
                        §§pop().MEO_ScreenEndBlock();
                        this.MEO_ScreenOnAdd(this.§\x1e\x12\x14§["dealer"],function(param1:int):void
                        {
                           dealerLoad();
                           if(§\x17\x04§)
                           {
                              §\x17\x04§ = false;
                           }
                           else
                           {
                              §\x1e\x10\x0f§();
                           }
                        });