首頁
門窗電機産品1
門窗電機解決方案
零售市場産品
工程案例
關于我們
首頁
>
關于我們
>
下載中心
>
視頻下載
公司介紹
新聞中心
企業文化
公司榮譽
設計故事
銷售推廣
研發實力
常見問題
下載中心
說明書下載
宣傳資料下載
視頻下載
Catalogues
銷售網絡
聯系我們
VIDEO DATE
視頻下載
簡體中文
|
English
首頁
|
網站地圖
|
常見問題
|
技術支持
|
下載中心
|
員工招聘
|
銷售網絡
|
聯系我們
访问 DOOYA Store 大赢家足球比分商城(400-005-8888),前往 DOOYA Store 零售店,或查找在你附近的 DOOYA 签约。
© 2005-2020 dooya 版权所有,并保留所有权利。 法律条款 | 客户隐私政策 技術支持:崇原互動
// 顶部搜索JS $('#topsectionbutton').click(function() { var thisBtn = this; $('#dooya_top_search .inner').slideToggle(400, function() { if($(this).is(':hidden')) { $(thisBtn).removeClass('active'); } else { $(thisBtn).addClass('active'); } }); }); var v_config = { // if the
is not specified, this is the default defaultVideoWidth: 800, // if the
is not specified, this is the default defaultVideoHeight: 480, // if set, overrides
videoWidth: -1, // if set, overrides
videoHeight: -1, // width of audio player audioWidth: 400, // height of audio player audioHeight: 30, // initial volume when the player starts startVolume: 0.8, // useful for
player loops loop: true, // enables Flash and Silverlight to resize to content size enableAutosize: true, // the order of controls you want on the control bar (and other plugins below) features: ['playpause','progress','current','duration','tracks','volume','fullscreen'], // Hide controls when playing and mouse is not over the video alwaysShowControls: false, // force iPad's native controls iPadUseNativeControls: true, // force iPhone's native controls iPhoneUseNativeControls: true, // force Android's native controls AndroidUseNativeControls: false, // forces the hour marker (##:00:00) alwaysShowHours: false, // show framecount in timecode (##:00:00:00) showTimecodeFrameCount: false, // used when showTimecodeFrameCount is set to true framesPerSecond: 25, // turns keyboard support on and off for this instance enableKeyboard: true, // when this player starts, it will pause other players pauseOtherPlayers: true, // array of keyboard commands keyActions: [] }; $('#dooya_videos_sider').find('.a-video').on('click', function(){ var vpath = $(this).find('img').attr('data-url'); var poster = $(this).find('img').attr('src'); layer.open({ type: 1, area: ['801px', '449px'], title: '', shade: 0.6, //遮罩透明度1 shadeClose: true, //点击遮罩关闭 content: '
' }); var video_player = new MediaElementPlayer($('#video_player'), v_config); $('.layui-layer').css('background-color','#000'); }); /*$('#dooya_videos_sider').find('.a-video').click(function() { $('.index_video_player').remove(); $('#index_banner_sider').append(''); $('.index_video_player').find('.title a').click(function() { $('.index_video_player').remove(); }); var video_player = new MediaElementPlayer($('#video_player'), v_config); });*/ $('#dooya_new_products').find('.list').find('li a').hover(function() { $(this).append('
'); },function() { $(this).find('s').remove(); });