This is a vim color syntax file for AS3 that I wrote.
To use it, install it to ~/.vim/syntax and set your filetype to as3 in vim.
Here's a way to do that last part automatically when *.as files are opened.
autocmd BufRead,BufNewFile *.as set filetype=as3
Contributions are welcome.