Currently, I have a flash video player inside a div on my webpage. I am attempting to implement a button that will enlarge this div to occupy the entire page while concealing everything else in the background. Has anyone ever attempted this before?
However, I am encountering some issues:
- Every time I resize the div, the flash reloads and the video restarts.
- Furthermore, despite adjusting the z-index, there are instances where a flash banner from the webpage overlaps my video player.
If anyone has any suggestions or insights on how to resolve these problems, it would be greatly appreciated.
Thank you,
Guy