Insert flash animation and music into html multimedia application web pages_HTML/Xhtml_web page production

WBOY
Release: 2016-05-16 16:38:06
Original
1820 people have browsed it

1. Application of multimedia in HTML_falsh animation (insert Flash animation into web pages)

1. The first method of inserting Flash animation: use ... to mark the animation and it will automatically shrink

Attributes:
src=url(Flash path)
width=pixels/percent (flash width)
height=pixels/percent (flash height)
wmode
window makes flash itself A rectangular window to play
opaque makes flash hide the page behind it
transparent makes the background of flash transparent

2. The second method of inserting Flash animation: Use the ... tag to insert the flash animation. You can also automatically generate the code through the DW software, insert--multimedia --Select file

2. Application of multimedia in HTML_mp3 (insert music into web pages)

1. Use...
Attribute Value Description
utostart true/false Automatic/non-automatic play
loop Number Number of music loops (unlimited if not added) )

Its predecessor is can be used as background music

Copy code
The code is as follows:



2. Use the ... tag to insert MP3 music
attribute value description
name src (path) music path
utoplay (true/false) whether to play automatically


Copy code
The code is as follows:





3. Set movable text

Activate text (there are limitations, some browsers do not support it well)

Attributes:
direction="Scroll direction" (left (default), right (right), up (up), down (down))
behavior="Scroll method" (scroll (walk around and around), slide (walk only once), alternate (walk back and forth))
loop="Number of scrolling loops" The default loop is infinite (infinite)
scrolldelay="Delay" (Take one step, stop one)
scrollmount="Speed" (the larger the value, the faster)
bgcolor="Background color"
width="Width"
height="Height"
hspace="pixels" The distance between the left and right sides from the browser border
vspace="pixels" The distance between the top and bottom sides from the browser border
onmouseover="this.stop()": when the mouse is placed Stop scrolling
onmouseout="this.start()"Remove the mouse and continue scrolling


Copy code
The code is as follows:




  • Deputy Ministry of Public Security Minister Li Dongsheng was investigated and the anti-corruption campaign of the Central Committee has reached the top of the Political and Legal Affairs Commission

  • Reuters: A Belgian company once helped write code for China’s Beidou system

  • Changes in self-media: You can give the entertainment industry broker model a try

  • The State Council think tank approved bank profits: a puppy can make money even sitting on the bank manager

  • Secretary of the Tibet Party Committee : In 2013, Tibetan people’s safety satisfaction rate was 98%

  • Taking stock of famous “public mistresses”: all had affairs with multiple corrupt officials (picture)


  • Liu Qiangdong became as thin as a flash of lightning and missed Li Guoqing when he returned from his study tour

  • North Korea warned of a crackdown High-level military officials from South Korea and the United States inspected the Western Front

  • From Martin Luther King’s mistake of accidentally entering an advertisement to talking about cultural differences

  • Chongqing adjusts the strict leadership and management system of state-owned enterprises Execute retirement at age 60




Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template