惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
Spread Privacy
Spread Privacy
Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
Blog — PlanetScale
Blog — PlanetScale
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Apple Machine Learning Research
Apple Machine Learning Research
SecWiki News
SecWiki News
腾讯CDC
P
Privacy International News Feed
Webroot Blog
Webroot Blog
J
Java Code Geeks
爱范儿
爱范儿
A
About on SuperTechFans
S
Secure Thoughts
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
D
DataBreaches.Net
Cloudbric
Cloudbric
Security Archives - TechRepublic
Security Archives - TechRepublic
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
Cyber Attacks, Cyber Crime and Cyber Security
P
Proofpoint News Feed
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Security Latest
Security Latest
Forbes - Security
Forbes - Security
小众软件
小众软件
www.infosecurity-magazine.com
www.infosecurity-magazine.com
C
Cybersecurity and Infrastructure Security Agency CISA
T
Threatpost
量子位
MongoDB | Blog
MongoDB | Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
W
WeLiveSecurity
P
Privacy & Cybersecurity Law Blog
Vercel News
Vercel News
Google Online Security Blog
Google Online Security Blog
云风的 BLOG
云风的 BLOG
GbyAI
GbyAI
S
Security @ Cisco Blogs
T
The Exploit Database - CXSecurity.com
Help Net Security
Help Net Security
V
Visual Studio Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Application and Cybersecurity Blog
Application and Cybersecurity Blog
博客园 - 聂微东
P
Proofpoint News Feed
C
CERT Recently Published Vulnerability Notes
Attack and Defense Labs
Attack and Defense Labs

博客园 - 周奇

程序员大杯具:蜗居中的小贝是搞C++的 APS.NET获取用户端真实IP - 周奇 - 博客园 获取Repeater中TextBox中的值 - 周奇 - 博客园 Repeater 实现批量,删除.全选.分页 - 周奇 - 博客园 Repeater 实现删除 - 周奇 - 博客园 Google和百度收录网站页面的比较 Js做的动态Flash - 周奇 - 博客园 设为首页代码大全 - 周奇 - 博客园 asp.net不刷新显示隐藏的办法(心得) - 周奇 - 博客园 统计网页访问量的JAVA Script代码 - 周奇 - 博客园 解决IE6、IE7、Firefox兼容最简单的CSS Hack 过滤html(转) - 周奇 - 博客园 联合查询 sql语句的联合查询(join 用法) 功能超多的JS验证表单大全 Repeater 删除 记录 功能 实现 链接数据库超时 向google,baidu,yahoo,msn,sogou等搜索引擎提交网站 娶个女程序员的好处
最简单的mp3播放器,只有播放和暂停
周奇 · 2009-04-14 · via 博客园 - 周奇

<body>
    <form id="form1" runat="server">
        <div>
            <object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95" id="mp_1" width="0"
                height="0">
                <param name="AudioStream" value="-1">
                <param name="AutoSize" value="-1">
                <!--是否自动调整播放大小-->
                <param name="AutoStart" value="0">
                <!--是否自动播放-->
                <param name="AnimationAtStart" value="0">
                <param name="AllowScan" value="-1">
                <param name="AllowChangeDisplaySize" value="-1">
                <param name="AutoRewind" value="0">
                <param name="Balance" value="0">
                <!--是否允许拉动播放进度条到任意地方播放-->
                <param name="Filename" value="mp3/001.mp3" valuetype="ref">
            </object>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                    <td width="15%" height="23" align="right">
                        <img id="img1" runat="server" src="../images/celeb/yinyueming_47.jpg" width="20"
                            height="16" /></td>
                    <td width="26%" height="23">
                        <img id="img2" runat="server" src="../images/celeb/yinyueming_44.jpg" width="31"
                            height="23" /></td>
                    <td width="15%" height="23">
                        <img id="img3" onclick="mp_1.play()" runat="server" src="../images/celeb/yinyueming_50.jpg"
                            width="16" height="16" style="cursor: hand;" /></td>
                    <td width="44%" height="23">
                        <img id="img4" onclick="mp_1.pause()" runat="server" src="../images/celeb/yinyueming_52.jpg"
                            width="16" height="16" style="cursor: hand;" /></td>
                </tr>
            </table>
        </div>
    </form>
</body>

posted on 2009-04-14 17:04  周奇  阅读(274)  评论()    收藏  举报