After installing Shadowbox (v3.0b and JWP) mp4 files always play via Qucktime - even if the admin UI is set to to play mp4 files through the FLV player instead.
I don't know if it is the best fix, but I eventually got it working by adding 'mp4' to the 'ext' array (of valid extensions) in shadowbox.js (in the plugin directory)
my 'ext' is now:
ext: {
img: ['png', 'jpg', 'jpeg', 'gif', 'bmp'],
swf: ['swf'],
flv: ['flv', 'm4v', 'mp4'],
qt: ['dv', 'mov', 'moov', 'movie', 'mp4'],
wmp: ['asf', 'wm', 'wmv'],
qtwmp: ['avi', 'mpg', 'mpeg']
},
Is the admin code broken or has v3.0b moved the goalposts?
Comments
Comment #1
psynaptic commentedIt looks like I added the option to the module as I can see mp4 under the flv settings.