-
AuthorPosts
-
June 1, 2010 at 10:10 pm #151517
In the Google Chrome browser, I have a problem where the moo drop down menu goes behind the video, as shown in the attached screenshot. This problem happens only on Chrome in the Windows environment–not in Chrome on a Macintosh. What can I do?
The address for the site is http://www.gooregongo.com/index.php
Jeff
toymaker Friendtoymaker
- Join date:
- April 2010
- Posts:
- 123
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 10
- Thanked:
- 45 times in 32 posts
June 1, 2010 at 11:12 pm #345574I remember to have read something related to the last version of the Flash player. Go to Adobe, download the latest Flash player plug-in and let me know If you still have the same issue.
Peace,
GabrielJune 1, 2010 at 11:47 pm #345578Unfortunately no =/
Don Lee FriendDon Lee
- Join date:
- March 2010
- Posts:
- 923
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 41
- Thanked:
- 274 times in 238 posts
June 2, 2010 at 9:39 am #345667Not only in Chrome, the issue has in Safari. I’ve been finding out the cause.
June 2, 2010 at 5:52 pm #345723Ok, Thank you
Thanh Nguyen Viet FriendThanh Nguyen Viet
- Join date:
- September 2014
- Posts:
- 1461
- Downloads:
- 0
- Uploads:
- 44
- Thanked:
- 258 times in 217 posts
June 3, 2010 at 2:38 am #345749Hi jclark4321,
It is a flash embed code’ issue.
Please add some below code to your flash embed to solve this issue.1. Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">
2. Add the following parameter to the EMBED tag:
wmode="transparent"
E.g:
Before code:<object width="640" height="385">
<param name="movie" value="http://www.youtube.com/v/yzqTFNfeDnE&hl=en_US&fs=1&rel=0"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/yzqTFNfeDnE&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed>
</object>After code:
<object width="640" height="385">
<param name="movie" value="http://www.youtube.com/v/yzqTFNfeDnE&hl=en_US&fs=1&rel=0"></param>
<param name="wmode" value="transparent"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="http://www.youtube.com/v/yzqTFNfeDnE&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed>
</object>I hope it helpful for you.
2 users say Thank You to Thanh Nguyen Viet for this useful post
June 3, 2010 at 8:02 am #345822Thank you so much thanhnv, that worked beautifully!
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 4 voices, and was last updated by jclark4321 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Menu problem in Chrome Browser
Viewing 7 posts - 1 through 7 (of 7 total)