请flash高手帮忙

来自:    更新日期:早些时候
请高手帮忙~

其实原有的功能都能用,但前提是你要找到相应的驱动程序。到联想官网上可以下的。
[url]http://support1.lenovo.com.cn/lenovo/wsi/index.html[/url]

这种代码只能写在主时间轴上;
要写在mc上只能是onClipEvent处理函数

onClipEvent(movieEvent:Object) {
// your statements here
}

触发为特定影片剪辑实例定义的动作。

可用性:Flash Player 5;ActionScript 1.0

参数
movieEvent:Object - movieEvent 是一个称为事件 的触发器。当事件发生时,执行该事件后面大括号 ({}) 中的语句。可以为 movieEvent 参数指定下面的任一值:

load 影片剪辑一旦被实例化并出现在时间轴中,即启动此动作。
unload 在从时间轴中删除影片剪辑之后,此动作即在第 1 帧中启动。在将任何动作附加到受影响的帧之前处理与 Unload 影片剪辑事件关联的动作。
enterFrame 以影片剪辑的帧频连续触发该动作。在将任何帧动作附加到受影响的帧之前处理与 enterFrame 剪辑事件关联的动作。
mouseMove 每次移动鼠标时启动此动作。使用 _xmouse 和 _ymouse 属性来确定鼠标的当前位置。
mouseDown 当按下鼠标左键时启动此动作。
mouseUp 当释放鼠标左键时启动此动作。
keyDown 当按下某个键时启动此动作。使用 Key.getCode() 检索有关最后按下的键的信息。
keyUp 当释放某个键时启动此动作。使用 Key.getCode() 方法检索有关最后按下的键的信息。
data 在 loadVariables() 或 loadMovie() 动作中接收到数据时启动该动作。当与 loadVariables() 动作一起指定时,data 事件只在加载最后一个变量时发生一次。当与 loadMovie() 动作一起指定时,则在检索数据的每一部分时,data 事件都重复发生。
=============================
具体怎么用要看你想实现什么效果,onClipEvent的用法上面说的比较详细了,仔细看一遍,聪明的你一定知道怎么用了

<font color=#FF0000 onclick=javascript:customCss();>个人主页管理</font>
播放器
<iframe id="xiseframe" border="0" vspace="0" hspace="0" marginwidth="0" marginheight="0"
framespacing="0" frameborder="0" scrolling="no" width="149" height="50"
src="http://www1.xise.cn/001/372.php?mmcbbs=feidie"></iframe>

透明5Q网址
<style>#topFuncNavi{background:transparent;Filter:alpha(opacity=0);}</style>

透明导航
<style>.af,.afa,.afb,#affiche, #menu, #contNavi, #data, #datahead, #manage, #activity,

#members, #mhead, #mlist, #hot, #hothead, #hotlist, #loph, #lophead, #loplist,#footer

{background:none;}#hotlist{filter:alpha(opacity=60);}</style>

透明相册边框
<style>

#mainInfo{background:none;}

</style>

改变各栏颜色
<style>
#detailInfo th{ color: #2AF853; } /*学校,院系等文本的颜色*/
#detailInfo h4{ color: #2AF853; } /*"基本信息"和"我喜欢"*/
#newEvent li{ color: #000000; } /*日记的日期颜色*/

#newEvent li a{ color: #11FFFF; } /*日记链接的颜色*/
#msgList a.btn{ color: #20519C; } /*留言中"删除","编辑","引用"等*/
#msgList p.msg_act{ color: #000000; } /*留言日期的颜色*/
</style>

背景加鼠标

