Tagged Questions
3
votes
2answers
190 views
Flash/Flex Speex audio decode, to play a speex file
I want to play *.spx files which encoded by Speex on the Web.
But I have no knowledge of Flash/Flex or any Flash Audio codec. After Google search for a whole day, I got some solutions, that is:
Do ...
3
votes
3answers
455 views
How to pass ByteArray to C code in alchemy?
I want to pass a byte array object from flex code to C code.How to do that?
3
votes
2answers
613 views
Why does the Adobe Alchemy Tool create faster running flash byte code than the flex compiler?
I have seen a few blog entries on this and have had a discussion or two with my team mates but I would like to see what the stack overflow community thinks.
So why does the Adobe Alchemy Tool create ...
3
votes
1answer
334 views
Anyone doing anything yet with Adobe's Project Alchemy?
Making another appearance this year at MAX was Alchemy, Adobe's C/C++-to-AVM2-bytecode compiler. It seems like really interesting stuff -- I haven't yet had time to really dig in and try it out ...
2
votes
3answers
819 views
Can you use Adobe's Alchemy to execute a batch file?
I was going to make an AIR application but I need to execute an external application and because of the security restrictions in Adobe AIR... I was thinking why not try and bypass it by writing some ...
1
vote
3answers
96 views
Is Alchemy Server sided or client sided?
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?
1
vote
0answers
337 views
Error #1006 value is not a function in C++ code compiled by Alchemy
I'm trying to port a big library to Alchemy. I've run into something that looks like an Alchemy bug. I have a class with a static member. There's a static function that uses it. Something like this:
...
1
vote
2answers
850 views
Flex Alchemy: Returning a ByteArray from C function
I am using Flex's Alchemy library to generate SWC's out of C files. I have a byte array (unsigned char buffer[size]) in the c-layer that I'd like to return to the ActionScript layer as a ByteArray. Do ...
0
votes
1answer
382 views
How to return byte array from alchemy C
I have written a alchemy code for reading the byte array that i have passed from flex.
When i print the value i get the error
cannot convert "OggS" to flash.utils.ByteArray
Alchemy Code
static ...
0
votes
1answer
387 views
Adobe Alchemy Byte Array reading problem
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 am printing the contents of the return value from C in a text view ...
0
votes
1answer
74 views
When call AS3_Release
If I create an object in C++ code and return it in ActionScript code should I call AS3_Release before returning it? For example, I have the function in the *.gg file:
public function ...
0
votes
1answer
95 views
How to give the path for the associated header files in alchemy?
I am converting a speexdecoder code to C in alchemy. The problem is that i am importing a header file #include <speex/speex.h>. Alchemy gcc gives an error that speex.h not found.
I have placed ...
0
votes
3answers
315 views
Compression support in AS3 / AIR?
Is there a way to open RAR / zip / 7z in AS3? Thanks.
Is it easy to use compression library in C with Alchemy?