Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • giarmaica Friend
    #145801

    i have a little problem…

    the embed videos are over the menu…on every page…have any ideea what to do? i am not verry good at php or css…

    thanks

    imagdy Friend
    #322769

    Use the WMODE parameter to allow layering of Flash content with DHTML layers. The WMODE parameter can be ‘window’ (default), ‘opaque’, or ‘transparent’. Using a WMODE value of ‘opaque’ or ‘transparent’ will prevent a Flash movie from playing in the topmost layer and allow you to adjust the layering of the movie within other layers of the HTML document.

    For details on creating a Flash movie with a transparent background and more information on using the WMODE parameter refer to How to make a Flash movie with a transparent background (TechNote 14201).

    Note: The WMODE parameter is supported only on some browser/Flash Player version combinations. If the WMODE parameter is not supported, the Flash movie will always display on top. Refer to TechNote 14201 for details.

    Also read:
    1) http://csscreator.com/topic/css-drop-down-menu-and-flash-element-problems-tried-obvious
    2) http://kb2.adobe.com/cps/142/tn_14201.html

    giarmaica Friend
    #322770

    but can i use wmode with youtube embed videos?

    Edit: Thanks for answering

    imagdy Friend
    #322772

    <em>@giarmaica 151811 wrote:</em><blockquote>but can i use wmode with youtube embed videos?

    Edit: Thanks for answering</blockquote>
    I suppose yes, it’s an embedded video,

    Example:
    Youtube code-

    Before:

    <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/EE7CXZ1Lyu4&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/EE7CXZ1Lyu4&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

    After:

    <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/EE7CXZ1Lyu4&hl=en&fs=1&"></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/EE7CXZ1Lyu4&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  imagdy 14 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum