<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Flash</title>
<link>/html/media/flash/</link>
<description>媒体图像&amp;raquo;Flash</description>
<language>zh-cn</language>
<generator>电脑编程网</generator>
<webmaster>admin@pc123.org</webmaster>
<item>
    <title>Flash巧妙绘制卡通澳大利亚夏日海滩</title>
    <link>/html/media/flash/200809/08_7285.html</link>
    <description>本教程详细讲解了夏日海滩绘制过程，这是一个比较基础的flash教程，作者从最基本的开始讲起，包括文档的新建、颜色的调整、填充等等，都讲的详细而清楚明白，有兴趣的同学可以练习一下。
　　星期天，天气炎热。跑到办公室，做了会工作上的事情。感觉又有几天未手绘了</description>
    <pubDate>2008-09-08</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash鼠绘Q版的小女孩</title>
    <link>/html/media/flash/200809/08_7284.html</link>
    <description>画人物是鼠绘中最累的。因为有很多是曲线。昨晚看到闪吧的清言画的那个流畅啊。真叫人羡慕啊。而且速度之快。用直线工具用得忒熟。

这个Q版小孩，从中午12：50开始画，到现在已经快下午4：00了，差不多花了4个小时，麻烦死了。不过，还好，总算大功告成。嘿嘿...虽说小</description>
    <pubDate>2008-09-08</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash制作动画前沿教室视频教程</title>
    <link>/html/media/flash/200806/22_7075.html</link>
    <description>本教程由前沿视频教室录制，下面列出的是所有的Flash视频教程，如果您是初学者，建议您按顺序从头开始学起，相信您会在很短的时间里掌握使用Flash制作矢量动画的方法!</description>
    <pubDate>2008-06-22</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>前沿视频教室</comments>
</item>
<item>
    <title>通过实例学习AS3.0——案例一</title>
    <link>/html/media/flash/200806/16_5433.html</link>
    <description>首先声明：本人大菜鸟一个，刚接触AS3不久，许多理念还没来得及灌输，这些case都是从网上down的，但因为解说是英文的，不利我们学习，我就充当一个translater，顺便可以让自己巩固一下知识。

水平有限，错误难免，欢迎大虾小虾，大鸟小鸟指正。

下面进入正题：

案例1：</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash AS解决中文mp3乱码</title>
    <link>/html/media/flash/200806/16_5431.html</link>
    <description>Flash如果MP3的ID3标签使用GB2312编码，那么在Flash脚本输出时是乱码的
代码1
var s:Sound=new Sound(this); 
s.loadSound(&quot;dxh.mp3&quot;,false); 
s.onID3=function(){ 
trace(this.id3.songname); 
} 

输出结果是：
?&amp;amp;IExcl;???

dxh.mp3的ID3v1的标签正确应该是songn</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>限制Flash在指定域名/网址中播放(Flash防盗链)</title>
    <link>/html/media/flash/200806/16_5432.html</link>
    <description>url = http://www.dwww.cn; 

/*
以下判断网址的前 21 个字符（字符数根据你的网址作相应修改），如果与&quot;url&quot;不一致则播放失败。注：swf 可以放在任意目录下，只要网址的前 21 个字符是正确的。
*/

