- regtime
- 2015-2-26
- last login
- 2022-2-6
- readperm
- 30
- credits
- 8200
- digest
- 0
- posts
- 3065
 
|
Edited by [email protected] at 2017-2-8 22:18
Shiki_fujin replied at 2017-2-8 18:55 ![]()
is a prob css go to study html donk
Lel, I myself am a webdeveloper / application developer, so maybe go study it yourself.
I'll explain it in terms you could understand:
The base game has a specific resolution, if your screen is below that resolution then what you will see on the screen isn't the full game.
The properties they gave the box that contains the flashplayer does have this piece of code that does not resize:
<object name="loading"* width="1250" height="600"* align="middle" id="loading" data="http://logineu.gogames.me/public/2017020724/index.swf" type="application/x-shockwave-flash" wmode="transparent"><param name="flashvars" value="TOKEN"><param name="quality" value="high"><param name="bgcolor" value="#000000"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="wmode" value="transparent"></object>
This size is the minimum screen resolution needed to play this game without zooming out. 1250 * 600.
Most modern screens run at a resolution higher than that, which is why they havent bothered to optimize it.
Try it out yourself, load the game on your screen, then right click on desktop, click on display settings and lower the screen resolution to a resolution lower than 1260*600.(Even loading the game on a 720p panel, you will have to zoom out to see the full game.)
Then you will see this bug for yourself 
DONK
|
|