?wmode=transparent
例如:
http://www.youtube.com/embed/YjUaWiy_QXc?wmode=transparent
如果還需要指定畫面大小可再加上height, width, e.g.
http://www.youtube.com/embed/YjUaWiy_QXc?wmode=transparent&width=150&height=200
在object元素內加入以下參數: <param name="wmode" value="transparent" />
在embed元素內加入以下屬性: wmode="transparent"