fljot / GestouchExamples

Examples for Gestouch library.
https://github.com/fljot/Gestouch
MIT License
58 stars 13 forks source link

Flash CS5.5 #1

Closed AyazSardar closed 12 years ago

AyazSardar commented 12 years ago

Hi,

How can i use Gestouch in Flash CS5.5?

Please advice.

Regards,

Ayaz

fljot commented 12 years ago

Just as any other library: add the sources or compiled swc to the classpath. for example http://active.tutsplus.com/tutorials/workflow/how-to-use-an-external-library-in-your-flash-projects/

If you're asking how to compile this examples with Flex CS — you can't. This is a Flex project (used here just to quickly build the interface). But you don't need any specific IDE to run it as the build process is powered by Ant. All you need is Flex SDK and Ant to build this up.