宋欢的博客

苏州招聘webgame-flash开发

2009年01月12日

置顶 原创 《指挥官2146》开始内测

《指挥官2146》内测 http://www.commander2146.cn/ 阅读全文>

发表于 @ 2009年01月12日 20:51:00|评论(loading...)|举报|收藏

2009年06月25日

原创 pydev debugger: warning: psyco not available for speedups (the debugger will still work correctly, but a bit slower)


psyco 加速 pydev . (不是必须安装的)

psyco url: http://psyco .sourceforge.net/阅读全文>

发表于 @ 2009年06月25日 16:13:00|评论(loading...)|举报|收藏

2009年06月22日

原创 AIR 操作 sqlite 测试


demo: http://www.sandy1219.com/air/localDatabase.rarpackage { import flash.data.SQLConnection; import flash.data.SQLMode; import flash.data.SQLResult; import flash.data.SQLStatement; import flash.errors.SQLError; import flash.events.SQLErrorEvent; import flash.events.SQLEvent; import flash.filesystem.File; import mx.collections.ArrayCollection; import mx.controls.Alert; public class SqlManager { private static var _instance:SqlManager; public static fun阅读全文>

发表于 @ 2009年06月22日 15:25:00|评论(loading...)|举报|收藏

2009年05月25日

原创 MSN -- AIR客户端


MSN -- AIR客户端

view: http://www.sandy1219.com/air/msn/msn.html

air:  http://www.sandy1219.com/air/msn/air/MSN_client.air

源代码: http://www.sandy1219.com/air/msn/msn_client.rar

但里面有一个问题是:只要发送中文,它里面的socket就会断开。有知道的人可以告诉我。阅读全文>

发表于 @ 2009年05月25日 14:12:00|评论(loading...)|举报|收藏

2009年04月25日

原创 as3 操作 zip文件


as3 操作 zip文件: nochump-ziplib-105-src.zip

http://www.nochump.com/blog/?p=15

这个用起来确实很方便

还有一个是fzip: http://codeazur.com.br/lab/fzip/ 

但是他加载的zip都要先用python注入一些文件头信息,比较麻烦
阅读全文>

发表于 @ 2009年04月25日 23:01:00|评论(loading...)|举报|收藏

2009年04月23日

原创 again -- 5005: Unknown error optimizing byte code


On Windows right click on my computer -> properties -> advanced -> environment vars -> add a new var like this
JAVA_TOOL_OPTIONS
and its value
-Xmx256M

regard , big more 256 will no work ;阅读全文>

发表于 @ 2009年04月23日 17:59:00|评论(loading...)|举报|收藏

2009年04月22日

原创 (转)Debugging Flash CS3 Projects with Flex Builder 3


Debugging Flash CS3 Projects with Flex Builder 3

http://flexblog.edchipman.ca/?p=36

阅读全文>

发表于 @ 2009年04月22日 14:41:00|评论(loading...)|举报|收藏

原创 (转)Profiling Flash CS3 Projects with Flex Builder

Profiling Flash CS3 Projects with Flex Builder http://flexblog.edchipman.ca/?p=7 阅读全文>

发表于 @ 2009年04月22日 13:36:00|评论(loading...)|举报|收藏

2009年04月13日

原创 flex in : An internal build error has occurred


如果报了这个error: An internal build error has occurred. Right-click for more information

请查下你的
switch(type)
{
}

是否有这样的写法。如果有的话,就删掉或者里面加入case .

阅读全文>

发表于 @ 2009年04月13日 14:11:00|评论(loading...)|举报|收藏

原创 Viewing the error log file

Viewing the error log file
The Eclipse error log file stores details about your Eclipse sessions and compiler errors that occur during those sessions. These are not the same as Flex Builder compiler errors, which are displayed in the Problems view.
If you are using the Flex Builder plug-in:
Using the Error Log View, double-click the error item to view it in the Eclipse error log file. Use the Copy button to copy the error item to the clipboard.
If you are using the Flex Build阅读全文>

发表于 @ 2009年04月13日 13:58:00|评论(loading...)|举报|收藏

2009年04月09日

原创 box2d -- test1

box2d 资料真的好少啊。 demo: http://www.sandy1219.com/box2d/test1/Hello2.html 阅读全文>

发表于 @ 2009年04月09日 17:35:00|评论(loading...)|举报|收藏

2009年04月07日

原创 the shadow of pv3d (test7)

demo: http://www.sandy1219.com/3d/test7/test7.html阅读全文>

发表于 @ 2009年04月07日 16:51:00|评论(loading...)|举报|收藏

2009年03月22日

原创 最新的flex 的API (里面包含了很多新的功能说明)

最新的flex 的API (里面包含了很多新的功能说明) http://livedocs.adobe.com/flex/gumbo/langref/ ***. 编码命名空间变成了: 阅读全文>

发表于 @ 2009年03月22日 01:51:00|评论(loading...)|举报|收藏

2009年03月13日

原创 box2d的api帮助文档

box2d的帮助真的好少啊。 推荐一个很齐全的帮助。不过好像用代理才能上。 http://www.box2d.org/wiki/index.php?title=Manual/AS3 阅读全文>

发表于 @ 2009年03月13日 18:36:00|评论(loading...)|举报|收藏

2009年03月11日

原创 CS3 / CS4 / Flex Builder 3 的帮助文件存放路径

CS3 Windows XP: C:\Documents and Settings\All Users\Application Data\Adobe\Flash CS3\en\Configuration\HelpPanel\Help CS4 Windows XP: C:\Program Files\Common Files\Adobe\Help\en_US\AS3LCR\Flash_10.0 Flex Builder 3 Windows XP: C:\Program Files\Adobe\Flex Builder 3\plugins\com.adobe.flexbuilder.help_3.0.XXXXXX\langref 阅读全文>

发表于 @ 2009年03月11日 11:08:00|评论(loading...)|举报|收藏

Csdn Blog version 3.1a
Copyright © 宋欢