WordPress Unity Plugin: I Can change only one resolution value of the web player

I’m using the official unity plugin for WordPress and want to change the resolution to my custom needs with the following line I have copied from the readme file of the plugin:

[WP_UnityObject src=“yourdomain.com is available for purchase - Sedo.com” width=“640” height=“480”/]

But the first resolution value is being ignored. This is really weird. Taking the example above I can only change the height. The player is ALWAYS 320px in width then. When I switch width and height I can only change the width but not the height anymore. The height is fixed to ALWAYS 240px then. Searching the web did not help me yet.

I’m using WordPress 3.2.1 and Unity 3.4

Any suggestions?

I can change the default values in the plugin itself to at least get a higher resolution but it’s not a real solution since I use and need different players with different resolutions.

The bug I do notice in most common browsers.

I could fix the problem. Go to the “WP_UnityObject.php” file and change the default screen resolution from 320x240 to any resolution you definetely not exceed. Aftwards you can enter the width AND height screen resolution in your post properly as long as you stay UNDER the defined default reso.