The Doctor |
07-01-2012 08:30 PM |
Thanks for the nice EC snk!
To do this, you need a browser that supports HTML editing in real time. I used Firefox and downloaded the add on firebug. Navigate to http://eraiframecloud.quattroplay.com/ and wait for the page to load. If it redirects you to http://apps.facebook.com/graalera/, navigate to http://eraiframecloud.quattroplay.com/ again. Once you're at the site, right click the white part of the page and press inspect element with firebug. In firebug, press edit on the menu bar. This will display raw HTML code. Delete everything in the code except a little bit that looks like this:
PHP Code:
<object style="visibility: visible;" id="qplay" data="flash/qplay_20120601_2.swf" type="application/x-shockwave-flash" height="900px" width="1250px"><param value="true" name="allowFullScreen"><param value="direct" name="wmode"><param value="false" name="seamlesstabbing"><param value="noscale" name="scale"><param value="tl" name="salign"><param value="qplaycookie=8dc5f3442fdb4a558ede06b410f6341b&gamefile=qplay_era_20120701.png" name="flashvars"></object>
Do not paste my code in because it won't work for you. The cookie in my HTML will be different than yours. Now, edit the width and height to whatever you want. I made my flash application so big that you can't see the friends menu anymore. I made my flash application 900px by 1250px. Your screen size may be different so tinker with the width and height to get a satisfactory result. Then, press F11 to get into full screen mode.
|