[continuation of this question]
To embed resources in a SWF file, I have to add lines to my HXML file. However, since I use FlashDevelop, I do not know where to find it. Where should I put the material that I usually indicate in my HXML?
At a minimum, if you specify resources, you can do this by specifying a command line argument (right-click the project in the Project view, select Properties ..., then Compiler Options> Advanced Compiler Options and add it there).
, , haXe wiki.
.hxml FlashDevelop. Project → Properties.... Custom Build . "" " " ( compile.hxml ):$(CompilerPath)\haxe.exe $(ProjectDir)\compile.hxml
.hxml FlashDevelop. Project → Properties.... Custom Build . "" " " ( compile.hxml ):
.hxml
compile.hxml
$(CompilerPath)\haxe.exe $(ProjectDir)\compile.hxml
Source: https://habr.com/ru/post/1763726/More articles:DBMS_SESSION.set_client_identifier equivalent in SQL Server - sql-serverHow does Google Scribe work? - javascriptboost:: interprocess shared memory и R bigmemory - c++Can I rewrite a URL without redirecting? - javascriptSubversion Visualization Tree - svnC # WPF Binding Code - Why Does This Simple Example Not Work? - c #Ли LINQ пропустить и принять достойную производительность? - linqhtml 5 video tag file without extension - html5How to print a hexadecimal value of 255 on Unix? - unixMysql time queries - mysqlAll Articles