Topic

Chrome Extensions

Any useful chrome extensions for Flash gaming that are compatible with Glitch? I've been downloading a few and none seem to work with Glitch. I'm especially looking for something to help me maximize the size of the screen as I have a lot of empty space to the sides and bottom. Any recs?

Posted 5 months ago by Juniparr Subscriber! | Permalink

Replies

  • Hmm, it might be possible to adjust the Flash object tag. There are some interesting options that might help with different screen resolutions (such as scale and allowFullScreen).

    However, I suspect that the TS images and position calculations are hard-coded to the standard size and things would get messed up if you changed the environment too much.
    Posted 5 months ago by Janitch Subscriber! | Permalink
  • Or you could try from that extension some CSS transforms on the div where the swf stands
    www.w3schools.com/css3/css3...
    I wouldn't use it, but it could be fun to see how it looks, just for science :p
    Posted 5 months ago by Lemo Subscriber! | Permalink
  • @lemo better:  https://developer.mozilla.org/en/CSS/transform
    Posted 5 months ago by davidkn Subscriber! | Permalink