Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • jclark4321 Friend
    #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


    1. chromeproblem
    toymaker Friend
    #345574

    I 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,
    Gabriel

    jclark4321 Friend
    #345578

    Unfortunately no =/

    Don Lee Friend
    #345667

    Not only in Chrome, the issue has in Safari. I’ve been finding out the cause.

    jclark4321 Friend
    #345723

    Ok, Thank you

    Thanh Nguyen Viet Friend
    #345749

    Hi 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.

    jclark4321 Friend
    #345822

    Thank you so much thanhnv, that worked beautifully!

Viewing 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