as 如何实现 导出 csv

nick | as, flash | 2012-06-30
http://code.google.com/p/csvlib/wiki/QuickStart   package {         import flash.events.Event         import flash.events.MouseEvent;         import flash.events.TimerEvent;         import flash.net.URLRequest;         import flash.display.Sprite         import com.shortybmc.data.parser.CSV;         import flash.utils... [阅读全文]
ė 6as 如何实现 导出 csv已关闭评论 0, ,

Flash Player 11.3和Adobe AIR3.3新特性

nick | air, as, flash | 2012-06-30
帧标签事件 可以向某个帧标签添加事件了,就像: var frame:FrameLabel = mc.currentLabels[0]; frame.addEventListener(Event.FRAME_LABEL, onFrame); 全屏下的文本输入 对了,这个特性你懂的。为了能够在全屏下输入文本,需要两个步骤: 1. 在Html标签上启动它: <param name=”allowFullScreenInteractive” value=”true”/> 它会反馈到 Stage 对... [阅读全文]

Flash Player 11.3和Adobe AIR3.3新特性

nick | as, flash | 2012-04-06
帧标签事件 可以向某个帧标签添加事件了,就像: var frame:FrameLabel = mc.currentLabels[0]; frame.addEventListener(Event.FRAME_LABEL, onFrame); 全屏下的文本输入 对了,这个特性你懂的。为了能够在全屏下输入文本,需要两个步骤: 1. 在Html标签上启动它: <param name=”allowFullScreenInteractive” value=”true”/> 它会反馈到 Stage 对... [阅读全文]
ė 6Flash Player 11.3和Adobe AIR3.3新特性已关闭评论 0, ,

保持 Flash Player 背景運作 FPS 技巧

nick | as, flash | 2012-03-28
最近處裡另一個時間上的問題時,偶然發現的技巧 可以讓背景模式下 Flash Player Plugin 維持原本 FPS 運作 突破 2 FPS (或 8 FPS) 的節流限制 (Throttle Mode) 參考之前的文章 Flash Player 10.1 維持 8 FPS 小技巧 這次一樣是用 Sound 物件來做到的 只有一點不同,就是要自己合成聲音資料 測試程式如下: package { import flash.display.Sprite; ... [阅读全文]

基于Stratus 2的P2P多人文件共享

nick | as, flash | 2012-03-20
来源博客:Flex the world 在我的上一篇Status 2的文章中给大家简单介绍了Stratus 2 一对多视频直播,今天给大家演示一下如何在NetGroup中共享文件。在原来的Strtuas 1 中,我们也可以发送文件,不过发送的方式很单一,只能通过NetStream.send的方式将文件发送给选定的对象。这样的文件发送问题很多。 发送过程中无法知道文件发送的情况。 很麻烦才可... [阅读全文]

错误消息:“当前页面的脚本导致 Internet Explorer 运行缓慢”

nick | as, flash, web | 2012-01-07
概要 由 于运行某些脚本可能需要较长的时间,因此 Internet Explorer 会提示用户决定是否要继续运行这些缓慢的脚本。 某些测试和基准可能使用了运行时间较长的脚本,并希望增加到消息框提示之前的等待时长。在 Internet Explorer 中,可以在特定的客户端计算机上通过修改注册表项更改脚本超时值。 更多信息 有时,网页包含需要很长时间来运行的脚本... [阅读全文]

Flash Player 11 都有哪些新功能?

nick | as, flash | 2011-10-12
Flash Player 所拥有的全部功能可以在这里查看:http://www.adobe.com/cn/products/flashplayer/features.html 。同时在这个页面也可以查看到每个新版本所新增的功能。以下是 Flash Player 11 所拥有的新功能: Stage 3D 加速图形渲染 探索 Adobe 高性能 2D/3D GPU 硬件加速图形渲染的新架构,为应用程序高级渲染提供了低级 Stage3D API,带来互动体... [阅读全文]

Targeting Flash Player 11 & AIR 3 Release Candidates in Flash Professional CS5.5

nick | as, flash | 2011-09-27
Targeting Flash Player 11 & AIR 3 Release Candidates in Flash Professional CS5.5
This post was written before Adobe made the announcement that the Flash Player 11 and AIR 3.0 runtime will be available next month.Although all of my projects are coded in FDT4 I still use Flash Professional on a regular basis that because a great part of those projects have complex timeline animations usually made by the ... [阅读全文]

Flash Formula Editor

nick | as, flash, flex | 2011-09-13
软件以GPLv3发布,是一个flash制作的公式编辑器,可以架设到论坛或者博客上,方便用户发表公式,详细使用方法见README 授权协议: GPLv3 开发语言: ActionScript 操作系统: 跨平台 收录时间: 2011年09月12日 软件首页 软件文档 软件下载 [阅读全文]

Flash Console 2.52

nick | as, flash | 2011-08-31
Flash Console 2.52
I have tested a new console for Flash called Flash-console v2.52 (created by Lu Aye Oo). This is by far the best console/monitor tool I’ve tried. With a few lines, you are up and running and have control over the FPS, memory, trace, channels, and more. You can open the command prompt, and modify instances at runtime. In t... [阅读全文]
ė 6Flash Console 2.52已关闭评论 0, , , ,
Ɣ回顶部