I am using the Loader class to load 2 .bundle files for my HTML 5 target
(Preloader.bundle and Main.bundle).
Once the Preloader.bundle is loaded, it loads the Main.bundle.
The problem I am facing is once the Preloader.bundle loads, the ProgressEvent.PROGRESS event fires only once for loading the Main.bundle. It shows only 1 standard progress value of 0.08999999999999998 every time.
Since the progress event fires only once, I am unable to show the progress on the progress bar in my Preloader.bundle. Please Help…