I can't seem to get the jQuery Media plugin to work with nonverblaster:hover ...
This is what I'm using.... am I doing something wrong?
I've tried loading SWFobject aswell...
<script type="text/javascript">
$(function() {
$.fn.media.defaults.flvPlayer = 'js/NonverBlaster.swf';
$.fn.media.defaults.mp3Player = 'js/NonverBlaster.swf';
/* Audio */
$.fn.media.mapFormat('mp3','flash');
$.fn.media.mapFormat('aac','flash');
/* Video */
$.fn.media.mapFormat('mov','flash');
$.fn.media.mapFormat('mp4','flash');
$.fn.media.mapFormat('m4v','flash');
$('a.media').media();
});
</script>