DIVX Player Z-index
Hi all,
I'm currently developping an user interface with modules drag capabilities ( kind of widgets ), I have integrated for evaluation the divx web player all is perfect even with agressive DOM manipulation ( add / remove / duplicate ) but i have a problem with the player default z-index.
The player is always on top, if I drag something over it's hidden under + on IE i also lost event handling ( FF not affected by event handling pb )
Is there is a solution to set up a specific z-index like for a div ?? or a trick ?? i have tried to change the div container index without success.
Thanks in advance for your help
Jeff
Hi SeaBass,
Thanks for your reply, yes already done that but that's solve only when the player is stopped or if i want to drag the div player.
The point is, I have popup system that can appear anytime ( throught socket ) if this kind of event are fired while playing they could be totally hidden, same problem with css modal box and of course it's worse with drag.
No problem with Flash and Silverlight integration because it's possible to set up default z-index on their div container.
Divx player is wonderfull just this little detail to solve ....
Sorry for my english ;-)


There are few javascript examples in the SDK. You could try replacing the web player object by some other region of your choice, while it is not playing something back.
-S