SEARCH !!

2010/02/26

關於wmode

根據官方的flash文件當中指出,wmode屬性有效值有下面三種:

Window
plays the application in its own rectangular window on a web page. Window indicates that the Flash application has no interaction with HTML layers and is always the topmost item.







Opaque
makes the application hide everything behind it on the page.

Transparent
makes the background of the HTML page show through all the transparent portions of the application and can slow animation performance.

Window是wmode的預設值,Windows跟Opaque表面上看起來好像沒什麼不同,可是當你有使用CSS控制HTML元素的z-index的時候,就會看出明顯的差別了。

wmode=”window”wmode=”opaque”

Window除了速度快、有效率、無法使用z-index以外,他也沒有辦法混用於DHTML圖層當中,這就是為什麼常有人在抱怨,為什麼自己的下拉選單會跑到Flash後面。

Opaque除了可以讓你正確控制z-index的樣式,也可以透過Javascript來控制它的大小或是移動swf的位置喔!不過要注意,Opaque的背景可是沒有辦法透明的,也就是說,任何內容都會被放在swf下面唷!

至於Transparent,想當然,就是把flash的背景變成透明啦!讓swf檔案可以融入網頁當中而不會出現討厭的白底,不過,transparent在IE裡面是真的透明,也就是說,下面的網頁內容是可以被選取起來的,但是在FF裡面,就很討厭了,因為雖然看起來透明,但是滑鼠卻無法點選,不知道現在到底修正了沒有。另外,要稍微注意的是,使用這個值,會讓你的flash影片變得比較慢喔!

沒有留言:

張貼留言