在FlashDevelop里使用1.7版本的的TortoiseSVN
前几天更新TortoiseSVN到1.7版本后发现FD(FlashDevelop)里不能使用svn了,在项目面板里的所有文件及文件夹都不能正确显示svn状态了,清一色都显示为未添加版本控制的状态图标,并且在FD的输出面板(output Panel)里输出:
Unable to get repository status: (1)
前几天更新TortoiseSVN到1.7版本后发现FD(FlashDevelop)里不能使用svn了,在项目面板里的所有文件及文件夹都不能正确显示svn状态了,清一色都显示为未添加版本控制的状态图标,并且在FD的输出面板(output Panel)里输出:
Unable to get repository status: (1)
chrome(Google浏览器)自5.0.375.86版本起已经内置了flash player了,它会自动更新你的flash player到最新版本. 但是chrome内置的flash player是release版的,不是debug版的.通常开发者需要使用flash player debugger来调试程序. 现在我们开始在chorme上安装dubeg版的flash player.
这个问题困扰了好长时间,一直不能自动导入包. :mrgreen: 今天问了Google才知道要修改默认设置的.
设置如下: 打开 Window -> Preferences -> General -> Keys :
再看看Alt+/ 哈哈OK了
英文原文: http://www.blog.elimak.com/2009/07/tutorial/
本文将讲述:
怎样安装Ant应用Ant编译你的AS3项目。
与此安装工作将允许你对你的代码编辑工作独立。
然后你可以用任意编辑器打开项目并编译,而不用Flash IDE 或者 Flex. 阅读全文...
在Flash IDE里做一些重复劳动用jsfl是个很好的解决办法,这里有中文帮助。
当然也可以配合Flash的历史面板来学习(Ctrl+F10 或者 Window=>Other Panels=>History)
不过这个也不是全都能用的,在不同的Flash 版本上也会出现不同的灵异事件。
fl.getDocumentDOM().selection 选择图形
先在flash里画一个简单图形(选中后会出现类似下图的网状遮罩)
// 选中舞台上所有对象
fl.getDocumentDOM().selectAll();
// 获取选中对象数组
var arr = fl.getDocumentDOM().selection;
// 取消选择
fl.getDocumentDOM().selectNone();
// 设置选中对象为刚获取的对象数组,
// 但是这个操作在Flash CS5里会忽略 简单图形(Shape,不是组,也不是绘制对象)
// 在Flash CS4里却没有这样的问题
fl.getDocumentDOM().selection = arr;
用 MyEclipse 一段时间后发现 flex编译的3个图标不见了, google下,O(∩_∩)O~
选择 Window -> Customize Perspective... -> Commands -> 勾选 Launch ,确定 ok了
阅读全文...
连接地址:http://www.adobe.com/support/flash/downloads.html
Adobe Flash CS4 Professional Update (10.0.2) 05/13/2009 This update for Flash CS4 Professional (10.0.2) addresses issues related to compiling large projects. Specifically, it addresses stability and performance issues related to large animation files, such as timeline scrubbing and looping and nested movie clips, as well as text handling. For more details, read the technote. For more about this update from Richard Galvan, product manager for Adobe Flash Professional, visit Richard Galvan's blog. Download the Adobe Flash CS4 Professional update (10.0.2) for all languages:
本文转自:http://qzone.qq.com/blog/10505516-1233999141
Flash CS3运行时会提示 Java运行时环境初始化时出现错误 这个是由于缺少JAVA引起的。
解决方法:
现在再启动Flash CS4,点击动作面板,动作面板已经可以正常打开了
缓动相关
Adobe Flash CS4\Common\Configuration\ActionScript 3.0\projects\Flash\src\
UI组件
Adobe Flash CS4\Common\Configuration\Component Source\ActionScript 3.0\User Interface\
video
Adobe Flash CS4\Common\Configuration\Component Source\ActionScript 3.0\FLVPlayback\