Title: 3.5 Support
Last modified: August 20, 2016

---

# 3.5 Support

 *  Resolved [Ryan Duff](https://wordpress.org/support/users/ryanduff/)
 * (@ryanduff)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/35-support/)
 * Has anyone tested this on the 3.5 betas to see if it works w/ the new media management
   stuff?
 * [http://wordpress.org/extend/plugins/video-embed-thumbnail-generator/](http://wordpress.org/extend/plugins/video-embed-thumbnail-generator/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/35-support/#post-3204611)
 * I have tested it. At the moment 3.5 will severely cripple the plugin and at the
   very least I’ll need to do some large cosmetic changes. I don’t know exactly 
   how the new system is going to work. I’ve seen major changes happen in a single
   day. I’m going to do my best to get it working once the developers have made 
   more progress.
 *  Thread Starter [Ryan Duff](https://wordpress.org/support/users/ryanduff/)
 * (@ryanduff)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/35-support/#post-3204613)
 * I know they’re working on backward compat. Waiting things to settle is probably
   a good idea. Hopefully once we hit RC (very very soon) we’ll have a good idea.
 * The only reason I asked was because I was considering using it on a project and
   I saw some of the screenshots. I haven’t looked at how you hooked in to the media
   thickbox, but I know that has been a touchy area in the past.
 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/35-support/#post-3204620)
 * I’m currently using the rather lightly documented attachment_fields_to_edit hook,
   which now sort of works (crucial hidden fields aren’t being generated) in the
   new media box but doesn’t work at all in the new Media Library, which will require
   a new custom meta box. I was already in the middle of a huge upgrade, and I have
   a job right now so it might take some time for me to understand how to make it
   work.
 *  Thread Starter [Ryan Duff](https://wordpress.org/support/users/ryanduff/)
 * (@ryanduff)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/35-support/#post-3204649)
 * I’ve been waffling on using this for the client… but may be able to throw in 
   some time to make it work… is your current dev committed to trunk in the plugin
   svn repo or do you still have a lot of uncommitted changes?
 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/35-support/#post-3204650)
 * Oh I’m nowhere near that organized. The trunk on svn is months out of date. The
   current dev is a mess that only half works. I’m not really a developer. I just
   made this thing so I could share videos with clients easier and it spiralled 
   out of control. I’ll commit what I have to the svn in a few days but it might
   not help you much.
 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/35-support/#post-3204672)
 * Hi Ryan, I never committed my development work. I got sidetracked. It’s in the
   svn now. The good news is I asked the WordPress devs to implement the attachment_fields_to_edit
   hidden fields in 3.5 and it turned out they had just forgotten to do it. So with
   a little bit of tweaking the plugin will work in 3.5. I’m getting much closer
   to releasing a new version that will add a lot of functionality and will be compatible
   with 3.5.
 *  [JF](https://wordpress.org/support/users/j_folkes/)
 * (@j_folkes)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/35-support/#post-3204673)
 * We’re just setting up a site with 3.5 and the plugin, while not working as the
   instructions say, works just fine for us. The only thing we need is the ability
   to turn off the full screen option. The site is “here’s a little peek, but come
   back tomorrow for the rest” thing so we can’t have users hitting the full screen
   option before tomorrow. Is there a way to do that? Or will it be a feature in
   the next release? I’m bleary from looking at so many video plugins and this is
   the closest to what we need.
 * Thanks in advance!
 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/35-support/#post-3204674)
 * [@j_folkes](https://wordpress.org/support/users/j_folkes/) I have no idea how
   to disable full screen playback with the current Flash player. You’d also have
   to figure out how to disable it for the native HTML5 players. With the next release(
   coming soon) I’ll be including the video.js player which allows easy custom skinning
   through CSS and you could use these instructions to disable the fullscreen button.
   [http://help.videojs.com/discussions/questions/12-is-it-possible-to-disableremove-full-screen-button](http://help.videojs.com/discussions/questions/12-is-it-possible-to-disableremove-full-screen-button)
 *  [Vassalo](https://wordpress.org/support/users/nvassalo/)
 * (@nvassalo)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/35-support/#post-3204680)
 * How is the development of the compatible plug-in with 3.5?
 *  Plugin Author [Kyle Gilman](https://wordpress.org/support/users/kylegilman/)
 * (@kylegilman)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/35-support/#post-3204681)
 * It was released about 10 days ago.
 *  [sanderbontje](https://wordpress.org/support/users/sanderbontje/)
 * (@sanderbontje)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/35-support/#post-3204684)
 * To simply block the fullscreen playback capability of Flash player: remove the
   parameter `allowFullScreen` from the generated embed & object tags (or set it
   to `false`). Of course, this does not remove the fullscreen button from the player.
 * More info [here](http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7e31.html#WS2E9C7F3B-6A7C-4c5d-8ADD-5B23446FBEEB)(
   skip to ‘Enabling full-screen mode in Flash Player’).

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘3.5 Support’ is closed to new replies.

 * ![](https://ps.w.org/video-embed-thumbnail-generator/assets/icon.svg?rev=2965979)
 * [Videopack](https://wordpress.org/plugins/video-embed-thumbnail-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/video-embed-thumbnail-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/video-embed-thumbnail-generator/reviews/)

 * 11 replies
 * 5 participants
 * Last reply from: [sanderbontje](https://wordpress.org/support/users/sanderbontje/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/35-support/#post-3204684)
 * Status: resolved