Can I use swc generated by flasCC in haxe?

36 views
Skip to first unread message

davy zhang

unread,
May 29, 2014, 12:12:03 PM5/29/14
to haxe...@googlegroups.com
I am trying to using the sample 05_swc from flasCC sdk sample folder

but haxe complained can not found 

Class not found : sample.MurmurHash

I attached the swc file here

package ;
import sample.MurmurHash.CModule;
import sample.MurmurHash.MurmurHash3;
class Test {
    static function main() {
        trace("Haxe is great!");
    }
}

compiled with:

haxe -main Test -swf-lib MurmurHash.swc -swf test.swf


MurmurHash.swc
Reply all
Reply to author
Forward
0 new messages