|
From: Roberto S. <ro...@sa...> - 2004-04-27 02:10:49
|
Hi all
I want ming (C-version) to oputput the swf not to file, but to a buffer,
but I didnt found in the documntation the information, how to do that,
in ming.h I found:
int SWFMovie_output(SWFMovie movie, SWFByteOutputMethod method, void
*data);
But I dont know what is SWFByteOutputMethod.
I tried with:
char* data;
int length = SWFMovie_output(movie, SWFOutputMethod, data);
But that did not work,.
What am I missing ?
regards
Roberto
|