<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>子墨斋 -  flash教程</title>
    <link>https://www.hrdmv.com/forum.php?mod=forumdisplay&amp;fid=131</link>
    <description>Latest 20 threads of  flash教程</description>
    <copyright>Copyright(C) 子墨斋</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 06 May 2026 12:27:43 +0000</lastBuildDate>
    <ttl>30</ttl>
    <image>
      <url>https://www.hrdmv.com/static/image/common/logo_88_31.gif</url>
      <title>子墨斋</title>
      <link>https://www.hrdmv.com/</link>
    </image>
    <item>
      <title>FLASH小学课件-求平均值</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=18254</link>
      <description><![CDATA[FLASH小学课件-求平均值
代码很简单下面看代码：
import flash.events.Event;

bt.addEventListener(MouseEvent.CLICK,js);

function js(e:Event)
{
        var he:Number = Number(text1.text) + Number(text2.text) + Number(text3.text);
        text4.text = Str ...]]></description>
      <category> flash教程</category>
      <author>jik</author>
      <pubDate>Wed, 05 Aug 2015 13:02:02 +0000</pubDate>
    </item>
    <item>
      <title>flash全屏与关闭全屏函数</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=16958</link>
      <description><![CDATA[如果想做全屏的 在动画第1祯写上

fscommand(\&quot;fullscreen\&quot;, \&quot;true\&quot;);



最后一祯写上

fscommand(\&quot;fullscreen\&quot;, \&quot;false\&quot;);


取消全屏 


就可以实现全屏幕启动动画了]]></description>
      <category> flash教程</category>
      <author>思思</author>
      <pubDate>Sun, 27 Oct 2013 02:48:19 +0000</pubDate>
    </item>
    <item>
      <title>FLASH免费上传网址</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=9743</link>
      <description><![CDATA[推荐几个FLASH上传网址： 
http://up.80hoho.cn/ 
http://upload.meqzone.com/
http://www.binghe88.com/up/3/4m.htm(友情提示:不允许上传中文名字SWF文件) 
http://bbs.edmin.cn/thread-2219-1-1.html 

大可放心使用,  永久保存,  永久外链,  永久免费!  支持文件类型 ...]]></description>
      <category> flash教程</category>
      <author>mimi</author>
      <pubDate>Sun, 22 Apr 2012 09:44:25 +0000</pubDate>
    </item>
    <item>
      <title>Flash目录教程</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=9701</link>
      <description><![CDATA[打开flash，我这里用的是9.0版本（就是CS3版）的，但大致一样。
新建一个flash文件，然后选择“插入”—“新建元件”，如图所示
然后在
插入关键帧，具体的看你准备怎么做了，我在这里都是插入关键帧，顺便建立了个方块，做按钮，如 图：
我每个帧颜色都不一样，你也可 ...]]></description>
      <category> flash教程</category>
      <author>260095361</author>
      <pubDate>Fri, 30 Mar 2012 22:09:33 +0000</pubDate>
    </item>
    <item>
      <title>flash  mxl基础</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=9665</link>
      <description><![CDATA[var webXml:XML=

www.bing.com


www.baidu.com


www.google.com

;
trace(webXml)//输出XML所有
trace(webList)//输出WEB节点
trace(webList.length())//输出节点长度
trace(webList[2].webLink)//输出第几个节点的 子节点
trace(webList[2].@webName)//输出第几个节 ...]]></description>
      <category> flash教程</category>
      <author>260095361</author>
      <pubDate>Wed, 28 Mar 2012 23:32:28 +0000</pubDate>
    </item>
    <item>
      <title>Flash中getURL指令详解</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=9664</link>
      <description><![CDATA[首先getURL触发的方式主要有两种：
    [1]观众被动链接方式
    在动画时间线上的某一帧上添加getURL指令，动画播放到这一帧时自动链接到getURL参数指定的页面地址。
    [2]观众主动链接方式 在场景中的某一个按钮上添加getURL指令，按钮被触发时，动画链接到getURL参 ...]]></description>
      <category> flash教程</category>
      <author>260095361</author>
      <pubDate>Wed, 28 Mar 2012 22:45:19 +0000</pubDate>
    </item>
    <item>
      <title>[as3 代码] FLASH全屏代码</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=9663</link>
      <description><![CDATA[监听和控制按钮
full_mc.addEventListener(MouseEvent.CLICK,res2);
function res2(e) {
if (stage.displayState==StageDisplayState.FULL_SCREEN) {
  stage.displayState=StageDisplayState.NORMAL;
} else {
  stage.displayState=StageDisplayState.FULL_SCREEN;
}
 ...]]></description>
      <category> flash教程</category>
      <author>260095361</author>
      <pubDate>Wed, 28 Mar 2012 22:42:28 +0000</pubDate>
    </item>
    <item>
      <title>Flash初学者入门常见问题四十八问--初学者一定要看的(转帖)</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=9662</link>
      <description><![CDATA[Flash初学者总有很多的疑问，我们收集整理了部分初学者常见的一些问题和答案，希望对大家有帮助。
1. 论坛上常说的MC、FS、AS代表什么意思？
MC=MovieClip（动画片断）；FS=FSCOMMAND，是Flash的一个非常重要的一个命令集合；AS=ActionScript是Flash的编程语言。
2.请说 ...]]></description>
      <category> flash教程</category>
      <author>260095361</author>
      <pubDate>Wed, 28 Mar 2012 22:20:03 +0000</pubDate>
    </item>
    <item>
      <title>如何制作loading?</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=9661</link>
      <description><![CDATA[如何制作loading?
解决思路
loading为动画的预加载。为了达到动画的流畅播放，我们要使动画在网络上全部加载完成以后在播放。这样就要使用as语句来设定。通过用加载帧loadFrame，和加载字节等语句来完成。
具体步骤
Loading. 英文原意为装载，装填。在flash里面叫做预载 ...]]></description>
      <category> flash教程</category>
      <author>260095361</author>
      <pubDate>Wed, 28 Mar 2012 22:16:07 +0000</pubDate>
    </item>
    <item>
      <title>学习flash---加载外部SWF文件</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=9660</link>
      <description><![CDATA[学习flash---加载外部SWF文件
关键词： flash                                         
如何加载外部SWF文件
做FLASH站的时候考虑到只做一个FLASH文件，太大，所以经常将一个文件分解开，做成站点的时候通过按钮点击等方面载入单个栏目的SWF文件，而浏览者浏览网页的 ...]]></description>
      <category> flash教程</category>
      <author>260095361</author>
      <pubDate>Wed, 28 Mar 2012 22:13:22 +0000</pubDate>
    </item>
    <item>
      <title>[转载]flash脚本写字效果制作流程</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=9659</link>
      <description><![CDATA[这其实是一种课件制作中常用到的写字效果。
1、打开flash8或CS3，新建一空白文档，设置舞台为你需要的大小（300*150）。
2、新建两个影片元件，用来构成笔画的点和用来写字的笔。
3、新建图层分别命名为点、笔把元件点和笔分别拖在对应图层，并将元件点的实例名改为a_mc ...]]></description>
      <category> flash教程</category>
      <author>260095361</author>
      <pubDate>Wed, 28 Mar 2012 22:10:02 +0000</pubDate>
    </item>
    <item>
      <title>FLASH全屏代码</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=8131</link>
      <description><![CDATA[//监听和控制按钮
full_mc.addEventListener(MouseEvent.CLICK,res2);
function res2(e) {
if (stage.displayState==StageDisplayState.FULL_SCREEN) {
  stage.displayState=StageDisplayState.NORMAL;
} else {
  stage.displayState=StageDisplayState.FULL_SCREEN;
 ...]]></description>
      <category> flash教程</category>
      <author>子墨</author>
      <pubDate>Sat, 13 Nov 2010 06:40:34 +0000</pubDate>
    </item>
    <item>
      <title>求教程~~~</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=7846</link>
      <description><![CDATA[由flash的教程吗、？]]></description>
      <category> flash教程</category>
      <author>jindong56891</author>
      <pubDate>Thu, 07 Oct 2010 04:23:08 +0000</pubDate>
    </item>
    <item>
      <title>闪客精灵导出的Fla提示“无法将场景载入内存，您的文件可能已损坏”的解决方法</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=7702</link>
      <description><![CDATA[用闪客精灵(SWF Decompiler)反编译swf，导出Fla时，得到的Fla用flash打开经常会出现“无法将场景载入内存，您的文件可能已损坏”的提示。尤其在源swf中含有嵌入的视频音频资源时，更是如此。本质上的原因是fla中部分资源发生了损坏，无法正常读取，所有修复这部分受损的 ...]]></description>
      <category> flash教程</category>
      <author>jack</author>
      <pubDate>Sun, 05 Sep 2010 10:30:20 +0000</pubDate>
    </item>
    <item>
      <title>ZM页面模板的中缝线阴影制作方法『转贴』</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=7040</link>
      <description><![CDATA[ZM页面模板的中缝线阴影制作方法『转贴』
中缝的线的阴影制作！前段时间碰见有朋友想要有中缝线的页内模板，其实自己做个这种效果也不难！关于在模板内加图片文字在这里就不说了！这也只是自己的方法，拿出和大家交流一下！

方法如下：

一.这里用的是flash8.0，新建一 ...]]></description>
      <category> flash教程</category>
      <author>mimi</author>
      <pubDate>Sat, 26 Jun 2010 15:00:58 +0000</pubDate>
    </item>
    <item>
      <title>Flash制作动感十足PPT按钮</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=4542</link>
      <description><![CDATA[使用PowerPoint制作课件时，老师们普遍觉得按钮的效果没有Flash那么动感十足，如何让PowerPoint里的按钮也能动起来呢？一起来试试吧。　　首先，建立一张空白演示文稿。
　　1. 选取椭圆工具，按住“Alt”键，拖出一个正圆形。
　　2. 点击“填充颜色”的下拉菜单，选择 ...]]></description>
      <category> flash教程</category>
      <author>思思</author>
      <pubDate>Mon, 23 Nov 2009 15:40:31 +0000</pubDate>
    </item>
    <item>
      <title>教你如何把杂志模板修改成片头</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=4383</link>
      <description><![CDATA[原自520du
教你如何把杂志模板修改成片头，这里我就以官方内页模板：钻石见证永恒.tpf，作为片头素材

**** 本内容被作者隐藏 ****]]></description>
      <category> flash教程</category>
      <author>子墨</author>
      <pubDate>Thu, 12 Nov 2009 12:29:02 +0000</pubDate>
    </item>
    <item>
      <title>Flash 中响应键盘的一般方法</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=3132</link>
      <description><![CDATA[这些是以前整理的，现在发上来，希望对新手有所帮助……响应键盘的方法作为AS中的一个重要组成部分，在如今已经越来越广泛使用，尤其是在 FLASH游戏制作中，如果缺少了响应键盘的方法，那是不可能的，而响应键盘的方法也就是 主要的四种，分别是：
1、利用按钮进行检测
 ...]]></description>
      <category> flash教程</category>
      <author>子墨</author>
      <pubDate>Sat, 30 May 2009 04:17:50 +0000</pubDate>
    </item>
    <item>
      <title>Flash制作诗情画意的水墨卷轴展开效果全教程</title>
      <link>https://www.hrdmv.com/forum.php?mod=viewthread&amp;tid=2416</link>
      <description><![CDATA[Flash制作诗情画意的水墨卷轴展开效果（一）

      在2008年北京奥运会开幕式上，那富有中国特色，充满诗情画意的卷轴，以及它所呈现给每一位观众的一幅幅无法言喻的美妙画面，给全球人们留下了深刻的印象，那么今天我们就教给大家用Flash来制作一幅诗情画意的水墨卷轴 ...]]></description>
      <category> flash教程</category>
      <author>子墨</author>
      <pubDate>Thu, 27 Nov 2008 09:52:40 +0000</pubDate>
    </item>
  </channel>
</rss>