Open Source ActionScript Software - Page 14

ActionScript Software

Browse free open source ActionScript Software and projects below. Use the toggles on the left to filter open source ActionScript Software by OS, license, language, programming language, and project status.

  • Build Data Resilience - Take the Assessment Today Icon
    Build Data Resilience - Take the Assessment Today

    Can you recover when it matters most? Take this quick assessment to identify gaps and build greater recovery confidence.

    Is your recovery strategy as strong as you think? Take this quick self-assessment to check your recovery readiness and gain tailored insights. In only 2 minutes, you'll learn where you fall on the recovery readiness scale.
    Take the Assessment
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Grebulon provides OLAP analysis using Flex interfaces and XMLA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Humble modeler for one dimensional cellular automata, implemented in Flash Actionscript 3.0 for easy web application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Remedial spelling program. Aim to be simple and to the point. Quick and easy to use. Simple UI effective for visually and mentally impaired, yet fun enough to engage average people. See http://zero.7250.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Open Source Game is a 2D 3D fighting game based in flash. Please help us to devlop our game!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    3 Surah Quran and Hadees

    3 Surah Quran and Hadees

    It is a Quran app with 3 surahs.

    A Quran App with 3 surahs developed in flash cs4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A social racing game with distributed leader boards and open-source tracks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A.E. Script is a Flash/XML based engine to create graphical adventures playable in browsers like 'IE' or 'Firefox'. Through XML any compliant document can be an own story to play and be customed with many options that A.E. Script and Flash have to of
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Actionscrip 3.0 physics engine. Based on the cyclone engine from Ian Millington who wrote the book "Game Physics Engine Development". Plans are to support 2d and 3d( using f.e. Away3d to display bodies ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    My first project on SourceForge
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    AMADURAR

    AMADURAR

    Get's on things forever

    Taking it perpetuous
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Try to make an Ant Movie Catalog Viewer using my Flash knowledge. A carousel on the bottom showing movies A scrollable list on the right and description, details on the left.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    AS3 Calendar Component

    Calendario interactivo para Adobe Flash AS3 - Componente

    Componente para instalar en tu Adobe Flash CS4 o superior. Calendario con dos interfaces y dos formatos, de fácil uso programado en AS3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An isometric tile-based-game-engine. The engine is intended for pixel-graphics but with a few adjustments might work with vector-graphics. It comes with an Flex-AIR desktop application for editing tile-maps in xml-format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AS3 Signals

    AS3 Signals

    Signals is a new approach for AS3 events, inspired by C# events

    A library offering a modern event system for ActionScript 3 inspired by C# events and Qt’s signals/slots, replacing string-based events with type-safe, boilerplate-free Signals. A Signal is essentially a mini-dispatcher specific to one event, with its own array of listeners. A Signal gives an event a concrete membership in a class. Listeners subscribe to real objects, not to string-based channels. Event string constants are no longer needed. Signals are inspired by C# events and signals/slots in Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AS3 skype API for the Skype. Flash has access to the system Webcam, Audio and flash 9+ has all the capabilities to build a Socket communications. So we can have a Flash based skype client on the web. This can be a widget for instant chat & voice call.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An ActionScript 3 TCP socket wrapper with buffering and acknowledgment mechanism to prevent data loss problems in READ methods of SOCKET class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    AS3 HTML parser/renderer to replace the simple htmlString support in some elements. The renderer mocks FF3 but each element can be overridden. It currently supports most elements (including img, span, div) and is ~70% accurate with more to come.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    AS3Libs

    AS3Libs

    A collection of AS3 libraries and sketches

    AS3Libs is a collection of ActionScript 3 libraries and sample sketches maintained by Grant Skinner. It includes many small independent libraries for things like collision detection, color matrices/filters, particle effects, random number utilities, path-finding, etc., as well as smaller visual/interactive sketch examples. It is intended as a resource/toolbox for developers building in AS3 (Flash / AIR). Simple library for breaking intensive tasks up across frames to maintain UI responsiveness (simple green threads). Provides common color adjustment methods for use with ColorMatrixFilter. Uses the same math/values as the Flash Pro IDE's "Adjust Color" filter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AS3WebSocket

    AS3WebSocket

    ActionScript client implementation for the WebSocket Draft RFC6455

    AS3WebSocket is an ActionScript 3 client implementation of the WebSocket protocol, following the final version of RFC 6455. It’s designed to allow Flash/AIR applications to connect via WebSocket (including secure WebSocket: wss://) to servers implementing that standard, to send/receive text and binary data, handle subprotocols, and support fragmentation etc. A test app is included. The testApp directory contains a Flash Builder 4.6 Air Project that uses the AS3WebSocket library and implements two of the test subprotocols from Andy Green's libwebsockets test server, the dumb-increment-protocol, and the lws-mirror-protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A Flash ActionScript 2.0 Rich Internet Application library for the development of maintainable, multi-movie, event based interactive applications. Provides practical, reusable, pattern-based solutions for common challenges in Flash applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ASB MyAds
    ASB MyAds is a publisher's tool. You can use it to quickly set up ads on your site by defining display priorities, targeting and capping options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An implementation of the braille alphabet in actionscript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PHP Web development FrameWork. Main features: dynamic classes, DB abstraction, template engine, modularity, simplicity
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Easy lightweigt Flashplayer for h.264 and FLV Videofiles
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    User Interface Framework written in ActionScript 2.0 to provide a easy and stable solution for creating Applications with Flash.
    Downloads: 0 This Week
    Last Update:
    See Project