b_hole Posted July 15, 2006 Share Posted July 15, 2006 Hello,I have a simple code that show a short media player movie, using object and param.My problem is that I have images thumbnails, and when you click on it, a larger image shows, with a big z-index. But the media player object (even with 1 or -1 for z-index) keeps being on top of this image.What am I missing here?* I'm sorry, but I can't write here some code, I hope maybe tomorrow.Thanks alot :) Quote Link to comment https://forums.phpfreaks.com/topic/14709-mediaplayer-z-index/ Share on other sites More sharing options...
nogray Posted July 17, 2006 Share Posted July 17, 2006 media player (or flash object) is a plug in object which means it'll always render on top of everything else (regardless of the z-index).You may need to hide it while the images are shown and show it when they are hidden. Quote Link to comment https://forums.phpfreaks.com/topic/14709-mediaplayer-z-index/#findComment-59489 Share on other sites More sharing options...
b_hole Posted July 17, 2006 Author Share Posted July 17, 2006 Funny you say that, because Firefox render it OK, the image is above the object.Anything you can think of? Quote Link to comment https://forums.phpfreaks.com/topic/14709-mediaplayer-z-index/#findComment-59640 Share on other sites More sharing options...
nogray Posted July 19, 2006 Share Posted July 19, 2006 sorry, I was talking about IE (object) Firefox embed the media player in the page. If you find a solution, please let me know. Quote Link to comment https://forums.phpfreaks.com/topic/14709-mediaplayer-z-index/#findComment-60540 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.