On Fri, Jul 27, 2007 at 01:06:32PM -0500, Robert Hine wrote: > Hello again everyone, i appologise for all the messages recently, while a > lot of the flash work is going smoothly, I am having one last problem, > which is getting the wiicade api imported into my program, the api says > that I should > > import com.wiicade.WiiMote > > with the WiiMote.as file in my com/wiicade/ directory relative to my > source, however swfc replies > > [EMAIL PROTECTED]:~/swf$ swfc game.txt > error: > import com > ^ > Line 4: Reason: 'syntax error'
The ActionScript parser in swfc doesn't support the "import" directive yet. I'll take a look whether there's a new version of that parser. Greetings Matthias
