jquery.media.js and the JWPlayer "allowfullscreen" parameter (to enable the full screen).

jquery.media.js and the JWPlayer "allowfullscreen" parameter (to enable the full screen).

Hi Malsup!

The JW player has a full screen button which is not enabled. To enable it you need to add the "allowfullscreen" attribute to the <embed> tag.  

Not sure if you want to pollute the jquery.media.js file with JWPlayer specifics (is this used anywhere else?)... but if it be in the file, newbies (like me)... would see it and determine if we enable/disable it!

Here is the line change>>> 
params: { wmode: 'transparent', allowfullscreen: 'true'}, // added to object element as param elements; 

Just a thought

Zylgain