此FLASH源文件用FLASH 8为什么打不开?

来源:百度知道 编辑:UC知道 时间:2024/09/20 21:27:54
如下网址的下载的源文件,用FLASH 8打开后提示“意外的文件格式”。
有相似的鼠标经过显示内容的FLASH源文件或制作方法也请推荐一下~~~
http://www.websbook.com/fl/07/sbfydsxsnr_13387.html

是因为你的Flash的版本太低,用Flash CS4 打开就好了 这是最新的版本
这个做法有很多种,简单一点的你可以考虑用动画做

更高版本做的用底版本是打不开的,还有就是创作人做好后设置了防止导入也会打不开!

版本太低吧,你下的可能cs3或更高的版本制作的。

因为它是用9弄的。

动作源码:(粉圆:btn1 蓝圆:btn2)
function showTip(txt, flip)
{
tiptool.tip.text = txt;
tiptool.tip.setTextFormat(tipFormat);
tiptool._visible = flip;
com.mosesSupposes.fuse.ZigoEngine.doTween({target: tiptool, start_rotation: 45, start_scale: 0, time: 1, ease: "easeOutElastic"});
if (flip)
{
clickSound.start();
} // end if
} // End of the function
com.mosesSupposes.fuse.ZigoEngine.register(com.mosesSupposes.fuse.PennerEasing, com.mosesSupposes.fuse.FuseItem, com.mosesSupposes.fuse.FuseFMP);
var clickSound = new Sound();
clickSound.attachSound("tippy");
var tipFormat = new TextFormat();
tipFormat.font = "PF Ronda Seven";
tipFormat.size = 8;
tipFormat.color = 7765378;
va