How to stop Flash file (.swf) from loading (ActionScript 3) -
Suppose I have a large .SWF file. Say it's 10 MB, I do not want the browser to load the whole file until the user clicks a button in frame 1.
I do not want to use external files. I just want to stop the Flash Player from downloading the first 10 KB, displaying frame 1 and then clicking the button on the user.
Is this possible?
prevent the flash player from loading in the SWF file at specific points as far as I know There is no way.
Is there any special reason to avoid using external files? Because I would suggest a small 10KB Preloader SVF for this. Once the user clicks the button, it loads your main 10 MB SVF file using the Flash.NET.URLLoader.
Comments
Post a Comment