PDA

View Full Version : div or iframe over an applet



reversible_82
11 Aug 2009, 12:40 PM
Hi guys, I want to create a custom video control, I mean over the video itself, with issues like double click on some x and y coordinates of the video to zoom In, but I can't get this result because the real player plugin API is not that flexible, then I Tried to create a transparent layer to handle those events and I can't achieve that the transparent layer sits on top of the video, I tried this list:

1.- Put a flash transparent movie over the real player plugin- not working the player breaks the z-Index and the video goes to the top.

2.- Put an Iframe transparent over the real player plugin- not working it puts on top, but when I make the Iframe transparent, the movie goes agains to the top.

3.- I tried to use the map html tag, also is not working.

4.-I tried to put and div absolute positioned, but z-index is not working.

I need some help with this topic.

thanks guys