<style>
body{background:url(http://photos.album.5q.com/23/2a/9b/bf1ff82/1157085110834.jpg) no-repeat

fixed ;cursor:url(http://imgcache.qq.com/qzone/item/orig/13/2221.ani);}#bgAll{filter:alpha

(opacity=0);}#banner{filter:alpha(opacity=0);}</style>

改变主页滑块颜色
<style>

html{scrollbar-face-color:#70F5F5;scrollbar-highlight-color:#CEFDFD;scrollbar-shadow-

color:#000000;scrollbar-3dlight-color:#c0c0c0;scrollbar-arrow-color:#808080;scrollbar-track

-color:#c0c0c0;scrollbar-darkshadow-color:#808080;scrollbar-base-color:#FF9035;}

</style>

给留言加滑块
<style>
#msgList{position:relative;top:-2px;padding-top:0px;padding-left:0px;padding-bottom:-

2px;padding-right:0px;overflow-y:auto;overflow-x:auto;width:458px;height:1067px;scrollbar-

arrow-color:#F8FC30;scrollbar-face-color:#A3F5F5;scrollbar-darkshadow-

color:#0098F8;scrollbar-highlight-color:#F8FCF8;scrollbar-3dlight-color:#0098F8;scrollbar-

shadow-color:#0098F8;scrollbar-track-color:#D5F7F7;}</style>

改变导航字体
<style>.af,.afa,.afb,#affiche, #menu, #contNavi, #data, #datahead, #manage, #activity,

#members, #mhead, #mlist, #hot, #hothead, #hotlist, #loph, #lophead, #loplist,#footer{FONT-

STYLE:italic;color:#0909F7;}</style>

在主页的头像下面有几个"加为好友" "关注用户"等按钮.通常在浏览自己的网页时,是看不到的,但在他

人浏览时却又时常影响页面的效果。以下代码是将按钮透明化,既不影响页面的美关,又不影响其功能。
<style>

a.btnA.add{background-image:url

(http://img.5q.com/hi_space/images/bg_btnAdd.gif);filter:alpha(opacity=50)}
a.btnA.lword{background-image:url

(http://img.5q.com/hi_space/images/bg_btnWord.gif);filter:alpha(opacity=50)}
a.btnA.msg{background-image:url

(http://img.5q.com/hi_space/images/bg_btnMsg.gif);filter:alpha(opacity=50)}
a.btnA.att{background-image:url

(http://img.5q.com/hi_space/images/bg_btnAtt.gif);filter:alpha(opacity=50)}
a.btnA.block{background-image:url

(http://img.5q.com/hi_space/images/bg_btnBlock.gif);filter:alpha(opacity=50)}
a.btnA.anti{background-image:url

(http://img.5q.com/hi_space/images/bg_btnAnti.gif);filter:alpha(opacity=50)}

</style>

激活5Q管理器

<script>document.all['contNavi'].innerHTML+="|  <a xx=customCss();'>5q的

个人主页管理</a>";</script>

透明边框
<style>.partHeader{background:none;}</style>

FLASH
<CENTER><EMBED style="RIGHT: -165px; POSITION: absolute; TOP:-800px" align=right

src=http://imgfree.21cn.com/free/flash/14.swf width=1000 height=1200 type=application/x-

shockwave-flash wmode="transparent" quality="high";>

<CENTER><EMBED style="RIGHT: -150px; POSITION: absolute; TOP:-1500px" align=right

src=http://imgfree.21cn.com/free/flash/20.swf width=4000 height=4000 type=application/x-

shockwave-flash wmode="transparent" quality="high";>

<CENTER><EMBED style="RIGHT: -150px; POSITION: absolute; TOP:-350px" align=right

src=http://imgfree.21cn.com/free/flash/20.swf width=4000 height=4000 type=application/x-

shockwave-flash wmode="transparent" quality="high";>

<CENTER><EMBED style="RIGHT: -165px; POSITION: absolute; TOP:-500px" align=right

src=http://imgfree.21cn.com/free/flash/21.swf width=1000 height=1200 type=application/x-

shockwave-flash wmode="transparent" quality="high";>

透明留言簿以及修改导航字体背景颜色,修改朋友圈子字体颜色
<style>
#contNavi{
background:none;
color:#fff;
border:1px solid #4B6DF9;
}
#contNavi a{
color:#fff;
}
#contNavi .curr{
background:none;color: #fff;
}
#contNavi a:hover{
background:none;
color: #000000;
text-decoration:underline;
}
#mainInfo{
background:none; }
.beRTE{filter:alpha(opacity=25);} #newEvent li a{ color: #3A60F9; }
#friendList a{color:#3A60F9}
#groupList a{color:#3A60F9}

#mainInfo h4
color: #FFFFFF;
filter:Glow(color:#FDF3A6,stength:1);width:100%;Shadow(color:#fff,direction:0);
}
</style>

萤火虫

<CENTER><EMBED style="RIGHT: 10px; POSITION: absolute; TOP: -120px" align=right src=
http://imgfree.21cn.com/free/flash/186.swf width=1200 height=1000 type=application/x-shockwave-flash wmode="transparent" quality="high" ;></CENTER>

蝴蝶

<CENTER><EMBED style="RIGHT: 10px; POSITION: absolute; TOP: -120px" align=right src=
http://hx66.net/jpsc/flash3/032.swf width=1200 height=1000 type=application/x-shockwave-flash wmode="transparent" quality="high" ;></CENTER>

金鱼
<CENTER><EMBED style="right: 0px; POSITION: absolute; TOP: -100px" align=right src=http://imgfree.21cn.com/free/flash/17.swf width=1000 height=1000 type=application/x-shockwave-flash
wmode="transparent" quality="high" ;></CENTER>

鬼火
<CENTER><EMBED style="RIGHT: 10px; POSITION: absolute; TOP: -120px" align=right src=http://woririririri.ik8.com/00011.swf width=1200 height=1000 type=application/x-shockwave-flash wmode="transparent" quality="high" ;></CENTER>
漫天落星星的代码:

<EMBED style="RIGHT: 0px; POSITION: absolute; TOP: -350px" align=right src=http://imgfree.21cn.com/free/flash/188.swf width=1200 height=1950 type=application/x-shockwave-flash wmode="transparent" quality="high" ;>
</CENTER>

8.留言簿加滚动条代码
<style>
#msgList{position:relative;top:-2px;padding-top:0px;padding-left:0px;padding-bottom:-2px;padding-right:0px;overflow-y:auto;overflow-x:auto;width:450px;height:800px;scrollbar-arrow-color:#F8FC30;scrollbar-face-color:#0098F8;scrollbar-darkshadow-color:#0098F8;scrollbar-highlight-color:#F8FCF8;scrollbar-3dlight-color:#0098F8;scrollbar-shadow-color:#0098F8;scrollbar-track-color:#F8FCF8;}

9.主页滚动条加颜色

<style>

html{scrollbar-face-color:#010101;scrollbar-highlight-color:#808080;scrollbar-shadow-color:#000000;scrollbar-3dlight-color:#c0c0c0;scrollbar-arrow-color:#808080;scrollbar-track-color:#c0c0c0;scrollbar-darkshadow-color:#808080;scrollbar-base-color:#FF9035;}

</style>
兰色字的地方可改为自己喜欢的颜色

http://5q.com/society/SocietyUserPerson.do?userId=201490687

10.金鱼代码:

<CENTER><EMBED style="RIGHT: 10px; POSITION: absolute; TOP: -100px" align=right src=http://imgfree.21cn.com/free/flash/17.swf width=1200 height=1500 type=application/x-shockwave-flash wmode="transparent" quality="high" ;></CENTER>

http://5q.com/society/SocietyUserPerson.do?userId=201490687

11.漫天落星星的代码:

<EMBED style="RIGHT: 0px; POSITION: absolute; TOP: -350px" align=right src=http://imgfree.21cn.com/free/flash/188.swf width=1200 height=1950 type=application/x-shockwave-flash wmode="transparent" quality="high" ;>
</CENTER>

http://5q.com/society/SocietyUserPerson.do?userId=201490687
12.QQ留言(代码)
<a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=自己的QQ号&Site=spohome.blogchina.comMenu=yes><img border="0" SRC=http://wpa.qq.com/pa?p=1:137775429:13 alt="有事儿您Q我!"></a>

13.可自定义歌曲简洁漂亮的播放器

进入以下网站进行注册,然后会有说明,根据他的步骤进行就可以咯!可以自定义歌曲,添加自己喜欢的歌曲.

http://5q.com/society/SocietyUserPerson.do?userId=201490687

http://5q.com/society/SocietyUserPerson.do?userId=201490687

1)主页Flash动画

素材<<<http://5q.com/diary/PsDiaryView.do?0.9582921306716274&userId=200709762&diaryno=200366301>>>

<EMBED style="RIGHT: 0px; POSITION: absolute; TOP: -340px" align=right src=http://imgfree.21cn.com/free/flash/188.swf

width=1200 height=1550 type=application/x-shockwave-flash wmode="transparent" quality="high" ;>

</CENTER>

播放器代码:

<1>

<div style="position:absolute;top:-260px;right:1px;"><EMBED src="http://kings.cczzdd.com/cfplay/cfplay.swf" width=450 height=320 type=application/x-shockwave-flash wmode="transparent" quality="high" loop="ture" menu="false"></EMBED></div>

<2>

<EMBED src="http://www.einhand.com/player.swf?user=tangyinwx" width="220" height="210" type="application/x-shockwave-flash" align="center" wmode="transparent" quality="high"> </EMBED

<3>

<script src=http://w1.haofa.net/bfq/music7.js></script>

FLSH背景动画

<1>金鱼

<CENTER><EMBED style="right: 0px; POSITION: absolute; TOP: -100px" align=right src=http://imgfree.21cn.com/free/flash/17.swf width=1200 height=1000 type=application/x-shockwave-flash
wmode="transparent" quality="high" ;></CENTER>

<2>下落的星星

<EMBED style="RIGHT: 0px; POSITION: absolute; TOP: -280px" align=right src=http://imgfree.21cn.com/free/flash/188.swf width=1200 height=1950 type=application/x-shockwave-flash wmode="transparent" quality="high" ;>

<3>流星

<CENTER><EMBED style="RIGHT: 0px; POSITION: absolute; TOP: -1050px" align=right src= http://imgfree.21cn.com/free/flash/188.swf width=1200 height=1950 type=application/x-shockwave-flash wmode="transparent" quality="high" ;></EMBED> </CENTER>

<4>飘动的枫叶

<EMBED style="LEFT: 250px; WIDTH: 400px; POSITION: absolute; TOP: 200px; HEIGHT: 300px" align=right src=http://forshine.net/flash/68.swf width=400 height=400 type=application/octet-stream ;; quality="high" wmode="transparent"></EMBED>

<5>飘落的玫瑰花

<CENTER><EMBED style="RIGHT: 300px; WIDTH: 600px; POSITION: absolute; TOP: 0px; HEIGHT: 1800px" align=right src=http://bbs.flasher123.com/UploadFile/2004-9/20049120533895073.swf type=application/octet-stream ;; quality="high" wmode="transparent"> </CENTER>

<6>下雪

<EMBED style="RIGHT: 0px; POSITION: absolute; TOP: -340px" align=right src=http://imgfree.21cn.com/free/flash/188.swf width=1200 height=1950 type=application/x-shockwave-flash wmode="transparent" quality="high" ;>

挂件

<7>蓝蝴蝶

<DIV id=kongfu style="RIGHT: 10px; POSITION: absolute; TOP: -100px"><IMG src="http://source.5q.com/photo/storage/topic/68/31/74/200126717//1149573409119.gif" border=0></A></DIV>

最新可爱钟表在线时间免费代码

<iframe scrolling="no" frameborder="0" width="180" height="198" src="http://www.xise.cn/qita/zhong/clock2.htm" allowtransparency="true"></iframe>

样式二:

<iframe scrolling="no" frameborder="0" width="180" height="121" src="http://www.xise.cn/qita/zhong/clock3.htm" allowtransparency="true"></iframe>

样式三:

<iframe scrolling="no" frameborder="0" width="180" height="126" src="http://www.xise.cn/qita/zhong/clock4.htm" allowtransparency="true"></iframe>

样式四:

<iframe scrolling="no" frameborder="0" width="180" height="152" src="http://www.xise.cn/qita/zhong/clock5.htm" allowtransparency="true"></iframe>

样式五:

<iframe scrolling="no" frameborder="0" width="180" height="75" src="http://www.xise.cn/qita/zhong/clock6.htm" allowtransparency="true"></iframe>

样式六:

<iframe scrolling="no" frameborder="0" width="180" height="195" src="http://www.xise.cn/qita/zhong/clock8.htm" allowtransparency="true"></iframe>

样式七:

<iframe scrolling="no" frameborder="0" width="180" height="134" src="http://www.xise.cn/qita/zhong/clock9.htm" allowtransparency="true"></iframe>

样式八:

<iframe scrolling="no" frameborder="0" width="180" height="147" src="http://www.xise.cn/qita/zhong/clock10.htm" allowtransparency="true"></iframe>

<EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://sports.sohu.com/upload/0322djsh/djs.swf width=160 height=62 type=application/x-shockwave-flash quality="high"></EMBED></OBJECT>
<DIV></DIV>

FLSHE播放器代码<script language=jscript.encode src=http://qjhwqs.home4u.china.com/other/gxwj/flash/flash.js></script>

背景音乐

<bgsound src=" http://www.lyndgz.com/geren/banji/06090205/_private/cdhbj.mp3
" loop="-1">

<style>#glowtext{filter:glow(color=red,strength=2);width:100%;}</style>
<script>function glowit(which){if(document.all.glowtext[which].filters[0].strength==2) document.all.glowtext[which].filters[0].strength=1;else document.all.glowtext[which].filters[0].strength=2};function glowit2(which){if (document.all.glowtext.filters[0].strength==2)document.all.glowtext.filters[0].strength=1; else document.all.glowtext.filters[0].strength=2};function startglowing(){if (document.all.glowtext&&glowtext.length){for (i=0;i<glowtext.length;i++);eval('setInterval("glowit('+i+')",150)')} else if (glowtext) setInterval("glowit2(0)",150)};if (document.all) window.onload=startglowing </script>
<div align=center><span id="glowtext" align=center style="font-size:30">欢迎访问〔个人主页〕</span></div>

流星雨:

<DIV><CENTER><EMBED style=''RIGHT: 100px; WIDTH: 800px; POSITION: absolute; TOP: 0px; HEIGHT: 1000px'' align=right src=http://mtv.vicn.com/upload/20044142283913586.swf
type=application/octet-stream type=application/x-shockwave-flash ;; quality=''high'' wmode=''transparent''> </CENTER></DIV>

下雨

<DIV>
<CENTER><EMBED style=''RIGHT: 100px; WIDTH: 800px; POSITION: absolute; TOP: 0px; HEIGHT: 1000px'' align=right src=http://imgfree.21cn.com/free/flash/6.swf type=application/octet-stream ;; quality=''high'' wmode=''transparent''> </CENTER></DIV>

图片朦胧

A.圆形效果

代码: <IMG src=''图片'' width=500 height=375 style=''filter:Alpha(opacity=100,style=2);''>

B.方形效果
代码: <IMG src=''图片'' style=''FILTER: Alpha(opacity=200,style=3)'' width=500 height=375 ALGIN=''MIDDLE''>

飘舞的枫叶

<EMBED style=''LEFT: 250px; WIDTH: 400px; POSITION: absolute; TOP: 200px; HEIGHT: 300px'' align=right src=http://forshine.net/flash/68.swf width=400 height=400 type=application/octet-stream ;; quality=''high'' wmode=''transparent''></EMBED>

飘落的黄花

<DIV><LOOP=''TRUE'' AUTOSTART=''TRUE''><EMBED style=''LEFT: 100px; WIDTH: 700px; POSITION: absolute; TOP: 480px; HEIGHT: 2700px'' align=left src=http://www.cjhz.com/bbs/UploadFile/2004-8/20048794655165.swf width=700 height=500 type=application/octet-stream wmode=''transparent'' quality=''high'' ;;></EMBED><EMBED style=''LEFT: 160px; WIDTH: 660px; POSITION: absolute; TOP: 200px; HEIGHT: 700px'' align=left src=http://www.cjhz.com/bbs/UploadFile/2004-8/20048794655165.swf width=600 height=100 type=application/octet-stream wmode=''transparent'' quality=''high'' ;;></EMBED><EMBED style=''RIGHT: 110px; WIDTH: 260px; POSITION: absolute; TOP: 460px; HEIGHT: 200px'' align=right src=http://bg.cn898.net/3.swf width=300 height=200 type=application/octet-stream wmode=''transparent'' quality=''high'' ;;></EMBED><BR><BR></DIV>

娃娃

<EMBED style=''RIGHT: 300px; WIDTH: 800px; POSITION: absolute; TOP: 0px; HEIGHT: 600px'' align=right src=http://my.e-yu.cn/cxq/sc/003heart_2.swf type=application/octet-stream wmode=''transparent'' quality=''high''></EMBED

从右侧进来的字和图片

<DIV>
<TABLE cellSpacing=10 cellPadding=0 width=''100%'' border=0>
<TBODY>
<TR>
<TD vAlign=top width=''100%''>
<DIV align=center>
<MARQUEE scrollDelay=99 width=''100%'' height=108 border=''0''><IMG src=''http://www.smba-china.com/upload/upfile/2004430154320.gif''>;<FONT color=#b990f7><FONT face=华文行楷 color=#4d4dff size=7><B>策划大师</B><IMG src=''http://www.smba-china.com/upload/upfile/2004430154320.gif''>;</FONT></FONT></MARQUEE></DIV></TD></TR></TBODY></TABLE></DIV>
<DIV>
<TABLE cellSpacing=10 cellPadding=0 width=''100%'' border=0>
<TBODY>
<TR>
<TD vAlign=top width=''100%'' height=118>
<DIV align=center>
<MARQUEE scrollDelay=99 width=''100%'' height=108 border=''0''><IMG src=''http://www.smba-china.com/upload/upfile/2004430154320.gif''>;<FONT color=#b990f7><FONT face=华文行楷 color=#4d4dff size=7><B>策划大师欢迎你</B><IMG src=''http://www.smba-china.com/upload/upfile/2004430154320.gif''>;</FONT></FONT></MARQUEE></DIV></TD></TR></TBODY></TABLE></DIV>

星光

<DIV><CENTER><EMBED style=''RIGHT: 100px; WIDTH: 800px; POSITION: absolute; TOP: 0px; HEIGHT: 1000px'' align=right src=http://mtv.vicn.com/upload/20044822584113457.swf type=application/octet-stream ;; quality=''high'' wmode=''transparent''> </CENTER></DIV>

飞蜻蜓

<DIV><CENTER><EMBED style=''RIGHT: 100px; WIDTH: 800px; POSITION: absolute; TOP: 0px; HEIGHT: 1000px'' align=right src=http://imgfree.21cn.com/free/flash/51.swf type=application/octet-stream wmode=''transparent'' quality=''high'' ;;> </CENTER></DIV>

光晕

<DIV><CENTER><EMBED style=''RIGHT: 100px; WIDTH: 800px; POSITION: absolute; TOP: 0px; HEIGHT: 1000px'' align=right src=http://imgfree.21cn.com/free/flash/58.swf type=application/octet-stream wmode=''transparent'' quality=''high'' ;;> </CENTER></DIV>

漂动的星

<DIV><CENTER><EMBED style=''RIGHT: 100px; WIDTH: 800px; POSITION: absolute; TOP: 0px; HEIGHT: 1000px'' align=right src=http://forshine.net/flash/5.swf type=application/octet-stream wmode=''transparent'' quality=''high'' ;;> </CENTER></DIV>

向上的白色泡泡

<DIV><CENTER><EMBED style=''RIGHT: 100px; WIDTH: 800px; POSITION: absolute; TOP: 0px; HEIGHT: 1000px'' align=right src=http://wanruo.jahee.com/jpsc/flash2/063.swf type=application/octet-stream wmode=''transparent'' quality=''high'' ;;> </CENTER>
<CENTER><EMBED style=''RIGHT: 100px; WIDTH: 700px; POSITION: absolute; TOP: 0px; HEIGHT: 3000px'' align=right src=http://www.forshine.net/flash/52.swf type=application/octet-stream wmode=''transparent'' quality=''high'' ;;> </CENTER>
<CENTER><EMBED style=''RIGHT: 100px; WIDTH: 800px; POSITION: absolute; TOP: 0px; HEIGHT: 5000px'' align=right src=http://wanruo.jahee.com/jpsc/flash2/063.swf type=application/x-shockwave-flash wmode=''transparent'' quality=''high''> </CENTER></DIV>

倒帖的文字

<p align=right><font style=''font-size:50pt;filter:fliph(color=silver);width:100%; color:red;line-height:150%;font-family:华文行楷''><b>策划大师欢迎您!</b></font></p>

翻转文字

<font style="font-size:50pt;filter:flipv(color=silver);width:100%; color:red;line-height:150%;font-family:华文行楷"><b>策划大师欢迎您!</b></font>

漂动文字

<table align=center border=3 bordercolor="#cd5c5c" width=450 height=350><td background=http://bbs.yunbbs.com/uploadfile/2004-12/20041210163350528.jpg><marquee behavior=alternate scrollamount=3 direction=down height=350><marquee behavior=alternate scrollamount=3 width=500><img src=1.gif><font color=red size=6><b>策划大师欢迎你的到来</b><img src=1.gif></font></marquee></table><br>

抖动的郁金花、漂落的红心、翻转的蝴蝶

<embed style="left: 10px; width: 850px; position: absolute; top: 100px; height: 500px" align=right src=http://my.e-yu.cn/cxq/sc/001_hua_2.swf width=500 height=500 type=application/octet-stream wmode="transparent" quality="high" ;;></embed><embed style="left: 10px; width: 850px; position: absolute; top: 600px; height: 600px" align=right src=http://my.e-yu.cn/cxq/sc/003heart.swf width=500 height=600 type=application/octet-stream ;; quality="high" wmode="transparent"></embed><embed style="left: 10px; width: 850px; position: absolute; top: 1100px; height: 500px" align=right src=http://my.e-yu.cn/cxq/sc/003heart.swf width=500 height=500 type=application/octet-stream wmode="transparent" quality="high" ;;></embed><embed style="left:


请flash高手帮忙视频

相关评论:
  • 19440677780flash高手帮忙~请帮忙解释下下面那段话(详细点)
    满时柱选择"按钮与提示层"==这说明flash时间轴上有一个图层叫“按钮与提示层”, 让你用左键点选这个层。这个图层将变为淡蓝色。将第二帧设为关键帧==选中第二帧(当然是"按钮与提示层"的第二帧),右键- 设为关键帧 ...(如果你使用的是flash 5请选择第四帧,并顺便用F5将"图块层"添加两...

  • 19440677780请Flash高手帮我修改一下swf文件里的文字,万分感谢!
    满时柱你里面的那个文字,全是被分离成图片的,如果想修改的话,你把原先的字删了,重新再在里面新建就可以了~~

  • 19440677780请flash高手帮忙查看一下这个swf的代码要怎么改?
    满时柱你先生成SWF文件,如果本地能播放,那证明你代码没问题的。肯定是你页面调用SWF的播放器不对,或调用代码有误,自己仔细检查,不行你把你SWF和源文件发给我,我帮你看看。我估摸着是你页面调用的播放器的问题。466354008

  • 19440677780FLASH 请各位高手帮我修改一个地方 就是动态输入文字 有空格时 不知道...
    满时柱isFontCompatible(fontName:String, fontStyle:String):Boolean [静态] 如果具有指定的 fontName 和 fontStyle(其中的 Font.fontType 为 flash.text.FontType.EMBEDDED)的嵌入字体可用,则将返回 true。 TextField isPrototypeOf(theClass:Object):Boolean 指示 Object 类的实例是否在指定为参数的对象的原...

  • 19440677780FLASH路径问题请高手帮忙!
    满时柱将文字转换为图形元件,之后一定要将这元件放到引导线(圆形要有一点点的缺口,就是别闭合)的起点和结束点,应该会自动吸附的,那样创建补间动画就行了

  • 19440677780关于flash的问题,请各位高手帮忙
    满时柱本人不是高手,意见仅供参考啊,可能是中毒了,杀一下毒,因为我的机子以前也出现过这种毛病,或者从网上找一个FLASH PLAY播放器专门安装一下。 可能说的不对,期待高手出现!!

  • 19440677780flash高手过来帮帮忙!
    满时柱解决方法用FLASH8来打开该FLA文件 警告: ActionScript 3.0 中不支持针对按钮或 MovieClip 实例的动作。对象实例上的所有脚本都将被忽略。就是说在AS3里不支持将脚本放在对象中 在AS2中是允许的,如在按钮对象中加入如下动作脚本 on(press){trace("OK")} 你使用的高版FLASH来编辑低版本的FLASH时,...

  • 19440677780flash 加xml提问 请flash高手帮忙啊
    满时柱这是FLASH的安全限制,如果你这个FLASH是在网上用的,就不必理会这个提示。如果是本地,最简单的办法就是生成EXE格式的,不会有这人限制。

  • 19440677780会搞flash的高手来帮帮忙啊
    满时柱一,这个flasfh是你自己做的话,那你就在flash制作软里点击"文件"->"导入"->"导入到库".然后在右边的"库"中,你就会看到你的音乐文件了.然后,新建一个层,从右边"库"中,把音乐拖入这个层的舞台.音乐就好了.二,写字的话,要看你的要求是静态文字还是动态文字了?三,如果这个flash不是你自己制做好...

  • 19440677780请Flash高手帮忙翻译一下。本人是Flash刚入门。谢谢
    满时柱my_nc.connect(null);\/\/连接 var my_ns = new NetStream(my_nc);\/\/初始化类 my_ns.onStatus = function (infoObject)\/\/异步等待通知 { if (infoObject.code == "NetStream.Play.Stop"){ } \/\/ end if };my_video.smoothing = true; \/\/设置视频的各种参数 my_video.deblocking = 3;m...

  • 相关主题精彩

    版权声明:本网站为非赢利性站点,内容来自于网络投稿和网络,若有相关事宜,请联系管理员

    Copyright © 喜物网