Giter Site home page Giter Site logo

flash-loader's Introduction

flash-loader's People

Contributors

veso266 avatar

Stargazers

CB avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

flash-loader's Issues

Can't load any games

Hello,

I've followed the brief instructions on the repository however when I put in my swf's name the game will not load. The loading screen will, but stop before it finishes and no game loads. I put my game title where it says

config = {
"showFPS": false, // show fps display - always false in prod
"debug": true, // disable JS blobind - always false in prod
"title": "TestPlayer", // disable JS blobind - always false in prod
"filename": "example", // filename of game - no extension - must be set for each config
"splash": "assets/todo.jpg", // path to splash-image - with extension
"start": null, // path to start-image - with extension - optional - if present, loader wait for user input to start the game
"width": 900, // width of preloader screen (todo: grab this from splashimage ?)
"height": 540, // height of preloader screen (todo: grab this from splashimage ?)
"x": 0, // x offset of stage (either absolute px value, or string with percentage of window.innerWidth (0-100))
"y": 0, // y offset of stage (either absolute px value, or string with percentage of window.innerHeight (0-100))
"w": "100%", // width of stage (either absolute px value, or string with percentage of window.innerWidth (0-100))
"h": "100%", // height of stage (either absolute px value, or string with percentage of window.innerHeight (0-100))

If you could walk me through this it'd be much appreciated.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.