Problem with 0.99.2
|
|
I don't know if you guys see this problem but the cinema mode (the light switch which darkens the screen around the video) actually covers the video in this version and the buttons on the video can't be clicked. I hope it's updated to fix this soon. :P |
|
|
Same problem with the buttons. Don't know about the cinema mode, because I don't use it. |
|
|
I noticed the cinema problem, sorry about that guys. The buttons, I can't confirm. I'll be working on it again today. |
|
|
Btw, it just covers the whole screen, even the player.. And could you make an option to remove it completly (becouse I use YouTube Lights Out) |
|
|
Make the movie_mp's z-index higher than the dark div. |
|
|
with right positioning attributes and wmode, you are right joe. i'm releasing update soon. @jeroenz0r, can't you just uncheck "automatic cinema"? |
|
|
I see you have v0.99.3... But your first version (when you started including it) was 0.5. Then it went to 0.8. You jump around a lot, what's the reasoning to it?
I look at your first version code, then your newest code, and it wows me to see your progress. I'm gonna look at that pause-on-click code, please come on AIM so we can talk. By the way, the player width is a few pixels wider than my screen. By the way 2 (lol), I like the fit on resize feature. EDIT: Play button on default install doesn't work. I have to click the video itself. EDIT 2: You need to floor your math on movie_mp marginLeft because browsers hate floating numbers in css; sizzle and I figured this out, it ruined our borders in GM_config. |
|
|
lol really? i never wrote code before this, so I wasn't sure how versioning should work. Now I just start from 0.1, and work my way up by (point) ones. about aim: sorry i can't get on, but do you have gmail? i can get on google talk (im on right now). |
|
|
Why can't you get on aim? And yes I will get on Google. Btw I edited my post above, please read. |
|
|
I floored, will be in next. But what is not working about the play button? I don't understand. |
|
|
Avindra Gool... wrote:When I play a video, the play button is clickable but it doesn't play the video. In order to actually start it, I have to click the video and not the controls. Ok EDIT: Now the controls work but clicking on the video doesn't work to pause it anymore (every time I click the video it says player.getPlayerState is not a function, is it looking from the sandbox?). Autoplay off doesn't work either, so then autobuffer can't work.
EDIT 2: Sometimes autoplay_off+buffer_on works, sometimes it doesn't. Just can't pin it down. EDIT 3: When I click on a related video after the current video is over, it starts to play it before it leaves. That's why I had so many intervals in my pause-on-click script. It doesn't look for clicks if the video isn't playing. And I'm trying to make it come back if you stop it then start it again. Here are my options: http://i41.tinypic.com/292wdpz.png |
|
|
The buttons in the controller work now. The delay between the pause/play clicks is a little annoying, though. Any way to remove that? And yeah, you should make it so it doesn't check for clicks when the video ends, and then re-add it if the video starts again. |
|
|
Newest version acts perfectly for me, reaction time is fine |
|
|
@reaction time concern: Yes, you guys aren't crazy. I made it so that you can't pause/play within the same second. Not because I thought that's a cool idea, but because of a terrible javascript / flash bug I'm assuming. Hopefully, I'll find a fix for this. Everything is connected, and if I do implement the current solution for the delay, things such as click to pause / play, cinema mode, options dialog on top of the video would suddenly break. |