Git Product home page Git Product logo

Comments (7)

AdamAtomic avatar AdamAtomic commented on July 18, 2024

THanks for the feedback! I've updated FlxSave to return booleans and allow you to set a minimum file size too, should be uploaded asap

from flixel.

OrpheusTheBard avatar OrpheusTheBard commented on July 18, 2024

Great :) I read a bit on the matter, and there's two things I'd like to note:

  1. Not sure if there's any difference, but the example I saw said that SharedObject.flush throws an exception and returns a String on failure, not a Boolean, so it used a try ... catch instead of comparing it to true.
  2. It is also possible for SharedObject.getLocal to throw an exception (such as when the user has disabled third-party shared objects), so I also made a second layer of protection there by adding a boolean property "valid" to the class, catching any exception thrown by getLocal on the constructor and setting valid to false if anything went wrong. Then any other method that makes use of the shared object, returns right away if the shared object isn't valid in the first place.

from flixel.

OrpheusTheBard avatar OrpheusTheBard commented on July 18, 2024

Source: http://www.adobe.com/livedocs/flex/3/langref/flash/net/SharedObject.html

from flixel.

OrpheusTheBard avatar OrpheusTheBard commented on July 18, 2024

And sorry for the triple post, but just noticed:

Shouldn't "MinFileSize:uint=0" also be added to the methods that make use of forceSave (write and erase) ? Because usually forceSave isn't even used directly but rather through the other two methods.

from flixel.

AdamAtomic avatar AdamAtomic commented on July 18, 2024

Yea right on both points, I'll upload some tweaks in a few minutes!

from flixel.

AdamAtomic avatar AdamAtomic commented on July 18, 2024

Ok pushed up some new codes, you need to call bind() now before you can call write() or read(), Mode has been updated accordingly

from flixel.

OrpheusTheBard avatar OrpheusTheBard commented on July 18, 2024

You're the man :)

from flixel.

Related Issues (20)

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.