1. Application of multimedia in HTML_falsh animation (inserting Flash animation into web pages) 1. Flash animation insertion method 1: Use the <embed>...</embed> tag and the animation will automatically shrink property: <embed src="../../../Material Library/Flash Animation Material/Text 1.swf" width="600"></embed> <embed src="../../../Material Library/Flash Animation Material/Picture Commercial Home Advertising.swf" wmode="window"></embed> 2. The second method of inserting Flash animation: Use the <object>...</object> tag to insert Flash animation. You can also use the DW software to automatically generate the code <object>, insert--multimedia--select file 2. Application of multimedia in HTML_mp3 (inserting music into web pages) 1. Use <embed>...</embed> Its predecessor is <bgsound src="URL" loop="number"> which can be used as background music Copy code The code is as follows:<embed src="../../../Material Library/Cai Chunjia - Waiting for a Sunny Day.mp3" autostart="true" loop="4"></embed> <bgsound src="../../../Material Library/Deng Ziqi - Hourglass of Memories.mp3"/> 2. Use the <object>...</object> tag to insert MP3 music Attribute Value Description Copy code The code is as follows:<object data="../../../Material Library/Cai Chunjia - Waiting for a Sunny Day.mp3"> <param name="src" value="../../../Material Library/Cai Chunjia - Waiting for a Sunny Day.mp3"/> <param name="autoplay" value="flase" /> </object> 3. Set movable text <marquee>Moveable text</marquee> (limited, some browsers don't support it well) property: Copy code The code is as follows:<body> <marquee direction="left" behavior="scroll" scrollamount="3" bgcolor="#FFFFCC" width="440" height="250" hspace="100" vspace="100" onmouseover="this.stop()" onmouseout="this.start()"> <ul type="square"> <li>Li Dongsheng, deputy minister of the Ministry of Public Security, was investigated. The central government's anti-corruption campaign has penetrated the top levels of the Political and Legal Affairs Commission</li> <li>Reuters: Belgian company wrote code for China's BeiDou system</li> <li>We-media changes: entertainment industry agent model is worth a try</li> <li>State Council think tank criticizes banks for excessive profits: Even a puppy can make money sitting in the bank president's seat</li> <li>Tibet Party Secretary: 98% of Tibetans are satisfied with safety in 2013</li> <li>A list of famous "public mistresses": all of them had affairs with multiple corrupt officials (photos)</li> <li>Foreign media say Chinese civil servants have become dependent on their jobs and their lives have no meaning</li> <li>Liu Qiangdong lost weight like a flash and missed Li Guoqing after returning from his study tour</li> <li>North Korea warns of attack on South Korea, senior South Korean and US military officials inspect western front</li> <li>Cultural differences from Martin Luther King's mistaken advertisement</li> <li>Chongqing adjusts state-owned enterprise leadership management system and strictly implements retirement at age 60</li> </ul> </marquee> </body> |
>>: Why MySQL does not recommend using null columns with default values
Table of contents Foreign Key How to determine ta...
Preface Many friends who have just come into cont...
Step 1: Get the MySQL YUM source Go to the MySQL ...
Project Scenario Add a custom watermark to the en...
The legend component is a commonly used component...
Method 1: Download Pycharm and install Download a...
The project has been suspended recently, and the ...
I have been studying the source code of Vue recen...
This article shares the specific code for impleme...
Following are the quick commands to clear disk sp...
There are two types of Linux system time. (1) Cal...
Achieve results Implementation Code html <div ...
1. Make sure the system has the required libaio s...
Requirement: Celery is introduced in Django. When...
Introduce two methods to view MySQL user permissi...