if(_url.substring(0, 21)&amp;lt;&amp;gt;url){ 
gotoAndStop(2</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash片头loading与V2组件相关问题</title>
    <link>/html/media/flash/200806/16_5429.html</link>
    <description>　　很早之前我曾经说过“没有loading的Flash，不是完整的flash”。我想那个句话可能偏激了。因为有时候一些不到10k的flash，确实不需要做什么loading。但我始终认为，做一个优秀的loading是衡量一个flasher水准、甚至态度的，因为loading是唯一一个你不会多看而所有用户、客</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash技巧：加载外部文件的各种技巧</title>
    <link>/html/media/flash/200806/16_5430.html</link>
    <description>Flash可以通过帧、按扭、影片剪辑来调用外部文件。调用的外部文件包括：外部文本文件、外部程序文件、外部*.swf文件、外部图片文件、外部音乐文件、外部脚本文件 .现总结如下： 

【loadMovieNum()函数】
[用法]：loadMovieNum(”url”,level [, variables])

[功能]: 函数</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash教程：用AS实现右键菜单的最简单方法</title>
    <link>/html/media/flash/200806/16_5428.html</link>
    <description>非常简单的代码，把下面代码直接放到新建立的Flash的第一帧

var linkURL=http://www.dwww.cn; 
var linkText=&quot;连接到设计家园&quot;;
//定义一个新的右键菜单项
var myMenu = new ContextMenu(); 
function goToThisURL(){
 //定义连接的打开方式
 getURL(linkURL, &quot;_blank&quot;);
}</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash片头加载完美的loading的制作</title>
    <link>/html/media/flash/200806/16_5427.html</link>
    <description>　　共三部分： 

　　1、基础 
　　2、MovieClipLoader相关讨论(较深入) 
　　3、V2组件相关问题 

一、基础 

　　很久没有发技术日志了，要来就来个完美的。您别激动，一个小小的loading谈什么完美，我想你看了就知道^_^ 
　　我的口号，将此文打造成全球最完善的非Flash</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash AS实现鼠标触发动作的控制</title>
    <link>/html/media/flash/200806/16_5426.html</link>
    <description>当鼠标放在按钮上的时候，控制一个影片剪辑一帧一帧的往前动(nextFrame)，当鼠标离开按钮上的时候，那一个影片剪辑一帧一帧的往后退(prevFrame)!

on (rollOver) {
onEnterFrame = function () {
_root.nextFrame();
};
}
on (rollOut) {
onEnterFrame = function () {
_roo</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>如何进行FLASH网址验证防下载</title>
    <link>/html/media/flash/200806/16_5424.html</link>
    <description>问题补充：如何进行FLASH网址验证防下载
 
也就是说 只能在指定网址中才能正常观看这个FLASH，如果被对方下载到本机的话则不能观看到这个FLASH的内容

最佳答案

假设你的flash的地址是：www.abc.com/abc.swf 
那么，你在你的flash开始的地方加入脚本： 
stop();//停止 
if</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash按钮打开一个新的窗口的设计方法</title>
    <link>/html/media/flash/200806/16_5425.html</link>
    <description>本文详细阐述了Flash按钮打开全屏窗口和自定义窗口的设计方法

===========全屏的窗口===========

这个方法不需要在页面本身设置

打开

在FLASH的按钮上输入代码

on(reslease){
&quot;javascript：window.open('文件名.html','','fullscreen=1,resizable=0');window.opene</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>用Flash按钮弹出窗口</title>
    <link>/html/media/flash/200806/16_5422.html</link>
    <description>　　好久没有写过Flash文章了！今天应一位网友要求写一篇：＂用Flash按钮弹出窗口＂，希望对各位朋友有用！

flash按钮调用javascript函数有两种方式（我个人用过的）一种是用fscommand()，另一种就是用getURL()
其中getURL()比较简单,所以这里我们主采用getURL()函数!

1、</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>公司网站片头精彩导航Flash源码下载</title>
    <link>/html/media/flash/200806/16_5423.html</link>
    <description>一个不错的公司网站片头动画。

如果您正在为公司制作，请来参考下吧！

效果如下：





 

Flash源文件：点击这里下载Fla源文件</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>用Flash按钮制作弹出窗口的两种方法</title>
    <link>/html/media/flash/200806/16_5421.html</link>
    <description>　　今天在闪吧和经典都有朋友问到选择题的制作，所以刚才花时候做了个多顶选择题的简单示例。先看看效果：




/UploadTeach/200708/20070805142927311.swf

代码如下：


//============================================================ 
//多项选择题回贴示例，经典</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>XML图片加载示例（带分页效果）</title>
    <link>/html/media/flash/200806/16_5419.html</link>
    <description>　　XML图片加载示例，带分页效果： 



//=========初始化========== 
//页数，默认0表示第一页 
var curPage_num:Number = 0; 
//每页容量 
var sizPage_num:Number = 15; 
//每排张数 
var pai_num:Number = 5; 
//图片宽度、高度 
var width_num:Number = 80; 
var hei</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>遮罩弹性跟随效果</title>
    <link>/html/media/flash/200806/16_5420.html</link>
    <description>这个效果做起来不难，而且做出来还是不错的，有些简单的部分我就不讲了。看效果先：




 /UpFiles/2007-7/20070720171649454.swf

1、首先建一个影片剪辑pic，导入一张图片；
2、再建一个影片剪辑mask,画一个无边线的圆；
3、回到主场景，新建四层，第一层从库中拖入影片</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>用Flash 8 制作简单的Flash相册</title>
    <link>/html/media/flash/200806/16_5417.html</link>
    <description>　　本文适合初学者，涉及到的知识包括：遮罩的运用，简单的ActionScript的写法。欢迎转载本站文章，但是转载必须注明出处，并且保留文章中的所有链接，谢谢支持！

　　首先，我们新建一个fla文件，导入我们喜欢的图片，将每个图片制作成为MC。如图所示：



　　MC中的</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash制技巧：用Flash制作动画的经典问题问答</title>
    <link>/html/media/flash/200806/16_5418.html</link>
    <description>1、一个很长的MC放在场景中要占据几帧？

回答：一个很长的MC放入场景中只占据一帧的位置，如果将它拖了好多帧，执行时每隔一帧MC都会重放。

2、在制作Flash“沿轨迹运动效果时，对象总是沿直线运动，和教程对照一下，做法完全一样，为什么不行？

回答：原因很简单，只</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>HTML网页与FLASH之间的“静态”传值</title>
    <link>/html/media/flash/200806/16_5414.html</link>
    <description>　　在论坛上经常看见有新手问到“我想让FLASH得到URL中的参数ID号，该怎么办？”“某某视频网站的FLASH播放器是如何播放不同ID的视频的？”...诸如此类问题看到了太多，每次都有一堆回帖，众说纷纭，里面难免有误导性质的回复。今天特结合自己平时工作中使用的心得对此类问</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>详细讲述Access与Flash完美结合的应用</title>
    <link>/html/media/flash/200806/16_5415.html</link>
    <description>应黄海大师的提议,Access与Flash的结合应用.
这是一个access较为豪华的包装范例，他调用了flash的流媒体控件，利用flash的交互与通信功能，借以达到了我们装扮软件的目的。 
flash具有动感强、色彩艳丽、体积小巧、支持动画和交互性好等等一些access并不具备的特点，尤其它的</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash简单制作探照灯效果</title>
    <link>/html/media/flash/200806/16_5416.html</link>
    <description>鼠标放在画面上移动可看到效果： 





/upfiles/2007-6/20070628111213.swf

点击这里下载源文件

　　一、新建一个300*400，背景色为黑色的FLASH文档，在第一层选择“文件—导入—导入到舞台”导入一张事先准箅好的图片，在图片属性中把高和宽设为400×300，X和Y为0。</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash AS连续滚动的图片效果</title>
    <link>/html/media/flash/200806/16_5413.html</link>
    <description>　　思路是,把超出视觉范围的图片追加到最后一张图片的未尾或是在Stage的某个位置.只要能跟在最后一张图片的后面就行了.


for (i=1; i&amp;lt;7; i++) { 
        this.createEmptyMovieClip(&quot;mc&quot;+i, i);//创建一个空白影片(其实是是有I个,这样每个MC的运动才不会影响到其它M</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>实现Flash动画文件全屏效果的三种方法</title>
    <link>/html/media/flash/200806/16_5411.html</link>
    <description>　　实现Flash动画文件全屏效果的三种方法

　　第一种方法：

　　不显示浏览器菜单栏、工具栏的全屏。这种全屏稍稍复杂,也与FLASH的设置无关，但要借助JavaScript来完成。方法是：在HTML文件中&amp;lt;head&amp;gt;&amp;lt;/head&amp;gt;间加入以下代码： 

&amp;lt;script langua</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>ASP FLASH制做上下首后页的按钮</title>
    <link>/html/media/flash/200806/16_5412.html</link>
    <description>放心绝对是偶自己想出来的,正如www.lgspy.com 里我所用的,你先看看,好的话就往下看,不喜欢就别看了.偶不喜欢浪费朋友的时间 。 



  _global.datas=0;//需要一个全局变量; 
15; 是每页有几行; 
/////////////////////////////////////////////////////// 
_global.zong;//</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash AS代码技巧：去除注释的函数</title>
    <link>/html/media/flash/200806/16_5409.html</link>
    <description>　　函数如下:
 //去除注释及尾部的空格
 private function deleteComment(dt:String):String{ 
  var mark:String=&quot;’&quot; 
  var newStr:String; 
   
  //去除注释 
  var markID:Number=dt.lastIndexOf(mark,dt.length); 
  if(markID==-1){ 
   newStr=dt; //没有注释 
  }</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>FLASH里面隐式设置获取的另一种使用方式</title>
    <link>/html/media/flash/200806/16_5408.html</link>
    <description>假设有这么一个类,里面有author这个属性：
class test{ 
 private var authorStr:String 
 public function test(){ 
  authorStr=&quot;fanflash&quot; 
 } 
 public function set author(dt:String){ 
  this.authorStr=dt; 
 } 
 public function get author():String{ 
  return th</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>用Flash AS消除位图锯齿的实现方法</title>
    <link>/html/media/flash/200806/16_5406.html</link>
    <description>　　问：最近做了一个Flash的电子相册，遇到一个很棘手的问题，就是通过AS动态载入的图片在缩放的时候出现模糊和锯齿，由于这些位图是通过AS从外部载入进来的，不能在Flash制作时通过修改库里图片的属性来消除锯齿。所以求一个解决之法，小弟在此不胜感激了。

ycccc8202  (</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>利用Flash动画读取IE浏览器参数</title>
    <link>/html/media/flash/200806/16_5407.html</link>
    <description>HTML文件:这是HTML文件,就是用JAVA读地址栏上的数据后,通过字符拆分得到后面的变量,然后传给FLASH



&amp;lt;script language=javascript&amp;gt;
function QueryString(fieldName)
{ 
var urlString = document.location.search.toLowerCase();
if(urlString != null)
{
var</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>拼图游戏雏形－－分割美女图</title>
    <link>/html/media/flash/200806/16_5404.html</link>
    <description>无聊的时候就来把美女分割！[由讨厌原创==&amp;gt;无聊＋乱整]



能把一张图片分割成若干份，份数由输入数字自由决定。分割后自动随机打乱位置，可以拖到，拖到到正确位置自动吸附，并不允许再抛动。基本能算一个拼图游戏的雏形了吧。但整到这里就不想整了。能用右键加载自己</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>学习Flash8中的setTimeout函数的用法</title>
    <link>/html/media/flash/200806/16_5405.html</link>
    <description>在Flash8中，有个未公开的函数setTimeout，执行功能就是在设定的时间到了以后，调用一次设定的函数。 这样对于只需要调用一次的时间触发事件,我们再也不需要用 setInterval 函数配合  clearInterval 函数来处理了.  很好用,该函数属于未公开的函数的原因,很大可能是因为在fla</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>是否值得升级？Flash CS3 新版点评</title>
    <link>/html/media/flash/200806/16_5402.html</link>
    <description>　　我是LiveMotion的忠实拥护者，LiveMotion是Adobe于2000年发布的一个用来抗衡Flash的软件，而仅在三年之后，它就彻底被Flash所击败。本着“如果你无法击败它，那么就将它收入麾下”的精神，Adobe在2005—2006年对Macromedia的收购，也许其放在Flash身上的注意力要比对其它</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash新手来看：详谈Loading</title>
    <link>/html/media/flash/200806/16_5403.html</link>
    <description>　　Loading的制作 

   首先说下为什么FLASH中要用Loading.所谓Loading,主要是指在网上观看Flash时,有时由于文件太大,或是网速限制,需要装载一段时间才能播放,但由于这个Loading所需的时间对于观看者来说是未知的,所以在Flash电影装载过程中,如果没有任何提示,多数用户都不</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash Actionscript知识：从 AS2 到 AS3</title>
    <link>/html/media/flash/200806/16_5401.html</link>
    <description>常量 操作符 参数 

随着Flash CS3正式版的发布，估计很多朋友都开始从AS2迁移到AS3了。不过AS3比AS2改变的实在太多，在as2中很多方法属性在as3中并不相同，甚至消失，而且目前帮助文档是E文的，现下的as3基础文章也并不多，因此特开此贴，集合一些基础性的要点，尽量以例子</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash遮照创建3D动画视觉效果</title>
    <link>/html/media/flash/200806/16_5400.html</link>
    <description>　　基础教程，主要教给大家利用Flash中的遮照实现3D效果动画。

　　先看效果和源文件。







点击这里下载源文件

　　首先新建文档，按Ctrl+J修改属性。



　　导入一幅图片作背景，然后建一新层，然后绘制一条横线和竖线，绘制横线时使用对齐面板。



　　</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>预加载进度条preload——进阶篇</title>
    <link>/html/media/flash/200806/16_5398.html</link>
    <description>大家看完预加载进度条preload的基础篇是不是觉得制作进度条也没什么难的，哈哈那么让我们来进一步学习

前面基础篇中，只是对大家说了在单一文件中的进度条制作，这里我再给大家介绍一个加载 外部 swf文件（或jpg）的方法。

这里我们用到了MovieClipLoader的loadClip方法</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>预加载进度条（preload）——基础篇</title>
    <link>/html/media/flash/200806/16_5399.html</link>
    <description>刚开始学习flash的人对flash中的进度条都充满了好奇，经常有人问  进度条怎么编写的问题。
在这里，我对进度条的编写作了一些总结，希望对有需求的朋友有所帮助，特别是那些初学者，希望他们在读完这篇文章后有所收获。当然，对那些高手来说未必没有一点用处，也许会有些意外</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash8轻松获取位图颜色代码实例教程</title>
    <link>/html/media/flash/200806/16_5397.html</link>
    <description>　　Macromedia Flash8 Image API 描述了一个的新的actionscirpt class类BitmapData 以及与其相关的各式各样的方法所带来的新的特性。这些新的方法使flash开发人员通过Actionscript在运行时创建并操作32位图像。这些Image Api非常类似于macromedia的产品Director中的lingo ap</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>预加载进度条（preload）——篇外篇</title>
    <link>/html/media/flash/200806/16_5396.html</link>
    <description>哈哈我又来了，之前写的都是比较常用的加载进度条

这里我再给大家加一个 xml加载进度格式，至于其他对象的我什么时候想起来什么时候再加到这里吧。

function checkXMLProgess(xmlObj:XML):Void {
   var nLoaded:Number = xmlObj.getBytesLoaded();
   var nTotal:Number</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>确定载入FLASH影片在主场景位置的设置</title>
    <link>/html/media/flash/200806/16_5395.html</link>
    <description>　　用命令载入一个动画，我需要确定载入动画在画面中的位置。

    例如载入名为webjx.swf的动画，我要确定这个动画的中心位置在（100，200），该怎么设置？

　　在要加载动画的那帧加入如下代码：

    loadMovie(&quot;webjx.swf&quot;, &quot;a&quot;);
    a._x=100;
    a._y=200;

　</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash在HTML网页100%显示不变形</title>
    <link>/html/media/flash/200806/16_5394.html</link>
    <description>在网页代码里面加上 &amp;lt;param name=&quot;SCALE&quot; value=&quot;noscale&quot;&amp;gt;

在flash里面要100%显示的元件上加 

onClipEvent (enterFrame)
{
    if (_width != Stage.width)
    {
        _width = Stage.width;
    } // end if
    if (_height != Stage.height)
    {</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>在Flash里调用HTML网页页面</title>
    <link>/html/media/flash/200806/16_5393.html</link>
    <description>story = new XML();
story.ignoreWhite = true;
story.load(&quot;webjx.htm&quot;);//载入htm
story.onLoad = function () { 
alink.htmlText = story;//alink为动态文本框
}</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>代码详解attachMovie有区别的加载</title>
    <link>/html/media/flash/200806/16_5392.html</link>
    <description>　　1、库中有一个MC，名为“ball”并连接为第一桢导出。库中还有一个空的mc名为cont；将空的MC   的cont拖入场景，并给它取事例名cont，在桢上写：

for (i=0; i&amp;lt;10; i++) {
 _root.cont.attachMovie(&quot;ball&quot;, &quot;ball&quot;+i, i);
 _root.cont[&quot;ball&quot;+i]._x = 50+40*i;
 _ro</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>减轻Flash影片中图片锯齿抖动现象</title>
    <link>/html/media/flash/200806/16_5391.html</link>
    <description>在第一帧中加

_quality = &quot;best&quot;;

或者在html文件的swf属性中设置 quality 属性

&amp;lt;param name=&quot;quality&quot; value=&quot;best&quot;&amp;gt;

当然，如此一来，也将更消耗系统资源。

如果你是导出为 flashplayer8，则无须加此代码，flashplayer8 本身已经有此功能。</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash中常用的几个JavaScript语句</title>
    <link>/html/media/flash/200806/16_5388.html</link>
    <description>在 IE 中关闭当前页 (会弹出关闭提示)

getURL(&quot;JavaScript：window.close()&quot;);

在 IE 中关闭当前页 (跳过关闭提示)

getURL(&quot;javascript：window.opener=null;window.close()&quot;);

在 IE 中添加到收藏夹

getURL(&quot;javascript：void window.external.AddFavorite('http:</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>FLASH调用XML数据简明教程</title>
    <link>/html/media/flash/200806/16_5389.html</link>
    <description>一、建立XML对象：
var myXML = new XML();

二、引用XML文件：
myXML.load(&quot;data.xml&quot;);

三、忽略空格：
myXML.ignoreWhite = true;//默认的为false


四、处理XML对象的函数：
myXML.onLoad = function(success)
{
statements;
}

五、data.XML文件的内容：
&amp;lt;data1</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>在Flash中实现与数据库的连接</title>
    <link>/html/media/flash/200806/16_5386.html</link>
    <description>一、引言 

在动态网页设计中，ASP与Flash技术得到了广泛的应用。ASP具有强大的数据库处理功能，Flash能够实现交互性矢量动画，将Flash与ASP相结合，实现Flash与数据库的连接。 

Flash是MacroMedia公司专为网络应用设计的一个交互性矢量动画设计软件。网站设计者可以使</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>Flash最常用AS语法及语句总结</title>
    <link>/html/media/flash/200806/16_5387.html</link>
    <description>　FLASH按钮+链接

on (release) { 
　　　　getURL(&quot;相应链接&quot;); 
　　}
　用flash 做那种弹出的小窗口 
　　分两步： 
　　1.给flash中的按钮加入如下action: 

on (release) {  
　　　　getURL (&quot;&quot;);  
　　} 
　　2.在HTML页面的&amp;lt;head&amp;gt;...&amp;lt;/head&amp;gt;</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>
<item>
    <title>播放进度控制</title>
    <link>/html/media/flash/200806/16_5384.html</link>
    <description>onEnterFrame = function () { 
        jd_txt.text = &quot;播放进度：&quot;+_currentframe+&quot;/&quot;+_totalframes; 
        _root.jd_mc.t_mc._x = int(_root._currentframe/_root._totalframes*(300-_root.jd_mc.t_mc._width)); 
}; 
_root.jd_mc.k_mc.onPress = function() {</description>
    <pubDate>2008-06-16</pubDate>
    <category>Flash</category>
    <author>秩名</author>
    <comments>电脑编程网</comments>
</item>

</channel>
</rss>
