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

推荐订阅源

GbyAI
GbyAI
J
Java Code Geeks
雷峰网
雷峰网
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
云风的 BLOG
云风的 BLOG
V
Visual Studio Blog
V
Vulnerabilities – Threatpost
S
Securelist
The Hacker News
The Hacker News
The Register - Security
The Register - Security
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Help Net Security
Help Net Security
G
Google Developers Blog
Hugging Face - Blog
Hugging Face - Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
M
MIT News - Artificial intelligence
AI
AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Schneier on Security
Schneier on Security
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
Google DeepMind News
Google DeepMind News
Hacker News - Newest:
Hacker News - Newest: "LLM"
H
Hacker News: Front Page
博客园 - 司徒正美
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
大猫的无限游戏
大猫的无限游戏
Security Latest
Security Latest
Engineering at Meta
Engineering at Meta
N
News and Events Feed by Topic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
T
Threat Research - Cisco Blogs
U
Unit 42
V
V2EX
V2EX - 技术
V2EX - 技术
L
LINUX DO - 最新话题
aimingoo的专栏
aimingoo的专栏
Microsoft Security Blog
Microsoft Security Blog
Recorded Future
Recorded Future
P
Privacy & Cybersecurity Law Blog
美团技术团队
小众软件
小众软件
F
Fortinet All Blogs

博客园 - 周奇

程序员大杯具:蜗居中的小贝是搞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)  评论()    收藏  举报