Or - Flash players at the bottom or the page disappear.
In order to conserve system resources, some browsers do not give pages, objects or windows system resources (memory) if they are not visible.
Only the visible objects are given resources.
This means that multimedia objects, such as media players, video, or other multimedia objects may not startup and run correctly. This issue is commonly refered to as "above the fold" or "below the fold" -- where the "fold" refers to the bottom edge of the browser window.
Likewise, if a Flash object (e.g. Wimpy) is embedded on a portion of the page that is not visible (below the fold), some browsers will prevent the Flash object from initializing until the user scrolls down to make the Flash object visible.
Often times, a Flash object will disappear altogehter, or not load properly because the user's browser did not give the Flash player any resources to initialize the Flash object when the page was loaded.
There is no way to control the browser in this respect, since the idea of only providing full resources to the visible objects in the front-most window is the way that the developers of the browser intended the browser to work.
Solution
One way to "trick" the browser that the object is above the fold is to use CSS style sheets. By setting Wimpy within a <DIV> and including the <DIV> close to the opening <BODY>, then using the styles to move the <DIV> to a location below the fold will trick the browser into thinking the object is way up at the top, but through CSS, we can move the object to a location way down on the page.
See example HTML / CSS code below
See Also:
Flash Below the Browser Fold Gotchas |