This is really a combined html, css-p, Flash AS puzzle. The challenge is to open a Flash file over html content with a small flash button situated on the right. But I don’t know how to avoid the white background of the stage from showing. I put the button on the right (25px x 400px) on a higher css layer (z-index=1). The button has uses loadMovieNum to load a larger Flash file, but the file didn’t open. When I tested the swf without html, the larger file only covers the button.
So now I know that the new file can’t be wider than the button. Great! If the button were wide enought, even if it sat on the side, the stage would cover my html content. I can’t use the css invisible attribute or I would lose my button. I don’t know how to use the button to load to a different HTML layer.
Can anyone help me with this knot? I wonder if the loadMovieNum can change the size of the stage?
Frustrated Tomas