Flash网站Loading制作~~~ stop(); stage.scaleMode=StageScaleMode.NO_SCALE; //指定舞台属性为不跟随播放器大小而改变 stage.showDefaultContextMenu=false;//屏蔽右键 stage.frameRate=30;//设置贞频为30 var stageW=stage.stageWidth; var stageH=stage.stageHeight; //2个赋值用来获取舞台的宽和高 var loadclip:…
Based on research at Facebook, we know that if a user sees a flash of loading state, they perceive the app as being slower. So let's improve the pending experience for users with faster connections using css transitions to avoid showing the loading s…