flash 用 html 播放,使用flash插件在HTML上播放音频

原文链接:WordPress Audio Player 非插件方式使用方法

Standalone version

The standalone version comes with a JavaScript file to simplify configuring and embedding the player. This file includes theswfobject library.

Note: the zip file includes two other files:

audio-player-noswfobject.js (a version of audio-player.js without the swfobject library if you are including it separately)

audio-player-uncompressed.js (same as above but uncompressed so you can read the code)

Installation and usage

Download the zip file

Extract and upload the files to your server (only two files are required: audio-player.js and player.swf)

Include the audio-player.js file in the HEAD section of your html page

Still in the HEAD section, setup Audio Player as seen in the example below (the only required option is width)

To insert a player on the page, place an HTML element (a P tag in the example but it can be anything) and give it a unique ID

This element will be replaced with a player. If the browser doesn’t support Audio Player, the element will not be replaced so use it to show alternative content (maybe a message telling the user to download Flash)

Insert the script tag after the element as shown below

Example

Ensure you replace “http://yoursite.com/path/to” with the correct paths to all files.

Your websitetitle>

...

script>

AudioPlayer.setup("http://yoursite.com/path/to/player.swf", {

width: 290

});

script>

head>

Alternative contentp>

AudioPlayer.embed("audioplayer_1", {soundFile: "http://yoursite.com/path/to/mp3_file.mp3"});

script>

Alternative contentp>

AudioPlayer.embed("audioplayer_2", {soundFile: "http://yoursite.com/path/to/mp3_file_2.mp3"});

script>

body>

html>

Configuration

You can configure Audio Player with the setup call in the HEAD section like this:

script>

AudioPlayer.setup("http://yoursite.com/path/to/player.swf", {

width: 290,

initialvolume: 100,

transparentpagebg: "yes",

left: "000000",

lefticon: "FFFFFF"

});

script>

You can configure each separate player using the embed call like this:

AudioPlayer.embed("audioplayer_1", {

soundFile: "http://yoursite.com/path/to/mp3_file.mp3",

titles: "Title",

artists: "Artist name",

autostart: "yes"

});

script>

To load multiple files

Simply set soundFileto a comma delimited list of mp3 files. Optionally, you can also provide a comma delimited list of titles and artists:

AudioPlayer.embed("audioplayer_1", {

soundFile: "http://yoursite.com/path/to/mp3_file_1.mp3,http://yoursite.com/path/to/mp3_file_2.mp3",

titles: "Title 1,Title 2",

artists: "Artist name 1,Artist name 2"

});

script>

List of options

Tracks

Option

Default

Description

soundFile

required

comma-delimited list of mp3 files

titles

overrides ID3 information

comma-delimited list of titles

artists

overrides ID3 information

comma-delimited list of artists

Options

Option

Default

Description

autostart

no

if yes, player starts automatically

loop

no

if yes, player loops

animation

yes

if no, player is always open

remaining

no

if yes, shows remaining track time rather than ellapsed time

noinfo

no

if yes, disables the track information display

initialvolume

60

initial volume level (from 0 to 100)

buffer

5

buffering time in seconds

encode

no

indicates that the mp3 file urls are encoded

checkpolicy

no

tells Flash to look for a policy file when loading mp3 files

(this allows Flash to read ID3 tags from files hosted on a different domain)

rtl

no

switches the layout to RTL (right to left) for Hebrew and Arabic languages

Flash player options

Option

Default

Description

width

required

width of the player. e.g. 290 (290 pixels) or 100%

transparentpagebg

no

if yes, the player background is transparent (matches the page background)

pagebg

NA

player background color (set it to your page background when transparentbg is set to ‘no’)

Colour scheme options

All colour codes must be 6-digit HEX codes without ‘#’ or ’0x’ in front.

Option

Default

Description

bg

E5E5E5

Background

leftbg

CCCCCC

Speaker icon/Volume control background

lefticon

333333

Speaker icon

voltrack

F2F2F2

Volume track

volslider

666666

Volume slider

rightbg

B4B4B4

Play/Pause button background

rightbghover

999999

Play/Pause button background (hover state)

