# 视频

<sm-video-player url="https://www.runoob.com/try/demo_source/mov_bbb.mp4"></sm-video-player>

# Attributes

参数 说明 类型 可选值 默认值
url 视频地址 string - -
swf 视频插件 string - 'https://vjs.zencdn.net/swf/5.4.2/video-js.swf'
replayTime 黑屏重放rtmp的时间间隔 number - 3000
isFullscreen 是否全屏播放视频 boolean - false
ratio 比例:原始(origin)和铺满(full) string 'origin' | 'full' 'origin'
options 视频配置。配置项 object - -

# options

参数 说明 类型 可选值 默认值
muted 是否静音 boolean - true
loop 是否循环播放 boolean - false
popupToPlay 是否打开弹窗播放 boolean - false
autoplay 是否自动播放 boolean - false
controlBar 是否显示控制条 boolean - true
poster 视频封面地址 string - -
最后更新时间: 2023/4/6 下午2:48:05