- 浏览: 95099 次
- 性别:
- 来自: 上海
文章分类
最新评论
在AS3中如果用loading在主flash中是不能使用stage的,因为stage是顶层容器,那么如果你的flash要做出自适应的,只能在loading的flash中使用了,还有种办法就是在把flash做成两帧,第一帧场景中只有loading的文字,当整个loading加载完成后在调到第二帧。入下面是在自身中加载loading
stop();
import flash.display.LoaderInfo;
import flash.events.ProgressEvent;
import flash.text.TextField;
var loadText:TextField=new TextField();
addChild(loadText);
this.loaderInfo.addEventListener(ProgressEvent.PROGRESS,myloadmovie);
this.loaderInfo.addEventListener(Event.COMPLETE,myover);
function myloadmovie(event:ProgressEvent):void {
var hl:Number=event.bytesLoaded/event.bytesTotal;
var n:Number=Math.round(hl*100);
loadText.text=n+”%”;
}
function myover (event:Event):void {
this.loaderInfo.removeEventListener(ProgressEvent.PROGRESS,myloadmovie);
nextFrame();
}
我的网站设计 web design home page
http://www.webdesign-cn.com
http://www.webdesign-china.cn
stop();
import flash.display.LoaderInfo;
import flash.events.ProgressEvent;
import flash.text.TextField;
var loadText:TextField=new TextField();
addChild(loadText);
this.loaderInfo.addEventListener(ProgressEvent.PROGRESS,myloadmovie);
this.loaderInfo.addEventListener(Event.COMPLETE,myover);
function myloadmovie(event:ProgressEvent):void {
var hl:Number=event.bytesLoaded/event.bytesTotal;
var n:Number=Math.round(hl*100);
loadText.text=n+”%”;
}
function myover (event:Event):void {
this.loaderInfo.removeEventListener(ProgressEvent.PROGRESS,myloadmovie);
nextFrame();
}
我的网站设计 web design home page
http://www.webdesign-cn.com
http://www.webdesign-china.cn
发表评论
-
Android游戏开发
2011-07-01 15:26 196Android开发中Activity是个 -
Flash WebGame 开发经验心得和PureMVC框架细说
2011-06-28 14:02 1548→前端的主程序架构和模块划分与人手和人事分工是紧密联系在一起的 ... -
Flash中的深度排序
2011-06-28 11:34 1274As for Multiplayer Games and Vi ... -
Flex 中的callback
2011-06-28 11:16 964Flash支持传递函数做完参数传递。 下面是主函数中的方法 ... -
常用flash引擎和框架
2011-06-27 11:08 2985官方在线帮助(没标英文的都是中文) 用于 Adobe Flas ... -
原来flash player对图片的解码不是异步的,AIR2.6后就异步了
2011-06-27 10:53 850用过 Loader 对象的人都知道,加载图片时,无论是使用 l ... -
Flash WebGame 开发经验心得和PureMVC框架细说
2011-06-27 10:32 1067→前端的主程序架构和模块划分与人手和人事分工是紧密联系在一起的 ... -
简要评说Adobe的FlashPlayer的渲染算法
2011-06-27 10:22 1025前些时候看到CSDN上一篇文章介绍FlashPlayer的渲染 ... -
游戏中的智能寻路
2011-05-22 18:20 1269近年来,游戏产业的快 ... -
as3中ProgressEvent的bytesTotal始终为0
2011-05-16 09:50 1514as3中ProgressEvent的bytesTotal始终为 ... -
使用URI-Style Namespace编译ActionScript/Flex Library
2011-05-12 11:10 819当你开发了一个有着多个Pacakge的类库,并在MXML中使用 ... -
环境贴图
2011-03-29 10:49 1095教程:实时环境映射贴图技术实时环境映射贴图技术(Real-ti ... -
Python之旅
2010-12-09 19:40 948一直用AS3+Red5做一些小游戏,感觉挺方便的,特别在做上下 ... -
flash player10的rotationY的使用
2010-12-07 12:26 1607flash player10提供了对3D的支持,虽然功能不够强 ... -
red5的常用方法
2010-12-03 10:11 976在使用red5+flash做rpg游戏开发的时候有些功能是需要 ... -
PV3d性能优化
2010-11-25 14:19 1345当你优化你的程序时, ... -
PV3D处理3D矢量绘图与3D文本
2010-08-23 11:46 1160Papervision3D主要以位图为 ... -
Flash中矢量和位图的使用
2010-06-09 16:47 889最近在做一个世界地图的Flash,其中导入一个很大的矢量图形, ... -
flex 3 + .net开发flash Remoting四[完整代码
2010-03-02 20:49 760一. 相关说明: 本 ... -
关于PV3D常用材质的讨论
2009-12-17 14:05 1112PV3D中的贴图材质有很多。 颜色材质Co ...
相关推荐
AS3中的Stage3D API允许开发者利用GPU进行硬件加速图形渲染,提高性能。`AS3调用GPU渲染.txt`可能讲解了如何设置Stage3D上下文,创建显卡加速的图层,并使用星形几何、纹理映射等技术进行高效渲染。 4. **二维数组...
stage1 Usually contains CPU-dependent code, such as device initialization code, which can be written in assembly language. Stage2 is usually written in C language, which can implement complex ...
It begins by loading the relevant text from an RSS feed so the table can load as quickly as possible, and then downloads the images for each row asynchronously so the UI is more responsive.
在学习Flash编程的过程中,理解ActionScript的语法和对象模型,以及如何与舞台上的元素交互,是至关重要的。通过实践这些基本的代码示例,初学者可以逐步建立起对Flash开发的全面理解。在"flash代码积累"这个压缩包...
The options described below affect the loading/initialization stage of the library. ejsc-src-path Specifies the base path of the EJSChart.js and other library files. Setting this option is sometimes ...
该软件提供了一个强大的 API,允许开发者使用 Flash AS2 或 AS3 语言对全景图进行二次开发和自定义。 关于 Pano2VR 二次开发接口(API)的使用,需要具备 Flash AS2 或 AS3 语言的开发经验。该 API 提供了详细的...
the transmitter and receiver as well as adaptive modulation, OFDM proves to be robust against channel delay spread. Furthermore, it leads to signicant data rates with improved bit error performance ...
with Halo(text='Loading...', color='cyan') as spinner: # 模拟一些耗时的操作 for _ in range(10): spinner.text = f'Loading... ({_+1}/10)' spinner.spinner = 'dots3' # 更改加载器样式 spinner.color = ...
A unique output stage permits output swing approaching the rail under moderate load conditions. Under severe loading, the SSM2135 still maintains a wide output swing with ultralow distortion. ...
(3) in addition, it cultivates our ability to consult and use manuals, atlas and other relevant technical data, as well as the ability in calculation, drawing data processing and computer, aided ...
3 Describing Vehicle Loading States 4 Fuzzy Reasoning 5 Simulation Experiment 6 Summary References Chapter 9—Intelligent Control of Air Conditioning Systems 1 Fuzzy Controlled Air ...
References Chapter 3. Installing mod_perl Section 3.1. Configuring the Source Section 3.2. Building mod_perl (make) Section 3.3. Testing the Server (make test) Section ...
Table of Contents Preface, Notes, Licenses . . . . . . . . ....1. Licenses for Third-Party Components ....1.1. FindGTest.cmake License ....1.2. LPeg Library License ....1.3. LuaFileSystem Library License ....