Word Play contest prototype, four days to make something decent out of it
2009-10-18 00:00:00 来源:WEB开发网核心提示: where embedded_text.as is coded as follows:package{importflash.utils.ByteArray;[Embed(source="words.txt",mimeType="application/octet-
where embedded_text.as is coded as follows:
package {
import flash.utils.ByteArray;
[Embed(source="words.txt",mimeType="application/octet-stream")]
public class embedded_text extends ByteArray {
public function embedded_text() {
}
}
}
And this is the result… (a bit shrinked to make it fit in the blog)
本文示例源代码或素材下载
更多精彩
赞助商链接