当前位置:网站首页>Open the tutorial of adding and modifying automatically playing music on the open zone website
Open the tutorial of adding and modifying automatically playing music on the open zone website
2022-07-29 05:07:00 【V13807970340】
1、 Insert the code of music video
Insert playback sound in the web page ( Such as mp3 etc. )、AVI Animation and movie files ( Such as MPG etc. ) Code for :
In the code window <body> and </body> Insert the following code between :
<Embed src="url"width=" Width "height=" Height "AUTOSTART="TRUE│false" LOOP="TRUE"></Embed>
【 annotation 】
<EMBED………………… Start mark
SRC="url"…………… The source file name
width="450"………… The width of the player
height="380"………… The height of the player
HIDDEN="TRUE"……… Hidden way ( Useful for playing sound files , Useless for playing video )
AUTOSTART="TRUE"…… Auto play
autostart="false"…… No autoplay , Click the play button to play .
LOOP="TRUE"………… Loop Playback
NAME="MySound"……… Embedded object name
</EMBED>……………… End mark
【 example 3】 Open the web page and click the play button of the player before playing the video file kkk.mpg:
<Embed src="kkk.mpg"width="450"height="380" autostart="false" ></Embed>
【 skill 】 This method is particularly useful for making courseware , You can play video animation on the current page of the web page . however , When you open a web page, the player is always on the left side of the page , How to locate the player ? In fact, inserting this code can be done by using layers in the design view , The way to achieve this is : stay DW Design view in , Insert layer , The mouse is positioned in the layer , Insert code inside the layer ( Right click \ Point insertion HTML, In the pop-up “ Insert HTML<>” Parentheses in window <> Intermediate input code . If you want to edit and modify the code , To do so : Right click on the label \ Edit label .). The position of the player can be accurately located through the mobile layer .
【 Video format conversion 】 Use super solution or meeting sound and shadow to VCD A video file in (.DAT) Convert to video file (.mpg).
【 example 4】 Open the web page and play it automatically ( Like background music ) Sound files mlh.mp3:
<Embed src="mlh.mp3" HIDDEN="TRUE" AUTOSTART="TRUE"></Embed>
2、 Insert and play background music (wav、midi、mp3) Code for
Just in the code window <head> and </head> The following code between labels is enough :
<bgsound src="Music File Name" loop=n>
【 notes 】①Music File Name Is the background music file name , Its format can be :.mid,.mp3,.wav,.wma,.rmi.
②n Represents the number of cycles , if n by -1 Represents an infinite loop .
③ Web files and music files should be in the same folder .
【 example 5】 Infinite loop playing background music mlh.mp3:
<bgsound src="mlh.mp3" loop="-1">
边栏推荐
- Leetcode 763. partition labels divide alphabetic intervals (medium)
- Reply from the Secretary of jindawei: the company is optimistic about the market prospect of NMN products and has launched a series of products
- Climbing the pit of traffic flow prediction (III): using pytorch to realize LSTM to predict traffic flow
- How is the entered query SQL statement executed?
- IOS interview preparation - Objective-C
- [untitled]
- Implementation of flutter gesture monitoring and Sketchpad
- < El table column> place multiple pictures
- 带你搞懂 Kubernetes 集群中几种常见的流量暴露方案
- How does WPS take quick screenshots? WPS quick screenshot method
猜你喜欢

Improve the readability of your regular expressions a hundred times

让你的正则表达式可读性提高一百倍

Sparksql inserts or updates in batches and saves data to MySQL

IOS interview preparation - Online

Quick start JDBC

Word如何查看文档修改痕迹?Word查看文档修改痕迹的方法

那个准时上下班,从不愿意加班加点的人,在我前面升职了...

IOS interview preparation - IOS

How does word view document modification traces? How word views document modification traces

电脑无法打开excel表格怎么办?excel打不开的解决方法
随机推荐
【微信小程序】swiper滑动页面,滑块左右各露出前后的一部分,露出一部分
【2022新生学习】第三周要点
Academic | [latex] super detailed texlive2022+tex studio download installation configuration
优炫数据库启动失败,报网络错误
Original code, inverse code, complement code
ODOO开发教程之图表
深度学习刷SOTA的一堆trick
JDBC statement + resultset introduction
荣耀2023内推,内推码ambubk
The most comprehensive promotion plan for the launch of new products
MySQL regularly calls preset functions to complete data update
What if the computer cannot open excel? The solution of Excel not opening
Office提示系统配置无法运行怎么办?
Huawei ilearning AI mathematics foundation course notes
What servers are needed to build mobile app
Use openmap and ArcGIS to draw maps and transportation networks of any region, and convert OMS data into SHP format
学习数据库的第一个程序
Solve the warning prompt of MySQL mapping file
Mapper agent development
JS daily question (11)