Flowplayer 5.3.0与Mootols 1.4.5和jQuery 1.9冲突

Flowplayer 5.3.0与Mootols 1.4.5和jQuery 1.9冲突,jquery,mootools,flowplayer,Jquery,Mootools,Flowplayer,我正在构建一个使用MooTools构建的项目。设计中内置了很多视频,我决定从VideoJS迁移到Flowplayer,因为所有精彩的活动和可定制的外观 下面是如何设置标题: 添加MooTools <?php Assets::js(array( // Libs 'readme.js', 'lib/mootools-yui-compressed.js', 'lib/...', 'lib/...', )); ?> 我的观点是,如果没有定义jQue

我正在构建一个使用MooTools构建的项目。设计中内置了很多视频,我决定从VideoJS迁移到Flowplayer,因为所有精彩的活动和可定制的外观

下面是如何设置标题:

  • 添加MooTools

    <?php Assets::js(array(
        // Libs
        'readme.js',
        'lib/mootools-yui-compressed.js',
        'lib/...',
        'lib/...',
    ));
    ?>
    
    我的观点是,如果没有定义jQuery,Flowplayer应该如何运行

    TLDR;这名球员工作正常,但我不喜欢这样的错误发生,我想知道原因


    提前感谢。

    显示呈现的html,而不是您的php代码。如果您要使用其他库和mootools,我也会使用mootools,没有冲突
    <script
        src="<?=base_url();?>/static/js/lib/jquery190.js">
        jQuery.noConflict();
    </script>
    
    <script src="<?=base_url();?>static/js/flowplayer530/flowplayer.js"></script>
    
       slice.call( docElem.childNodes, 0 )[0].nodeType;   ->  jquery190.js (line 3811)