Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbrock/goplayer
Modern, open-source video player written in ActionScript 3
https://github.com/dbrock/goplayer
Last synced: 2 months ago
JSON representation
Modern, open-source video player written in ActionScript 3
- Host: GitHub
- URL: https://github.com/dbrock/goplayer
- Owner: dbrock
- License: mit
- Created: 2010-08-12T16:43:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-14T10:43:18.000Z (about 14 years ago)
- Last Synced: 2024-08-03T05:02:17.775Z (6 months ago)
- Language: ActionScript
- Homepage: http://getgoplayer.com
- Size: 3.2 MB
- Stars: 19
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - goplayer - Modern, open-source video player written in ActionScript 3 (Multimedia / Media Player)
README
This is the Go Player source tree. Go Player is a Flash-based video
player with a strong focus on code quality. The top-level directories
and files are described below.asautotest.sh
Helper script for invoking ASAutotest in a way appropriate for
hacking on the player engine. Start here if you want to work with
the player engine code.demos/
The web framework used for demoing and debugging the player.
Before running the demos, you need to compile the SWF files,
preferably using the asautotest.sh script.bin/
Compiled SWFs are placed here (except for skin SWFs).src/
The source code for the player engine.skin-interface/
The interfaces used for player-skin-communication.skins/
Skin FLA files. Start here if you only want to work with skins.skin-src/
Source code used in skin FLA files.lib/
Generic utility functions and classes, used in both the player
engine code and the skin code.js-src/
Contains goplayer.js, used for HTML5 replacement.