righticon

333333

Play/Pause icon

righticonhover

FFFFFF

Play/Pause icon (hover state)

loader

009900

Loading bar

track

FFFFFF

Loading/Progress bar track backgrounds

tracker

DDDDDD

Progress track

border

CCCCCC

Progress bar border

skip

666666

Previous/Next skip buttons

text

333333

Text

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/534543.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

苏大计算机学院在哪,苏州大学和扬州大学都位于江苏,这两所大学,哪一所的实力更强?...

原标题:苏州大学和扬州大学都位于江苏,这两所大学,哪一所的实力更强?一个朋友问我这么一个问题:“苏州大学和扬州大学都位于江苏,这两所大学,哪一所的实力更强?”经常看到这么一句话…

科学计算机fx-82es,fx-82ES PLUS A -2卡西欧计算器-计算器 函数科学-卡西欧官方商城...

卡西欧官方商城只接受来自中国大陆地区的订单,订单配送范围仅限中国大陆地区。发货时间1.普通商品订单:周一至周日均可发货。当天17:00前的订单可当天安排发货,17:00后的订单则第二天安排发货。如遇量大及大型活动期间…

计算机技术博客博客知乎,我的技术博客的选择:CSDN、博客园、简书、知乎专栏仍是Github Page?...

有不少技术人员在学习到必定程度后发现了写博客的重要性,一方面帮助本身记忆,一方面也能帮助他人解决问题,因而会选择本身开始写博客,以后又发现平台太多不知从何下手,在这里我根据本身写博客的经验比较一下各个平台的…

计算机文化基础重点知识归纳,计算机文化基础_第二章重点知识总结(考试必备!!!)...

操作系统:是管理软硬件资源、控制程序执行、改善人机界面、合理组织计算机工作流程和为用户使用计算机提供良好运行环境的一种系统软件。操作系统的四种特性:并发性、共享性、虚拟性、异步性。并发性:是指两个或两个以上的运行程序在同一时间…

计算机入门 姚班,清华“姚班”:学霸中的尖子生,大佬毕业后都去哪了?

清华大学作为国内顶尖学府,其招收的都是来自全国各地的各种各样顶尖的学子,不过,在这所顶级学府之中,还有一个班级被认为是尖子生的“尖子班”,能够进入这个班级学习的学生可谓是凤毛麟角,他们往往智商过人…

c++生成光栅条纹程序_共享屋:一文让你认识光栅尺和编码器

坚持学习与健身,是对自己最大的投资每天进步一点点共享屋数控机床电气调试与维修微信:799309212大家好,我是共享屋,每天通过一篇文章分享我的经验与观察,希望能够给你一些启发或者帮助。分享的主题是有关数控机床电气调…

计算机安全事故由谁整改,信息安全检查整改方案 整改方案 .doc

信息安全检查整改方案 整改方案篇一:信息安全检查整改报告XX市工商行政管理局关于2012年信息安全检查整改报告市公安局:4月18日贵单位对我局进行信息安全等级保护工作进行监督检查后,按照《中华人民共和国计…

修改蓝牙耳机按键映射_喜欢玩游戏的不要错过了,五款高性能游戏蓝牙耳机推荐...

随着电竞行业的发展,不少人都会在休闲时打打游戏娱乐一下,尤其是手游火爆以后,玩游戏的人就更多了,像是王者荣耀,和平精英,穿越火线等等,几乎都是装机必备。不过现在的游戏需要有很好的声音呈现…

笔吧评测室所用测试软件,这是一台假游戏本:笔吧评测室 GIGABYTE 技嘉 Aero15 Classic-XA 游戏本 测评...

这是一台假游戏本:笔吧评测室 GIGABYTE 技嘉 Aero15 Classic-XA 游戏本 测评2019-05-09 17:20:5118点赞26收藏21评论经常看我们日常推送的同学们最近都获得了一个全新的知识点——高刷新率屏幕也有色彩差的了 !过去120Hz或者144Hz都至少搭载了72%NTSC色域…

https开头的网址是什么意思_我想打这个面试官,他给我挖坑,问我:URI中的 “//” 有什么用?...

