Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Drop-Down with Flash Video Below It Transparent
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Drop-Down with Flash Video Below It Transparent
#5416
Drop-Down with Flash Video Below It Transparent 13 Years, 9 Months ago Karma: 0
I got my drop-down menu to function fine for the major browsers I checked (Safari/Firefox - Mac, IE/Safari - PC) except for Firefox - PC. Right below my navigation is a flash video. I am using the latest version of all these browsers including the latest version of flash. My video requires flash 8 to play. I had added

<param name="wmode" value="transparent">
wmode="transparent"

to the flash object tag which resolved the issue of the drop-down menu appearing behind the flash video in IE on the PC. Now, in Firefox for the PC, the drop-down menu appears over the flash video but when I mouse over a sub-category that portion of the drop-down menu becomes transparent (or disappears). I am not sure why. Could someone please shed some light on this?

My website is here.

Thank you and I look forward to your response.
The administrator has disabled public write access.
 
#5417
Re:Drop-Down with Flash Video Below It Transparent 13 Years, 9 Months ago Karma: 747
Hello,

HTML code for Flash object is incorrect. Correct code should look like:

Code:


<object width="654" height="404" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24">
<param value="/test/templates/theme326/flash/slideshow_v8.swf" name="movie">
      <param name="quality" value="high">
      <param name="wmode" value="transparent">
<embed width="654" height="404" align="" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" quality="high" src="/test/templates/theme326/flash/slideshow_v8.swf"></embed>
</object>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#5424
Re:Drop-Down with Flash Video Below It Transparent 13 Years, 9 Months ago Karma: 0
Great, thank you!!
The administrator has disabled public write access.
 
#5691
Re:Drop-Down with Flash Video Below It Transparent 13 Years, 9 Months ago Karma: 0
I recently updated firefox on my mac as well as flash to the latest version. Now the drop-down menu appears to be glitchy and unstable. Do you have any advice as to how I can fix this?
The administrator has disabled public write access.
 
#5692
Re:Drop-Down with Flash Video Below It Transparent 13 Years, 9 Months ago Karma: 747
Sorry, but we can't check it on Mac OS. It seems this software specific issue.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1