vote up 0 vote down star

Since Actionscript is a proper superset of javascript, it should I suppose be possible. Do you use/have you used any of the the javascript extension libraries with Actionscript/Flex/Air?

flag

But the DOM isn't the same, right ? – krosenvold Jan 11 '09 at 6:30

3 Answers

vote up 1 vote down check

I ported some stuff from prototype.js to AS:

http://wiki.alcidesfonseca.com/hacks/prototypeas

link|flag
vote up 3 vote down

The language itself is a proper superset, but the underlying API is not at all the same. The problems that jQuery and its ilk solve won't be useful for you in ActionScript, so you won't really get much from dropping them into your Flash/Flex project directly. Most things are already well covered by the default Flash/Flex API, so that probably explain the dearth of add-on libraries. I would, however, recommend as3corelib for processing JSON and handling other data in your ActionScript 3 projects.

Tnanks - I'm already onto as3corelib for JSON.

link|flag
vote up 1 vote down

google around for as3query

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.