
coco
文章平均质量分 77
meiscoco
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Window API 贴图
#include "CreateWindow.h"int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int n原创 2009-11-07 09:02:00 · 797 阅读 · 0 评论 -
Passing request data with flashVars properties
<br />Passing request data with flashVars properties<br />If you are using the generated wrapper from Flash Builder, then you add flashVars variables by creating an object called flashvars, setting properties on that object, and then passing that object to转载 2011-05-11 17:09:00 · 585 阅读 · 0 评论 -
Flex 国际化
<br />create two folder named zh_CN, en_US ;<br /> <br />modify the compiler arguments : <br /> <br />-locale=zh_CN,en_US -source-path=locale/{locale}<br /> <br /> <br /> Ok , <br /> <br />when you need to change the locale : use' resourceManager.loca原创 2011-05-11 17:57:00 · 442 阅读 · 0 评论 -
Flex 国际化
create two folder named zh_CN, en_US ;modify the compiler arguments : -locale=zh_CN,en_US -source-path=locale/{locale} Ok , when you need to change the locale : use' resourceManager.localeChain = 'selected name' ; // zh_CN or en_US'原创 2011-05-11 17:58:00 · 575 阅读 · 0 评论