Open Source ActionScript Software

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.

  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 1
    A collection of autoconf macros, plus an autogen.sh script that can be used with them.
    Leader badge
    Downloads: 6,710 This Week
    Last Update:
    See Project
  • 2
    mBlock

    mBlock

    Base on scratch offline v2.0 by MIT

    mBlock is a visual programming platform based on Scratch 3.0 that helps students learn programming concepts through drag-and-drop blocks, Python, and IoT/AI modules. Developed by Makeblock, it supports programming robots and Arduino boards with an intuitive interface. Designed for education, it bridges the gap between beginner-friendly environments and real-world coding with Python, AI, and robotics tools.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 3
    bfxr

    bfxr

    Flash + AIR sound effects generator. Based on Sfxr.

    The bfxr project by increpare is a sound-effects generator tool originally built using Flash + AIR, based on the earlier Sfxr project. Its purpose is to enable users, especially game developers and sound designers, to quickly generate retro, 8-bit/“chiptune” style sound effects (“bleeps”, “booms”, “zaps”, etc.) without deep knowledge of audio signal processing. It offers an interactive GUI through which you can tweak many parameters (oscillators, envelopes, filters, etc.) to sculpt custom sound effects; you can preview in real time, export, and iterate. The project includes libraries, HTML templates, and both ActionScript and JavaScript code. It has been well-received (over a thousand stars), but as of 2025, it has been superseded by a newer version called bfxr2, which is a JavaScript reworking of the original.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 4
    HTML5 Editor

    HTML5 Editor

    HTML5 editor, free and open-source website builder based on Silex

    This editor is a free and open-source online tool which lets you design html pages with an interface very close to dreamweaver's or powerpoint's one. But we've put a special touch in it ;) The HTML5 editor is now available online and called Silex. Only developers will want to download Silex source code from github. **No need to download it, simply follow the link bellow**
    Leader badge
    Downloads: 96 This Week
    Last Update:
    See Project
  • BoldTrail Real Estate CRM Icon
    BoldTrail Real Estate CRM

    A first-of-its-kind homeownership solution that puts YOU at the center of the coveted lifetime consumer relationship.

    BoldTrail, the #1 rated real estate platform, is built to power your entire brokerage with next-generation technology your agents will use and love. Showcase your unique brand with customizable websites for your company, offices, and every agent. Maximize lead capture with a modern, portal-like consumer search experience and intelligent behavior tracking. Hyper-local area pages, home valuation pages and options for rich lifestyle data keep customers searching with your brokerage as the local experts. The most robust lead gen tools on the market help your brokerage, teams & agents effectively drive new business - no matter their budget. Empower your agents to generate free leads instantly with our simple to use landing pages & IDX squeeze pages. Drive more leads with higher quality and lower cost through in-house tools built within the platform. Diversify lead sources with our automated social media posting, integrated Google and Facebook advertising, custom text codes and more.
    Learn More
  • 5
    Natural Docs

    Natural Docs

    Multi-language source code documentation tool

    Natural Docs is an open-source documentation generator for multiple programming languages. You document your code in a natural syntax that reads like plain English. Natural Docs then scans your code and builds high-quality HTML documentation from it. SourceForge houses the source code and issue database for the old Perl version of Natural Docs, version 1.52. It is still available but no longer being updated. Please see NaturalDocs.org for the 2.x source code and issue database. However, you can still download the both the old and the new 2.x releases of Natural Docs here.
    Leader badge
    Downloads: 66 This Week
    Last Update:
    See Project
  • 6
    NESbox

    NESbox

    Emulator of NES, SNES, Sega Mega Drive, GameBoy video consoles

    The nesbox/emulator is an open source, browser-based emulator for a collection of retro gaming systems (NES, Super Nintendo, Sega Mega Drive, GameBoy, etc.). It’s written in ActionScript/Flash, and the project includes SWF binaries so you can embed the emulator into web pages. The emulator allows users to load ROMs and play them in their browsers via the Flash plugin. It’s licensed under the MIT license, meaning it’s quite permissive in terms of reuse. While Flash is an aging technology, the project remains a practical way to access old console gaming via browser, as long as Flash is supported or available.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 7
    webcamjs

    webcamjs

    HTML5 webcam library for capturing images from browser

    WebcamJS is a lightweight JavaScript library that enables users to access and capture images from their webcam directly within the browser using HTML5 and Flash fallback. It supports taking snapshots and integrating webcam features into web applications with minimal code. Ideal for creating apps involving profile pictures, document capture, or verification tools.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    CasparCG: Pro Video & Graphics Play-Out

    CasparCG: Pro Video & Graphics Play-Out

    Pro Video & Graphics Play-Out SW, proven in 24/7 broadcasts since 2006

    Playback and record video, graphics and audio to multiple screens via DVI/HDMI/SDI in SD, HD, 2K and 4K.
    Downloads: 45 This Week
    Last Update:
    See Project
  • 9
    scratch-flash

    scratch-flash

    Legacy Flash-based version of the Scratch programming editor

    Scratch Flash is the legacy version of the Scratch visual programming environment used to teach coding through creative projects and animations. Developed using Adobe Flash, it was the original engine powering Scratch 2.0. Although deprecated and replaced by Scratch 3.0, this version remains available for archival and historical purposes or for environments still supporting Flash.
    Downloads: 6 This Week
    Last Update:
    See Project
  • HOA Software Icon
    HOA Software

    Smarter Community Management Starts Here

    Simplify HOA management with software that handles everything from financials to communication.
    Learn More
  • 10
    This tool opens or create a Macromedia Flash shared object file (.sol) displays the content of the file and allow you to change the values.
    Leader badge
    Downloads: 162 This Week
    Last Update:
    See Project
  • 11
    FileReader

    FileReader

    A FileReader polyfill for Internet Explore and Safari using Flash

    FileReader is a polyfill library combining JavaScript and Flash (SWF) to mimic the HTML5 File API in older browsers (notably Internet Explorer and Safari versions that did not support File API fully). It overlays a transparent Flash SWF over a DOM element to allow users to select files, then exposes a .files attribute etc., so that client-side file reading behaves more like modern standard. It is unmaintained now, since File API support is widespread.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    VVVVVV

    VVVVVV

    The source code to VVVVVV

    From the creator of Super Hexagon, VVVVVV, the hit 2010 indie platformer, now available on android and iOS! Winner of Indiecade's 2010 award for Most Fun/Compelling Game. There are two versions of the VVVVVV source code available, the desktop version (based on the C++ port, and currently live on Steam), and the mobile version (based on a fork of the original flash source code, and currently live on iOS and Android). If you’re looking for the game’s text, that’s mainly (but not entirely) in the Scripts.cpp and TerminalScripts.cpp classes. These functions basically load data into a very simple script parser that controls cutscene logic. All the actual levels in the game are hardcoded in huge arrays generated with a map editor, which exports the levels in source code. Since the 2.0 update, the Windows, Mac and Linux versions of VVVVVV have featured a powerful and easy to use level editor.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    FZip

    FZip

    Class library to load, modify and create standard ZIP archives

    FZip is an ActionScript 3 class library that allows developers to load, create, and modify ZIP archive files from AS3; it supports reading existing ZIPs, writing new ones (including adding/removing files), decompressing and compressing entries, and generally working with standard ZIP formats entirely in AS3.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    malware-samples

    malware-samples

    A collection of malware samples and relevant dissection information

    This repo is a public collection of malware samples and related dissection/analysis information, maintained by InQuest. It gathers various kinds of malicious artifacts, executables, scripts, macros, obfuscated documents, etc., with metadata (e.g., VirusTotal reports), file carriers, and sample hashes. It’s intended for malware analysts/researchers to help study how malware works, how they are delivered, and how it evolves.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    SignalCommandMap

    SignalCommandMap

    Robotlegs extension to facilitate the use of AS3-Signals with Robotleg

    signals-extensions-CommandSignal is an ActionScript 3 extension that integrates Robotlegs and AS3-Signals frameworks to provide a cleaner, strongly typed alternative to traditional Flash Events in application architecture. Robotlegs uses events as the communication mechanism between models, services, and commands, but this project replaces that system with the more robust and object-oriented AS3-Signals. By combining the two, developers can eliminate the ambiguity and string-based event registration common in standard event-driven patterns. The library introduces the SignalCommandMap, a utility that allows developers to map Signals to Commands, enabling commands to trigger automatically when a Signal’s dispatch() method is called. This extension also creates a SignalContext, an enhanced MVCS context that manages Signals alongside the traditional Robotlegs maps.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    SoundAS

    SoundAS

    A modern lightweight sound manager for AS3

    SoundAS is a modern and lightweight sound management library for ActionScript 3, built for both Flash and Adobe AIR applications. Its primary purpose is to simplify audio playback, making it easier to transition between sounds, manage sound effects separately from looping music, and handle complex sound interactions. The library provides a clean API that supports chaining, allowing concise and expressive sound control in just a few lines of code. It includes built-in support for seamless looping, volume fading, tweening, and grouping of sounds, making it highly useful for game development and multimedia projects. SoundAS also offers a modular structure, enabling developers to use individual SoundInstance objects directly without needing the full system. With a permissive license and active examples, it is designed to be straightforward, flexible, and powerful for managing audio in ActionScript projects.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    Standing Wave 3

    Standing Wave 3

    Flash ActionScript3 dynamic audio library

    Standing Wave 3 is an ActionScript 3 audio library that provides high-level control over the Flash Player’s SampleDataEvent API for streaming audio output. It builds on the foundation of Standing Wave 2 but has been extensively refactored, with its core sample storage and manipulation routines rewritten using Adobe Alchemy for significant performance improvements. Originally derived from the audio engine used in the Noteflight Score Editor, the library allows developers to combine and chain together audio sources, filters, and sequences to create dynamic, real-time sound experiences. Supported audio sources include MP3s, WAV files, and algorithmic generators, while filters enable effects such as echo, equalization, and envelope shaping. The system is flexible enough to handle complex timing sequences of audio, making it suitable for advanced audio applications or interactive projects.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    as3delaunay

    as3delaunay

    Delaunay triangulation and Voronoi diagram for Flash Builder 4 project

    as3delaunay is an ActionScript 3 library that provides an implementation of Delaunay triangulation and Voronoi diagram generation. It is based on the well-known work of Raymond Hill and offers developers an efficient way to create and manipulate geometric structures for use in Flash and other AS3-based environments. The library enables users to generate Voronoi diagrams from a set of input points, allowing applications such as procedural map generation, image segmentation, and spatial partitioning. By handling complex geometric relationships automatically, it simplifies the process of building interactive or data-driven visualizations. The project emphasizes performance and mathematical accuracy while maintaining readability for developers working in ActionScript. Its codebase serves as a reliable foundation for anyone implementing geometry-based algorithms or graphical systems within AS3 projects.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Super Smash FLash 2

    Super Smash FLash 2

    Super Smash Flash 2 is the most must-play battle game with 28 classic

    SSF2 Fan Club: https://www.facebook.com/SuperSmashFlash2FC/ Play SSF2 Online: https://www.freegames66.com/fighting/super-smash-flash-2/ Nice news for those who love Super Smash Flash game, the upgraded version is better and better with an extra 3 playable characters to swell the ranks too (Marth, Zero Suit Samus and Chibi-Robo). Super Smash Flash 2's gameplay is very similar to the official Super Smash Bros. However, the most interesting feature of SSF2 is that character's health is measured by a damage percentage counter. It means a character is attacked, the damage will be accumulated, and percent value gets high. The controls of Super Smash Flash 2 are also different from the previous version. Make use of WASD keys to move Player while the arrow keys are used to control second player. The O and P keys still remain in P-1's possession, the P key for standard attacks, the I key for shield, and the 1 key for taunting.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 20
    BigBlueButton
    BigBlueButton is an open source web conferencing system for distance education. It provides real-time desktop sharing, presentation, VoIP, webcam and chat.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 21
    Flash ActionScript 3.0 port of Erin Catto's 2D Physics library Box2D.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 22
    Apache Flex SDK

    Apache Flex SDK

    Mirror of Apache Flex SDK

    Apache Flex SDK is the open-source software development kit maintained by the Apache Software Foundation for building applications using Adobe’s Flex framework—primarily targeting Flash runtime and AIR for rich internet applications. The Apache Flex SDK defaults to using the Adobe Flash Player 11.1. The SDK can be used with Flash Player versions 10.2 and up. The Apache Flex SDK uses third-party code that will be downloaded as part of the build. In addition, you can choose to download optional third-party code if you would like to take advantage of the features offered, and you agree to the license terms.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    Juicy Breakout
    Juicy Breakout is a demo/example game created by grapefrukt (Martin Jonasson & Petri Purho) to explore and demonstrate “juiciness” in game feel, how small visual, animation, and feedback effects make a game feel more responsive, alive, and engaging. It’s built in ActionScript (Flash) and uses grapefrukt’s own libraries (grapelib) to handle game framework, input, rendering, etc. The demo showcases a Breakout-style (brick-breaking) game but with extra polish, effects, easing, cascading animations, sound, and visuals that exaggerate response so you feel every bounce, paddle movement, and collision. The source is under the zlib license, allowing free use and modification.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    SWFWire

    SWFWire

    Flash Development Tools

    SWFWire is a set of open-source ActionScript 3 libraries and tools for parsing, editing, and generating SWF files. It’s designed to help developers analyze Flash content, extract embedded assets, or build SWFs programmatically. This project is especially useful for reverse engineering Flash files or building custom Flash pipelines, and includes a visual decompiler/editor.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    WebViewANE

    WebViewANE

    WebView Adobe Air Native Extension

    WebViewANE is a native extension (ANE) for Adobe AIR that embeds a modern WebView based on Chromium (CEF) for Windows and WKWebView for macOS. It allows AIR developers to render modern web content within desktop applications, supporting features like JavaScript execution, message bridging, file uploads, and advanced navigation. This makes it ideal for hybrid apps that combine Flash UI with embedded web-based interfaces.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next