Has anyone found an "Implementation for Dummies" as far as this goes? I'm self-learned in C++ but I've sorta taken a low-level, C-ish route, so I'm having a hard time implementing what I've found so far as swf access and display and controls from a C++ program.
Name:
Anonymous2004-12-30 16:58
The SWF file format is open-standard, as far as I know.
Name:
Anonymous2005-02-06 10:41
Yes it is. Just search for a wrapper or something.
Name:
Anonymous2006-10-05 0:40
Daily mage.
Name:
Anonymous2006-10-05 5:59
The license that comes with the documentation severely restricts what you can do with it. It's not an open standard.
>>17
I did. I wanted to verify that the output was correct, since my fucked up implementation didn't take into account certain control characters can't be used. See >>12-13 for examples of broken tests, which were culled before they were put into production use. It's not my fault that >>15 dug up the test environment.