English 中文(简体)
Jquery Media Plugin with alternate mediaplayer problems
原标题:

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>

NonverBlaster:hover

jQuery Media Plugin

问题回答

You should have a look at the "player" page ;-)

The jQuery Media Plug-In likes the JW Media Player. Change this player and use the correct values. ;-)





相关问题
Non-linear video editing tool/API?

Can anyone recommend a good library that would enable me to write an application that can blend multiple input videos into one output video (for example into a split screen). I don t care about the ...

WPF playing a video, shopping up, can I preload?

Im showing a video int my application, but its being chopped up, its locally on disc so I dont understand why this is so... any way i can start to preload it before playing it - so the content would ...

FLVs on timeline are glitching out

I have a Movieclip with about five FLV movies embedded on its timeline, one after another. I am loading multiple instances (about 5-10) of this movieclip onto the stage. Once added to the stage, they ...

Get the dimensions of a H.264 MP4

Does anybody know a ready-made, reliable way to tell the dimensions (width x height) of a MP4 encoded using the H.264 codec without ffmpeg or similar extensions, in pure PHP? Thanks for all the ...

热门标签