Based on this tutorial :
http://www.flashdevelop.org/wikidocs/index.php?title=QuickBuildI don't understand where to set the directive "@haxe ..." in my HaXe source file.
The directive :
Code:
@haxe -swf-header 400:300:30:EEEEEE -swf bin.output.swf
CTRL+F8 persists in returning me the following error message : "This file is not a valid HaXe class or does not include a @haxe build command"
At the same time, compiling this file in console with a direct call to haxe.exe and a "compile.hxml" file works fine.
Thx