Open Source ActionScript Software - Page 6

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.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    AMADURAR

    AMADURAR

    Get's on things forever

    Taking it perpetuous
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    Assocaition Marocaine des Droits de l'Homme au Maroc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    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
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5
    A simple free Actionscript and flex code editor for Linux built with Mono and Gtk# The title is a working title so any name suggestion will be accepted gratefully.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AS3 Framework
    - fw.linq: Linq To Objects - fw.reflection: Reflection on AS3 classes - fw.queues: Program async - synchronous style - fw.events: Eventdispatching made easy (C# style) - fw.serialization: Serialize EVERY instance to xml and back ... and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    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
  • 9
    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
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    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
  • 11
    AS3 Utils

    AS3 Utils

    reusable package-level functions that solve common problems

    as3-utils is a collection of reusable utility functions and object extensions for ActionScript 3, meant to solve common programming tasks. It provides packages of functions for manipulating arrays, strings, dates, colors, events, HTML, conversion routines, validation, etc. The goal is to give AS3 developers a grab-bag of handy tools so they don’t have to reinvent boilerplate code. Many of these utilities are copied/pasted from open-source projects from around the web. We will attribute functions to their creators (it's on our list of things to do), and we hope function authors understand that we're not trying to take credit for their work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    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
  • 13
    AS3HttpClient

    AS3HttpClient

    HTTP Client for AS3

    as3httpclient is an HTTP/HTTPS client written in ActionScript 3. It offers functionality beyond Flash’s built-in URLRequest/URLStream, implementing HTTP methods such as GET, POST, DELETE, etc., support for multipart form data, chunked transfer encoding, HTTPS (via TLS), and general HTTP client features for Flash and AIR applications. The project is old and no longer actively supported. Learn the HTTP protocol by trying to implement a client. Use AS3Crypto TLSSocket support for implementing HTTPS. Use it as a replacement for Flash's URLRequest/URLStream API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    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
  • 16
    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
  • 17
    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
  • 18
    An implementation of the braille alphabet in actionscript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PHP Web development FrameWork. Main features: dynamic classes, DB abstraction, template engine, modularity, simplicity
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Easy lightweigt Flashplayer for h.264 and FLV Videofiles
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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
  • 22
    ASPOJO-based dependency manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The ActionScript Flash Extension and Application Repository (FEAR). Now featuring an exclusive Flash example implementing the Yahoo! Search Web Services SDK.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Implementation of the OpenStep (NextStep/Cocoa) Application Kit component framework in ActionScript for the Macromedia Flash player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Written entirely in Actionscript 3, aIRC is an open source Internet Relay Chat (IRC) client allowing users to connect to any IRC server through the Adobe Flash 9+ Player.
    Downloads: 0 This Week
    Last Update:
    See Project