- Posts: 43
- Thank you received: 1
Re: z-index
15 years 4 months ago - 15 years 4 months ago #2044
by milos
Replied by milos on topic Re: z-index
Yes, this error is not visible on Mac, but it is on Windows. Your module uses flash, so you must set your flash object to use transparent wmode. Inside the flash object, you should add
. Also, you should add
in the embed tag. Finally, if you call flash through JavaScript, you should add wmode parameter there as well.
I will give you one good example where flash is displayed in transparent mode, so you can compare it with your code and make necessary changes.
Anyway, it's nothing about z-index and it's nothing related to our template.
Code:
<param name="wmode" value="transparent" >
Code:
wmode="transparent"
I will give you one good example where flash is displayed in transparent mode, so you can compare it with your code and make necessary changes.
Code:
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','956','height','284','title','Banner','src','images/stories/Banner_3','wmode','transparent','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/stories/Banner_3' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="956" height="284" title="Banner">
<param name="movie" value="images/stories/Banner_3.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" >
<embed src="images/stories/Banner_3.swf" quality="high" wmode="transparent" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="956" height="284"></embed>
</object>
</noscript>
Anyway, it's nothing about z-index and it's nothing related to our template.
Last edit: 15 years 4 months ago by milos.
Please Log in to join the conversation.
15 years 4 months ago #2045
by dan_barb
Replied by dan_barb on topic Re: z-index
where should i look for the file, and which is the file that i should change?
tell me please at last the extension of the file.
is the file in one of the componens subfolders or elsewhere?
Please help me.
thank you.
tell me please at last the extension of the file.
is the file in one of the componens subfolders or elsewhere?
Please help me.
thank you.
Please Log in to join the conversation.
15 years 4 months ago #2046
by milos
Replied by milos on topic Re: z-index
I think you should ask the extension developer about it.
Please Log in to join the conversation.
Time to create page: 0.223 seconds