內容簡介
這個平滑串流外掛讓您可以在 WordPress 網站中整合影片播放器。它可以接受多種影片格式,例如 ism 和 isml(用於平滑串流),或是漸進式下載格式,例如經 H264 編碼的 wmv、mov 和 mp4。
管理區提供了一些參數,可以自訂影片播放器的介面和外觀。
只需使用管理面板或是編寫標籤,例如:
[sl-playerss background=”transparent” width=”100%” height=”400px” videoUrl=”http://www.tweened.org/wp-content/files/toystory3_720p.mp4″ autoPlay=”1″ themeColorOne=”726A5D” themeColorTwo=”999285″]
此外掛提供以下功能:
1. 組件設定 Silverlight
* 透明背景
勾選此框,可使影像播放器具有透明背景。
* 背景顏色
設定 Silverlight 組件的背景顏色。
* 寬度
設定 Silverlight 組件的寬度(以像素或百分比值表示)。
* 高度
設定 Silverlight 組件的高度(以像素或百分比值表示)。
2. 影像播放器設定
* 影片的 URL
平滑串流影片串流的 URL(絕對或相對路徑)。
* 警告 crossdomain.xml 或 securityaccesspolicyfile.xml
警告跨網域的問題。
* 自動播放
頁面載入時自動播放。
* 顏色 1 和 顏色 2
可以自訂影像播放器的風格。
* 預覽影片播放器
任意區段
簡短的 Markdown 範例
<?php code(); // goes in backticks ?>
外掛標籤
開發者團隊
原文外掛簡介
This Smooth streaming plugin allows a cool integration of a video player in your WordPress site. It can accept many video formats like ism and isml (for Smooth Streaming) or progressive download formats like wmv, mov and mp4 (if encoded in H264).
The administration section will offer you some parameters to customize the presentation and skin of the Video player.
Just use the adminpanel or write a tag like :
[sl-playerss background=”transparent” width=”100%” height=”400px” videoUrl=”http://www.tweened.org/wp-content/files/toystory3_720p.mp4″ autoPlay=”1″ themeColorOne=”726A5D” themeColorTwo=”999285″]
The plugin offers the following features:
1-component settings Silverlight
* Transparent Background
By checking this box, the reader will have a transparent background.
* Background Color
Sets the background color of the Silverlight component.
* Width
Sets the width of the Silverlight component (pixel or percent value).
* Height
Sets the height of the Silverlight component (pixel or percent value).
2-player video settings
* Url of the video
Url of the video stream Smooth Streaming (Absolute or relative).
* Warning crossdomain.xml or securityaccesspolicyfile.xml
* Autoplay
Plays when the page loads.
* Color 1 and color 2
Allows you to style the reader.
* Preview the video player
Arbitrary section
A brief Markdown Example
