Documentation for the VideoPress player
-
Hi
Is there some documentation somewhere about the VideoPress player which will tell me what these parameters control? Some are obvious but not all.
wmode=”direct”
seamlesstabbing=”true”
allowfullscreen=”true”
allowscriptaccess=”always”
overstretch=”true”Also; in general is there some developer documentation about the player? E.g. about when it uses Flash player mode and when it uses the video element mode?
Thanks
–JustinWyllie
Blog url: http://newobs.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
Also – about how to skin it? I see you can replace the VideoPress logo, but I can’t find the instructions
-
We don’t have any documentation beyond http://en.support.wordpress.com/videopress/
The parameters are subject to change, and allowfullscreen definitely turn on/off the fullscreen button, but I’ll see if I can get some more specific answers for you.
Also, the VideoPress logo cannot be replaced at this time.
-
Hi
Thanks a lot MacManx. These are my specific questions:
1. What do the parameters wmode, seamlessstabbing and overstretch mean?
2. When does it used Video element mode instead of Flash player if possible?OK. Thanks for telling me about the logo. Maybe this is something in the pipeline? This help page http://videopress.com/flash-video-player/ definitely seems to suggest it is possible.
Thanks again
–Justin Wyllie
-
I’ll get the answers for #1 as soon as possible.
As for #2, The Flash-less HTML5 embed is used whenever possible. It only falls back to the Flash player if you uncheck “Display share menu and allow viewers to embed or download this video” or if the browser does not natively support the available MP4 or OGG formats, like Internet Explorer.
-
Here’s a quick rundown of those parameters you weren’t sure about:
wmode – This is the “window mode” that the player uses – setting this to direct allows Flash to use the graphics hardware to accelerate the video decoding.
seamlesstabbing – This inserts the video into the tab-ordering on the page, so users without a mouse can “tab” through the video controls.
overstretch – This tells the player to stretch the video to use as much of the display window as possible, even if the window is larger than the video resolution.One minor correction – VideoPress will use the Flash player where possible, and fall back to the HTML5 video tag when Flash can’t be used. As more browsers start to provide hardware accelerated support for the HTML5 video tag, we’ll be looking at changing this around.
With regards to changing the logo, this is currently only available to our VIP users.
- The topic ‘Documentation for the VideoPress player’ is closed to new replies.