media icon indicating copy to clipboard operation
media copied to clipboard

jQuery Media Plugin

Results 21 media issues
Sort by recently updated
recently updated
newest added

I am proposing a fix for jquery.media.js that will allow a fallback to quicktime if the flash plugin doesn't load (for example, iphones...) It needs swfobject v2+ Mod line 348...

If I understand the docs corretly, "attrs" are est as sttributes of the resulting . So I tried something like: $('.media').media({ width: "100%", height: "100%", autoplay: true, attrs: { id:...

This plugin does not work with SWFObject v2.2, any plans on updating it. Thank you

http://jquery.malsup.com/media/video.html Check the first video captioned "MOV File". The play and volume control at the bottom left corner are missing. Works on FireFox, Thanks,

fullscreen not work - http://jquery.malsup.com/media/video.html firefox 3.6, opera 11.50

opera 11.50 crash if quicktime not installed

Hi , THe bug is i cant able to view Avi videos rest all okay,but in the AVI i just hear the audio and not the video. Why this is...

I can find standards property in default options and I can overwrite it by specify it in parameter of $().media(). Shall I change if (o.standards) to if (opts.standards) to actually...

Original report http://forum.jquery.com/topic/bug-jquery-media-js With sites like "http://www.somesite.com.au/foo.pdf", the "au" part of the domain causes incorrect media type detection.

in order to get the full screen button to actually work on jw player: Here is the line change params: { wmode: 'transparent', allowfullscreen: 'true'}, // added to object element...