I have a flash movie that's about 9 megs. The movie is nested in a div that has display set to none.
The problem is that when I try to load the page in the browser, it hangs for about 30 seconds when it gets to the html part that contains the hidden div.
If I make the div visible and try to load the page in the browser, the page loads right away and the flash starts playing.
I don't know why this is happening but I think that the page is trying to load the flash into memory completely before it continues loading the rest of the page. Is there a way to make the page load faster, ignoring loading the whole flash. The flash does not need to start loading until the div is made visible by pressing a button on the html page.
-------------------------------
My second question is, and I don't know whether I should post this here or in the javascript page, I need to create a flash button that 1 stops the movie, and 2 simultaneously sets the encapsulating div display to none.
thanks for your help
The problem is that when I try to load the page in the browser, it hangs for about 30 seconds when it gets to the html part that contains the hidden div.
If I make the div visible and try to load the page in the browser, the page loads right away and the flash starts playing.
I don't know why this is happening but I think that the page is trying to load the flash into memory completely before it continues loading the rest of the page. Is there a way to make the page load faster, ignoring loading the whole flash. The flash does not need to start loading until the div is made visible by pressing a button on the html page.
-------------------------------
My second question is, and I don't know whether I should post this here or in the javascript page, I need to create a flash button that 1 stops the movie, and 2 simultaneously sets the encapsulating div display to none.
thanks for your help