jQuery Media Plugin

码农软件 · 软件分类 · jQuery多媒体插件 · 2019-12-29 21:43:57

软件介绍

该插件用来自动将页面上指向媒体文件的链接转成嵌入播放器的页面。

例如下面代码

<a class="media" target="_blank" rel="nofollow" href="sample.swf">My Flash Movie</a>

将被转换:

<div class="media">
    <object codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7"
        classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
        type="application/x-oleobject">
        <param name="src" value="sample.swf">
        <embed src="sample.swf"
            type="application/x-shockwave-flash"
            pluginspage="http://www.adobe.com/go/getflashplayer"></embed>
    </object>
    <div>My Flash Movie</div>
</div>

本文地址:https://codercto.com/soft/d/22243.html

Clever Algorithms

Clever Algorithms

Jason Brownlee / lulu.com / 2012-6-15 / USD 37.99

Download : http://www.lulu.com/product/file-download/clever-algorithms-nature-inspired-programming-recipes/14696557 Read free on line:http://www.cleveralgorithms.com/nature-inspired/index.html T......一起来看看 《Clever Algorithms》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具