Embedding assets
Before we can use images or sounds in our applications for Flash, we should embed these assets. The haXe compiler does not directly manage that, but there are several tools that can be used to do it, such as the following:
SWFMILL
SamHaXe-Open
The Flash IDE
Some other tools that can export to SWF format
SWFMILL has been around for years, even before haXe. So, in this chapter, we are going to see how to use it.