Re: z-index

  • dan_barb
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 8 months ago - 3 years 7 months ago #2041 by dan_barb
Replied by dan_barb on topic Re: z-index
this is the screenshot.
Attachments:
Last edit: 3 years 7 months ago by milos.

Please Log in to join the conversation.

  • dan_barb
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 8 months ago - 3 years 7 months ago #2042 by dan_barb
Replied by dan_barb on topic Re: z-index
this is the screenshot.
Attachments:
Last edit: 3 years 7 months ago by milos.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 8 months ago - 13 years 8 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
Code:
<param name="wmode" value="transparent" >
. Also, you should add
Code:
wmode="transparent"
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.
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: 13 years 8 months ago by milos.

Please Log in to join the conversation.

  • dan_barb
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 8 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.

Please Log in to join the conversation.

  • milos
    Support Staff
  • Moderator
  • Moderator
More
13 years 8 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.

  • dan_barb
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 8 months ago #2047 by dan_barb
Replied by dan_barb on topic Re: z-index
I solved, thank you verry much.

Please Log in to join the conversation.

Time to create page: 0.354 seconds
Powered by Kunena Forum