04 2015 档案

摘要:出处:http://blog.sina.com.cn/s/blog_59f0ac9d0101ci2j.htmlView3D在初始化时候就已经创建的Camera3D 所以有时候没有创建Camera3D但依然可以看到3D场景。Camera3D的默认初始位置在x:0,y:0,c:-1000。Camera属... 阅读全文
posted @ 2015-04-30 00:38 love _荣 阅读(347) 评论(0) 推荐(0) 编辑
摘要:不能成功draw m3u8视频流问题:Texture2DBase.asreturn context.createRectangleTexture(_width, _height, Context3DTextureFormat.BGRA, false);BitmapTexture.as_generat... 阅读全文
posted @ 2015-04-23 15:15 love _荣 阅读(169) 评论(0) 推荐(0) 编辑
摘要:来源 :http://prodesigntools.com/adobe-cc-2014-direct-download-links.html地址:http://trials3.adobe.com/AdobeProducts/FLPR/14/win64/Flash_Professional_14_LS... 阅读全文
posted @ 2015-04-23 13:11 love _荣 阅读(2325) 评论(0) 推荐(1) 编辑
摘要:来源:http://blog.csdn.net/freshlover/article/details/7535785/由于html5的出现,让网页中的视频、音频有了更加便捷的实现方式。但是video、audio标签只在IE 9+、Safari 3+、FireFox 4+、Opera 10+、Chro... 阅读全文
posted @ 2015-04-22 16:37 love _荣 阅读(6593) 评论(0) 推荐(0) 编辑
摘要:原文出处:http://blog.sina.com.cn/s/blog_4532d8b50101g2sw.html在网页中嵌入swf文件时,经常会用到wmode这个参数,而嵌入的swf出现的一些问题也往往与这个参数有关。今天升级IE的flashplayer后,发现网页中有的swf不能显示,刚开始以为... 阅读全文
posted @ 2015-04-21 15:49 love _荣 阅读(800) 评论(0) 推荐(0) 编辑
摘要:不解释。。。 阅读全文
posted @ 2015-04-20 22:36 love _荣 阅读(226) 评论(0) 推荐(0) 编辑
摘要:来源:http://blog.chinaunix.net/uid-366408-id-116463.html代码消息说明1000对 %s 的引用不明确。引用可能指向多项。例如,下面使用了rss和xml命名空间。每个命名空间为hello()函数定义了不同的值。trace(hello())语句返回此错误... 阅读全文
posted @ 2015-04-18 23:43 love _荣 阅读(657) 评论(0) 推荐(0) 编辑
摘要:Chrome窗口和标签页快捷键:Ctrl+N 打开新窗口Ctrl+T 打开新标签页Ctrl+Shift+N 在隐身模式下打开新窗口Ctrl+O,然后选择文件,在谷歌浏览器中打开计算机上的文件按住 Ctrl 键,然后点击链接,从后台在新标签页中打开链接,但您仍停留在当前标签页中按住 Ctrl+Shif... 阅读全文
posted @ 2015-04-18 15:17 love _荣 阅读(271) 评论(0) 推荐(0) 编辑
摘要:原文出处:http://www.php100.com/html/it/focus/2014/1030/7666.html1.多光标操作:只要按下Cmd(Windows系统下Ctrl)键,再用鼠标选择不同的行,你就可以同时编辑多行代码。2.重新打开关闭的标签:和Chrome浏览器一样,如果你不小... 阅读全文
posted @ 2015-04-18 15:14 love _荣 阅读(1485) 评论(0) 推荐(0) 编辑
摘要:来源:http://blog.sina.com.cn/s/blog_7264c84401014fmd.htmlimport flash.ui.ContextMenu;import flash.ui.ContextMenuItem;import flash.events.ContextMenuEven... 阅读全文
posted @ 2015-04-17 23:42 love _荣 阅读(254) 评论(0) 推荐(0) 编辑
摘要:来源:http://www.cuplayer.com/player/PlayerCodeAs/2012/0913404.html利用NetStream的以下属性:bufferTime — 缓冲区大小。可设置(单位为秒),默认为0.1秒bufferLength — 已进入缓冲区的秒数bufferLen... 阅读全文
posted @ 2015-04-17 23:32 love _荣 阅读(850) 评论(0) 推荐(0) 编辑
摘要:http://bbs.tianya.cn/post-outseachina-100691-1.shtml 关于柬埔寨 https://helpx.adobe.com/air/air-releasenotes.html Adobe sdk 早期版本 http://www.adobe.com/devne 阅读全文
posted @ 2015-04-15 20:46 love _荣 编辑
摘要:1.自行下载Air 15.0 sdk (Flash player 包含在内)2. 到15.0Air 包 里找player :AIR15.0\frameworks\libs\player里面有playerglobal.swc把整个文件夹复制(15.0),到flash 安装路径下,如:D:\Progra... 阅读全文
posted @ 2015-04-14 21:47 love _荣 阅读(925) 评论(0) 推荐(0) 编辑
摘要:来源:http://blog.sina.com.cn/s/blog_4d65c19e0100bfkb.html抽象类:又叫抽象基类:可以包含一般类所包含的所有特性,例如,字段,属性,方法,抽象类不能被实例化他主要用在类的定义和部分实现这方面,所以他需要在扩充类中完整的扩充并实现功能.另外抽象类还包含... 阅读全文
posted @ 2015-04-13 21:02 love _荣 阅读(576) 评论(0) 推荐(0) 编辑
摘要:[html]view plaincopy${title}ToviewthispageensurethatAdobeFlashPlayerversion${version_major}.${version_minor}.${version_revision}orgreaterisinstalled.f... 阅读全文
posted @ 2015-04-13 14:54 love _荣 阅读(441) 评论(0) 推荐(0) 编辑
摘要:声明:几种方法都源自网络,我只负责汇总一下子,因为来自多方转载,也找不到初始出处了,需要的可以随意收藏,物尽其用,蛮好^_^对于类似的出错信息:SecurityError: Error #2148: SWF 文件 file:///F:/work2010/tiger/rmpublisher.air/b... 阅读全文
posted @ 2015-04-11 14:52 love _荣 阅读(1763) 评论(0) 推荐(0) 编辑
摘要:2013-04-16更新:更新Flash Player 11.7/AIR 3.7正式版。详细链接FlashPlayer 11.7详情2013-03-10更新:更新Flash Player 11.6/AIR 3.6正式版以及beta 11.7。详细链接FlashPlayer 11.6详情2012-11... 阅读全文
posted @ 2015-04-10 16:50 love _荣 阅读(494) 评论(0) 推荐(0) 编辑