Copy link to clipboard
Copied
As the capacity of the fla file increases, the loading time increases, so we are separating the fla file and making it by moving the link using window.open, but can't we maintain the entire screen?
Copy link to clipboard
Copied
i don't understand what you are doing, but to decrease load times of the main html file, you can dynamically load bitmaps and sounds and video. you can also use window.open to load sub scenes of the main html file.