Flash CS3/CS4 Embedding Fonts.. the right way – UPDATED
April 13th, 2009 |
ActionScript 3.0 Tutorials |
Cam |
2 comments
Yep it’s been awhile since I’ve posted anything, I’ve actually been busy with project work (and a lot of it), but I figured I would take a second or two and post something so that my blog didn’t dry up.
I’ve been having a helluva time embedding fonts. SOME times they work some times they don’t. So I found this nifty way to do it.
Read More...randRange Function
March 28th, 2009 |
ActionScript 3.0 Snippets |
Cam |
No comments
I find myself needing a random number between 2 numbers often. So I wrote this awhile ago and then go trotting back through code to find it. I thought it would be better if I just posted it here for quicker access
Read More...AS3 Custom Events
February 18th, 2009 |
ActionScript 3.0 Tutorials |
Cam |
No comments
I’ve looked at references and surfed for a simple way to create custom events then finally came up with the following:
Example files: [download]
Read More...WebService
February 17th, 2009 |
ActionScript 3.0 Classes |
Cam |
No comments
- Language Version: ActionScript 3.0
- Runtime Version: AIR 1.0, Flash Player 9+
- Description: WebService Class creates an URLLoader instance and allows the send/get of data from a WSDL
- Version: 1.0.0
- Author: Cameron Tullos
- [download]
loadBar Component
- Language Version: ActionScript 3.0
- Runtime Version: AIR 1.0, Flash Player 9+
- Description: Dynamic loadBar (progress bar)
- Version: 1.2.1
- Author: Cameron Tullos
- [download]