Skip to content

Commit

Permalink
grrrrrrrr
Browse files Browse the repository at this point in the history
  • Loading branch information
rosefloase committed Feb 16, 2024
1 parent fd63fa6 commit f5699bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flashes/loading/loading.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
var comp=AdobeAn.getComposition("70CB23A2DDADF547AEEDC97C3F006CD3");
var lib=comp.getLibrary();
var loader = new createjs.LoadQueue(false);
loader.setMaxConnections(40);
loader.setMaxConnections(30);
loader.installPlugin(createjs.Sound);
loader.addEventListener("fileload", function(evt){handleFileLoad(evt,comp)});
loader.addEventListener("complete", function(evt){handleComplete(evt,comp)});
Expand Down Expand Up @@ -74,6 +74,6 @@
<div id="dom_overlay_container" style="pointer-events:none; overflow:hidden; width:550px; height:400px; position: absolute; left: 0px; top: 0px; display: none;">
</div>
</div>
<div id='_preload_div_' style='position:absolute; top:0; left:0; display: inline-block; height:400px; width: 550px; text-align: center;'><img src=images/_preloader.gif style='vertical-align: middle; max-height: 100%'/></div>
<div id='_preload_div_' style='position:absolute; top:0; left:0; display: inline-block; height:400px; width: 550px; text-align: center;'><img src=images/preloader.gif style='vertical-align: middle; max-height: 100%'/></div>
</body>
</html>

0 comments on commit f5699bc

Please sign in to comment.