Foros de discusión

swf or flash are overlaid in the portlet and blocking the dock drop down

Si. Mon, modificado hace 15 años.

swf or flash are overlaid in the portlet and blocking the dock drop down

New Member Mensajes: 7 Fecha de incorporación: 7/04/09 Mensajes recientes
Hello,

I have been working on the liferay and experiencing one problem right now. After I inserted the swf or flv into the portlet where the portlet is located near the top of the page, the swf and flv files are both displaying properly. The problem is when I access to the dock drop down menu, the swf or flv are overlaid on top of it and it makes me unable to access some of the menu options in the dock.

Have anyone notice this and is that any solution?

Thanks in advanced!
Abdallah M Ahmed, modificado hace 14 años.

RE: swf or flash are overlaid in the portlet and blocking the dock drop dow

New Member Mensajes: 10 Fecha de incorporación: 23/02/09 Mensajes recientes
Hello,

You should add the following code:

<object>
 [color=#DE4C4C]<param name="wmode" value="transparent">[/color]
 <embed ........ [color="#DE4C4C]wmode=&quot;transparent&quot;[/color]" src="$themeDisplay.getPathThemeImages()/custom/HEAD.swf">
</object>


This code make the flash appears in down layer.