-
AuthorPosts
-
November 6, 2009 at 8:46 am #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 Friendimagdy
- Join date:
- November 2009
- Posts:
- 7
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
November 6, 2009 at 11:02 am #322769Use 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.html1 user says Thank You to imagdy for this useful post
November 6, 2009 at 11:06 am #322770but can i use wmode with youtube embed videos?
Edit: Thanks for answering
imagdy Friendimagdy
- Join date:
- November 2009
- Posts:
- 7
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
November 6, 2009 at 11:16 am #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>
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by imagdy 15 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum