订阅了N神的博客,是他发布的信息。(原文)
这玩意儿的确不错。
不过很可恶的是,为什么一定要用AIR的在线安装,十分不解。
再不过的是,还好在javascript中写出了地址。
http://download.macromedia.com/pub/developer/fms/fms_explorer.air
用我们可爱的迅雷吧!!!
查看Adobe官方说明:点击查看
订阅了N神的博客,是他发布的信息。(原文)
这玩意儿的确不错。
不过很可恶的是,为什么一定要用AIR的在线安装,十分不解。
再不过的是,还好在javascript中写出了地址。
http://download.macromedia.com/pub/developer/fms/fms_explorer.air
用我们可爱的迅雷吧!!!
查看Adobe官方说明:点击查看
关键代码部分:
// Action script…
// [Action in Frame 1]
Stage.scaleMode = “noScale”;// [Action in Frame 218]
stop ();
p = new Array();
count = 0;
p[count] = {x: _xmouse, y: _ymouse, w: 0, col: 0};
++count;
rand = Math.random;
sin = Math.sin;
r = 255;
g = 127;
b = 0;
w = 0;
ri = 2.000000E-002;
gi = 1.500000E-002;
bi = 2.500000E-002;
this.onEnterFrame = function ()
{
vx = _xmouse – oldx + rand() * 2 – 1;
vy = _ymouse – oldy + rand() * 2 – 1;
oldx = _xmouse;
oldy = _ymouse;
p[count] = {x: _xmouse, y: _ymouse, vx: vx * 5.000000E-001, vy: vy * 5.000000E-001, w: sin(w = w + 2.000000E-001) * 5 + 5, col: sin(r = r + ri) * 128 + 127 << 16 | sin(g = g + gi) * 128 + 127 << 8 | sin(b = b + bi) * 128 + 127};
++count;
clear();
moveTo(_xmouse, _ymouse);
for (var i in p)
{
lineStyle(p[i].w, p[i].col);
p[i].x = p[i].x + p[i].vx;
p[i].y = p[i].y + p[i].vy;
if (p[i].y > 380)
{
p[i].y = 380;
p[i].vy = p[i].vy * -5.000000E-001;
p[i].vx = p[i].vx * 9.500000E-001;
} // end if
if (i)
{
curveTo(p[i].x, p[i].y, (Number(p[i].x) + Number(p[i - 1].x)) / 2, (Number(p[i].y) + Number(p[i - 1].y)) / 2);
} // end if
if (p.length > 50)
{
p.splice(0, 1);
–count;
} // end if
} // end of for…in
};
刚刚,Google黑板报发了一篇博客《改进后的 Flash 索引》。其中有这么一段:
问:在索引 Flash 文件上,Google 遇到的主要技术难题是什么?
目前的问题主要体现在三个方面,这也正是我们在努力解决的:1、Googlebot 不能执行某些类型的 JavaScript 程序。因此,如果您的网页通过 JavaScript 加载 Flash 文件的话,Google 可能无法识别该 Flash 文件,在这种情况下,它将不会被索引到。
2、 目前,我们还无法把那些通过您的 Flash 文件加载的外来内容和您的 Flash 文件整合起来。也就是说,如果您的 Flash 文件加载了一个 HTML文件,或一个 XML 文件,或另一个 SWF 文件等等,Google 将分别索引这些资源,但是它们将不会被认为是您 Flash 文件内容的一部分。
3、虽然我们能够索引在网络上出现的几乎所有语种的 Flash ,但在识别用双向语言书写的 Flash 内容还有一定困难。在这个问题解决之前,我们将无法识别和索引 Flash 文件中的希伯来文或阿拉伯文的内容。
很敬佩Google,很坦诚地说明遇到的问题。
但是呢,有个问题是,曾经,我们使用Flash来作为某些不想被搜索引擎抓到的内容的载体。现在这方法失效了?
看一下第一条吧,哈哈。通过JavaScript。
用SWFObject这个小玩意儿吧。
V2.0 http://code.google.com/p/swfobject/
V1.5 http://blog.deconcept.com/swfobject/
还有一个比较WS的方法就是用一个用流的方式把swf加密,通过流的方式读进来。
AS3天地会有一位兄弟linchenrr红红火火地对此做了研究:
http://bbs.actionscript3.cn/viewthread.php?tid=8889
之前,偶就发现了国内某著名的地图服务商就用了此方法。。。很棒!
这玩意儿老是会忘记了。备忘一下:)
mx.core.Application.application.parameters.PARAMETERNAME
For example:http://www.isdada.com/test.swf?dada=adad
那么mx.core.Application.application.parameters.dada就等于adad
又来酷东东了~呵呵:)
名字有点意思 MSN BC???哈哈:)
不过效果的确挺炫,而且设计方便的创意也很好~
Go to:
http://msnbcmedia.msn.com/i/msnbc/Components/spectra/spectra.html
Picture:
顺手再上一张吧。MSN VS BMW
Adobe把这个链接藏得可真深。
http://www.adobe.com/support/flashplayer/downloads.html
普通的Get Flash Player全是插件版本的。
FusionCharts is a flash charting component that can be used to render data-driven & animated charts for your web applications and presentations.
It is a cross-browser and cross-platform solution that can be used with ASP.NET, ASP, PHP, JSP, ColdFusion, Ruby on Rails, simple HTML pages or even PowerPoint Presentations to deliver interactive and powerful flash charts. You do NOT need to know anything about Flash to use FusionCharts. All you need to know is the language you’re programming in.
最让人欣喜的是支持了3D,同时还有自定义滤镜、效果,高级文件排版等等新特性!!!期待着正式版本!
详情请见:http://labs.adobe.com/downloads/flashplayer10.html
Demo:http://labs.adobe.com/technologies/flashplayer10/demos/
This is a prerelease version of the Adobe® Flash® Player 10 software for Windows, Macintosh, and Linux platforms. It is being made available for developers and consumers to test their content to ensure new features function as expected, existing content plays back correctly, and there are no compatibility issues.
The Flash Player 10 beta is available in all supported languages; however, the prerelease installers are only in English and we can only accept feedback in English at this time.
Release versions of Flash Player 9 are now available from the Flash Player Download Center on Adobe.com.