Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hydna/as-hydna
Actionscript 3 bindings for Hydna
https://github.com/hydna/as-hydna
Last synced: about 2 months ago
JSON representation
Actionscript 3 bindings for Hydna
- Host: GitHub
- URL: https://github.com/hydna/as-hydna
- Owner: hydna
- License: other
- Created: 2010-07-05T18:56:26.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-06-05T08:32:11.000Z (over 9 years ago)
- Last Synced: 2024-08-03T05:05:41.851Z (5 months ago)
- Language: ActionScript
- Homepage: https://www.hydna.com
- Size: 449 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - as-hydna - Actionscript 3 bindings for Hydna (Unsorted / Other API)
README
# Hydna bindings for Actionscript 3
This Client library for Actionscript 3 implements full support for the Hydna 1.0 protocol specification.
More info: https://www.hydna.com/
Please note that TLS/SSL support is only supported in Flash Player 11 and above.
## Documentation
Documentation can be found in source files or via the `asdoc` generated files in the folder `doc`. The latest version of the documentation can also be found online at http://hydna.github.io/as-hydna/doc/index.html
## Usage
See `examples/helloworld` for usage.
## Testing
A test suite is provided in this repo. To build:
$ make test
Then open the file `build/test.swf` in your browser or Flash player.## License
See LICENSE in root.