<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>宋欢的博客 - </title><link>category/406651.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Fri, 06 Jun 2008 09:58:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>songhuanren</dc:creator><title>Haxe学习(1)</title><link>http://blog.csdn.net/songhuanren/archive/2008/06/05/2514852.aspx</link><pubDate>Thu, 05 Jun 2008 18:50:00 GMT</pubDate><guid>http://blog.csdn.net/songhuanren/archive/2008/06/05/2514852.aspx</guid><wfw:comment>comments/2514852.aspx</wfw:comment><comments>http://blog.csdn.net/songhuanren/archive/2008/06/05/2514852.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2514852.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2514852</trackback:ping><description>Haxe(好东西啊),主要是把程序放在一起开发,比如你要开发flash+php的应用,就是前端是 flash,后台是php,那你就不用两个开发环境,完全可以用haxe全包,就是用haxe开发flash(支持flash9),用haxe开发php,haxe可以生成swf文件,可以生成php,还可以生成javascript,  哈哈  ,好吧....

安装:

1,从官网(http://haxe.org/?lang=cn) 下载haxe,下载之前先安装一下Neko,然后把haxe和neko放在一起,点击haxe安装,好了后,会在你的系统盘的program files 下产生一个Motion-Twin目录,,

2,来创建一个helloworld实例,

Test.hx:

class Test{
 static function main(){
  trace("haxe test");
 }
}
compile.hxml

-swf test.swf
-main Test

编译的话只要双击compile.hxml就可以了,如果成功的话,就会生成一&lt;img src ="aggbug/2514852.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>