472,354 Members | 1,248 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,354 software developers and data experts.

DHTML menus and video

Hi all,

I'm having a hard time with the use of my DHTML menu and video on my
site. The video is served using Windows Media Player. Short of hiding
it, I can't seem to get my DHTML menu to appear above the video.
Unfortunately, I have noticed that hiding the video caused the browser
to flash several times. Does anyone know of anything I can implement
that would minimize the client side impact and also allow my menu to
appear on top of the video?

Thanks in advance!

Aug 31 '05 #1
5 1676
good luck trying to get a div to appear above a select box as well in
ie.

Aug 31 '05 #2
I hide the select boxes and the behavior for that is fine. It's when I
try to hide the video the browser flashes which for obviously reasons
isn't a pleasant user experience.

Aug 31 '05 #3
pa******@hotmail.com wrote:
Hi all,

I'm having a hard time with the use of my DHTML menu and video on my
site. The video is served using Windows Media Player. Short of hiding
it, I can't seem to get my DHTML menu to appear above the video.
Unfortunately, I have noticed that hiding the video caused the browser
to flash several times. Does anyone know of anything I can implement
that would minimize the client side impact and also allow my menu to
appear on top of the video?

Thanks in advance!


Does this help:
http://www.mioplanet.com/rsc/embed_mediaplayer.htm

in the object tag (assuming you are using the object tag to embed the
video) add this param:

<PARAM name="windowlessVideo" value="true">
Aug 31 '05 #4
Perfect, thanks Kevin! It works great for WMP 8, 9 and 10. Any idea why
this doesn't work for 7?

Thanks again!

Aug 31 '05 #5

Kevin Newman wrote:
pa******@hotmail.com wrote:
Hi all,

I'm having a hard time with the use of my DHTML menu and video on my
site. The video is served using Windows Media Player. Short of hiding
it, I can't seem to get my DHTML menu to appear above the video.
Unfortunately, I have noticed that hiding the video caused the browser
to flash several times. Does anyone know of anything I can implement
that would minimize the client side impact and also allow my menu to
appear on top of the video?

Thanks in advance!


Does this help:
http://www.mioplanet.com/rsc/embed_mediaplayer.htm

in the object tag (assuming you are using the object tag to embed the
video) add this param:

<PARAM name="windowlessVideo" value="true">

The reference you quote uses an ActiveX object to control the WMP.
However only the IE family of browsers come with full ActiveX support.
The most recent Netscape browser has ActiveX support for the WMP only.
Plugins are availabe for ActiveX support for the WMP only for some
other browsers, but many users of these browsers do not have these
plugins installed, or even know about them. Some of these plugins are
not very easy to install for the casual computer user. It is possible
to support both Windows and Real Media with a general object that does
not require ActiveX and without adding an embed(which is a validation
error) within the ActiveX object for players that do not support
ActiveX. The codes I use are at
http://www.cwdjr.info/media/playersRoot.php . These methods work on the
latest versions of IE6 and close relatives such as MSN9, Avant, and
MyIE2. They also work on the latest versions of Mozilla, Firefox,
Netscape, and Opera. Use of these methods can result in validation at
xhtml 1.1 and work when served as true xhtml using the mime type
application/xhtml+xml, if you wish. You can even add a php include at
the very top of the page that detects if the browser will support the
named mime type. If it does, everything above the head of the page is
written as xhtml 1.1 and served as such. For outmoded browsers,
including IE6, that can not support the mentioned mime type, the code
above the head is written as html 4.01 strict, a regular expression is
used to convert self closed xhtml tags such as <br /> to <br> as
required for xhtml 4.01 strict, and the page is served as text/html.

Sep 1 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Jason | last post by:
I have a client that would like to have drop down menus added to a nav bar that is generated from MySQL. Is it possible to have a dynamically driven DHTML menu from MySQL? example link...
20
by: Jacob Friis Larsen | last post by:
I have used DHTMLcentral.com's Coolmenus, but I'd like to find a more simple one. Any advice? Thanks, Jacob
1
by: Davidson | last post by:
Could someone advises me some good books or information about DHTML menu? Thanks in advance.
6
by: pete | last post by:
Hello, I need resources for the following and would be appreciative to anyone that can help!!!! 1. a free website that clearly & comprehensively explains the DOM 2. a free website that has...
3
by: unurban | last post by:
I have a javascript menu based off of unordered lists that only shows the subnav links when you click on the main nav links. is there a way to keep any subnav items open after you click on a link...
2
by: warrenf | last post by:
Greetings, I have been muddling my way through developing a DHTML menu. I finally have something workable. My problem now is that I have implemented my menus in a DIV that overlaps my 'master'...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
1
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. header("Location:".$urlback); Is this the right layout the...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and credentials and received a successful connection...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
1
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web server and have made sure to enable curl. I get a...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
0
BLUEPANDA
by: BLUEPANDA | last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.