开发者

Resize flash video player to fill the page

开发者 https://www.devze.com 2022-12-09 04:09 出处:网络
I have a flash video player in a di开发者_Python百科v inside a webpage, I\'m trying to create a button that will resize this div to fill the whole page and hide everything else behind it. Has anyone t

I have a flash video player in a di开发者_Python百科v inside a webpage, I'm trying to create a button that will resize this div to fill the whole page and hide everything else behind it. Has anyone tried to do it? Problems: 1. It causes the flash to reload and the video to restart 2. In some cases a flash banner from the webpage overlays my video player no matter what z-index I give it.

Any suggestion appreciated.

Guy


You might want to consider SWFObject - it makes embedding Flash and doing dynamic things with it like resizing a lot simpler. Their docs also explain how best to fill the whole browser window, and there is a good example here of dynamic resizing.

In some cases a flash banner from the webpage overlays my video player no matter what z-index I give it.

If possible, try setting wmode="opaque" on the banner, this will make it respect z-indexes and other styling.

0

精彩评论

暂无评论...
验证码 换一张
取 消