我们在浏览网页的时候,需要在浏览器中输入http://或者https://开头的URL地址,类似http://honeypps.com,那么这里的"://"或者"//"有什么用呢?说到URL就不得不提URI了。用什么来标记服务器上的资源呢&#xff1…

计算机显卡型号中数字含义详解,显卡型号中字母和数字所代表的含义

来源于电脑组装网的DIY装机知识,自己只是复制粘贴,更多人分享,提有用的显卡型号中字母和数字所代表的含义作者: admin 来源: http://doc.xuehai.net 时间: 2012-12-22 阅读:3419次发表文章我们在组装电脑的时候,选择显卡肯定会比较慎重,显卡贵的要几千&a…

拖链电缆 机器人电缆_干货!拖链电缆用途及安装注意事项

拖链电缆主要应用于:工业自动化系统、生产流水线系统、焊机机器人、潜水器、等需要来回移动的场合。为了防止电缆纠缠、磨损、拉脱、挂和散乱,常把电缆放入电缆拖链中。拖链电缆用途普通拖链电缆具有弯曲性能、移动柔性、耐磨、耐油、抗拉等优点&#xf…

如果删除网上服务器登陆账号密码,怎么清除SVN的用户名和密码

有些时候如果我们保存了SVN的登录密码后,我们需要在同一台电脑上切换SVN用户或者清除我们已经保存的SVN用户名和密码,下面是学习啦小编给大家整理的一些有关清除SVN的用户名和密码的方法,希望对大家有帮助!清除SVN的用户名和密码的方法安装好…

使用场景_天然气重卡使用痛点及应用场景研究

【商车邦导读】天然气重卡在使用中存在哪些痛点?什么样的用户更适合购买天然气重卡?最近一段时间,虽然柴油价格处于历史低位,但天然气重卡依然持续热销,其中的原因主要有两点:一个是国六排放升级&#xff0…

sat2 计算机科目,2019-2020年SAT2考试时间及Top100大学要求

在CB官网上,你会发现一个长长的名单,上面列出了所有将SAT科目考试(即SAT2)视为入学招生要求的大学名录。虽然很多美国大学并没有强制性的要求学生提供SAT2考试成绩,但是如果你在考试中表现出色,这份成绩单将作为锦上添花为申请大学…

的setinterval函数_ES6 极简教程 lt;6gt; 函数扩展

1. 函数参数默认值用法如下{function test(x, y world) {console.log(默认值, x, y);}test(hello); // hello worldtest(hello, TH); // hello TH }2. rest 参数在不确定参数个数的时候,把输入的参数都转化为数组:注意: rest 参数后…

airpods2突然变得很小声_11岁女孩胸部发育被同学取笑,穿束胸衣上课突然晕倒...

各位读者大家好,感谢大家在百忙之中点开小编的文章,每次你们的阅读和评论都是对于小编的认可。喜欢的话就先点击上面的蓝色字体 “温州身边事”,再点击“关注”,就当做是对小编的鼓励吧。下面我将带领大家走进一个个的故事之间&a…

css黑色字白色描边,css怎么设置字体白色描边

CSS设置字体白色描边1、使用text-stroke属性text-stroke属性用于向文本添加描边。此属性可用于更改文字的描边宽度和颜色。使用-webkit-前缀支持此属性。text-stroke是text-stroke-width和text-stroke-color(给文本填充颜色)两个属性的简写。语法:text-stroke: ;参数…

没有shell63号单元_Ansys中Shell63单元和Shell41的比较

Ansys中Shell63单元和Shell41的比较Ansys中的Shell63号单元为板壳单元,可以模拟板壳的平面膜应力和平面弯曲,可以通过参数K1设置只有平面膜应力分量或/和平面弯曲分量;Shell41号单元为膜应力单元,仅具有平面膜应力分量&#xff0c…

向上传文件服务器,向服务器上传文件

//--------------------向服务器上传文件------//浏览选择需要上传的文件private static bool Unzip(string address, string filezip){//创建对话框OpenFileDialog ofd new OpenFileDialog();ofd.Title "请选择上传的文件";//规定文件类型ofd.Filter "zip(*…