I can modify and compile the SDK\'s stringecho.c example for AS3 use no problem. For my own app, I compile with g++ a few dozen files successfully and link:
I\'ve got a simple question. Suppose some simple lib written on c. Did I understood correctly that alchemy compiles it AS3 before compiling it to swf. If so, will the l开发者_JAVA技巧ib be slower or f
I\'m trying to do something simple: send a byteArray to a C library, fill up a buffer and read the memory, but I think I have float conversion problems.
I have tried for a few days to compile -swc with -ljpeg but have not had any luck. Here is what i have been doing.
There are several differ开发者_StackOverflow中文版ent physics engines available for Flash. What would be one you\'d recommend to build a catapult (with slingshot) Angry Birds clone -- that will run we
I am trying to send a bytearray extracted from a file to the C code and return that bytearray again from the C code..
i know that action 开发者_如何学编程script is client sided. But i am very confused when i am using alchemy. Is alchemy client sided or server sided?Client side.It compiles to AVM2 bytecode, running on
I am converting a speexdecoder code to C in alchemy. The problem is that i am importing a header file #include <spe开发者_如何学编程ex/speex.h>. Alchemy gcc gives an error that speex.h not found
This is the code I wrote in J2SE with Native java wrapper for Gstreamer. But alas it does not work in Web Browser, I am very upset what I can do now, I have no alternative to end this project.
I have a C project that I\'m using with Alchemy.The project has some post-build command-line tests that I\'d like to run using the swfbridge.