开发者

fadeOut a (flash)video within a modal dialog?

开发者 https://www.devze.com 2023-02-08 06:44 出处:网络
I have a modal dialog showing a video and a photogallery, each in a div with some additional content. The video-div is supposed to fade out on click, which works like a charm in safari and FF (html5 v

I have a modal dialog showing a video and a photogallery, each in a div with some additional content. The video-div is supposed to fade out on click, which works like a charm in safari and FF (html5 video)开发者_开发知识库 but in ie7 and 8 using flowplayer the video doesn't fade but suddenly disappears after all other elements in the div have faded out.

Any ideas?

Thanks, Lutz


Flash is a separate browser plug-in unlike the HTML5 that is built into the browsers. I doubt that any browser plugins in any browser supports opacity, which would be required to fade out.

0

精彩评论

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