Using wmode opaque is sometimes better. But you can use transparent. Sometimes it washes out the background of the Flash. And you need to add what ddadmin shows in his code to the embed, not the object. While the object needs a parameter added to it. More specifically, using your existing Flash tags (additions highlighted):
Code:
<object id="flashObj" width="486" height="412" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,47,0">
<param name="movie" value="http://c.brightcove.com/services/viewer/federated_f9?isVid=1" />
<param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="videoId=926353529&
playerID=44978634001&playerKey=AQ~~,AAAAACVjNrc~,Iy6qZmjC76PO3emQNxASBnJy0caINoyj&domain=
embed&dynamicStreaming=true" /><param name="base" value="http://admin.brightcove.com" />
<param name="wmode" value="opaque" />
<param name="seamlesstabbing" value="false" /><param name="allowFullScreen" value="true" />
<param name="swLiveConnect" value="true" /><param name="allowScriptAccess" value="always" />
<embed src="http://c.brightcove.com/services/viewer/federated_f9?isVid=1"
bgcolor="#FFFFFF" flashVars="videoId=926353529&playerID=44978634001&playerKey=AQ~~,
AAAAACVjNrc~,Iy6qZmjC76PO3emQNxASBnJy0caINoyj&domain=embed&dynamicStreaming=true"
base="http://admin.brightcove.com" name="flashObj" width="486" height="412" seamlesstabbing="false"
type="application/x-shockwave-flash" wmode="opaque" allowFullScreen="true" swLiveConnect="true"
allowScriptAccess="always" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?
P1_Prod_Version=ShockwaveFlash"></embed></object>
Bookmarks