Home > Article > Web Front-end > Insert flash animation and music into html multimedia application web pages_HTML/Xhtml_web page production
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
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
2. Use the tag to insert MP3 music
attribute value description
name src (path) music path
utoplay (true/false) whether to play automatically
3. Set movable 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