Skip to content

luthebao/actionscript3-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ActionScript 3.0 Documentation

This repository contains a complete, high-density reference for ActionScript 3.0 and the Adobe AIR API. The documentation has been manually synthesized into 41 LLM-friendly Markdown files to provide a concise, high-signal resource for developers and AI agents.

πŸš€ How to Use

When working in this workspace, refer to the /docs folder.

  • For AI Agents: Refer to llms.txt in the root for a structural overview of the documentation.
  • For Developers: Use the Table of Contents to find specific packages or class groups.

πŸ“– Content Summary

Core Language

Fundamental types and features including Object, Array, XML, JSON, and Error handling.

Graphics & Visuals

Complete coverage of the Display List (Sprites, Bitmaps), Stage3D GPU rendering, Text rendering, and Visual Filters.

Interactivity & OS

Hardware-level access for Mouse/Keyboard/Touch, Event Handling, Filesystem IO, and SQLite Databases.

System & Networking

Low-level access for Sockets and Networking, Workers and Concurrency, Binary Data/ByteArrays, and External/Sensor Bridge.

πŸ“„ Documentation index

A comprehensive index and categorized list can be found in docs/README.md.


Based on the original Adobe/Harman documentation from airsdk.dev