Welcome To Snipplr
Everyone's Recent ActionScript 3 Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Active Record ORM implementation in ActionScript 3 for AIR's SQLite DB
0
882
posted 16 years ago by bendalton
This takes whatever object you want (called YOUR_OBJECT in the source) and traces out each child of that object. Pretty useful for debugging an add/removeChild issue.
1
2109
posted 17 years ago by benwasilewski
PACKAGE replace -> com.yourdomain.control
CLASSFILENAME replace -> com.yourdomain.control - folder > MyCustomEvent.as
0
743
posted 17 years ago by t3flexdev
https://www.chrisjmendez.com/2008/06/06/as3-regular-expression-basics/
12
1841
posted 17 years ago by chrisaiv
This snippet shows how to serialize action script object to strings, the serialization method is AMF based, note also that each object must meet three basic rules in order to be serialized properly:
¨1. The constructor must take no arguments...
1
1529
posted 17 years ago by narkisr
This snipped is split in two sections: Actionescript 3 and PHP
2
1290
posted 17 years ago by gfazioli
I use these main import statements for the begaining of all my Actionscript 3 projects. The last two are custom classes that I use for tweening. One class is called Tweener and the other is called TweenLite.
2
1249
posted 17 years ago by mswallace
https://www.chrisjmendez.com/2008/02/11/as3-regular-expression-basic-example/
0
1277
posted 17 years ago by chrisaiv