zoukankan      html  css  js  c++  java
  • 插入flash代码

    1.透明flash代码

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="750" height="122">

          <param name="movie" value="images/ll.swf" />

          <param name="quality" value="high" />

          <param name="wmode" VALUE="transparent">

          <embed src="images/ll.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="122"></embed>

        </object>

     

    2.图片滚动效果

    <TABLE cellSpacing=0 cellPadding=15 width=750 align=center border=0>

            <TBODY>

            <TR>

              <TD borderColor=#0>

                <MARQUEE onmouseover=this.stop() onmouseout=this.start()

                scrollAmount=3 behavior=alternate width=730 height=162>

                <IMG height=162 src="images/bjhx12.jpg" width=200>

                 <IMG height=162 src="images/bb.jpg" width=200>

                 <IMG height=162 src="images/bjhxa4.jpg" width=200>

                 <IMG height=162 src="images/bjhx12.jpg" width=200>

                 <IMG height=162 src="images/bb.jpg" width=200>

                 <IMG height=162 src="images/bjhxa4.jpg" width=200>

                 <IMG height=162 src="images/bjhx12.jpg" width=200>

                 <IMG height=162 src="images/bb.jpg" width=200>

                 <IMG height=162 src="images/bjhxa4.jpg" width=200>

                 <IMG height=162 src="images/bjhx12.jpg" width=200>

                 <IMG height=162 src="images/bb.jpg" width=200>

                 <IMG height=162 src="images/bjhxa4.jpg" width=200>

           </MARQUEE>

    </TD></TR></TBODY></TABLE>

     

    不仅仅局限于文字,也可以应用于图片,表格等等

     

    属性:

    a.方向

    <direction=#> #=left, right ,up ,down

    b.方式

    <bihavior=#> #=scroll, slide, alternate

    <marquee behavior=scroll>一圈一圈绕着走!</marquee>

    <marquee behavior=slide>只走一次就歇了!</marquee>

    <marquee behavior=alternate>来回走</marquee>

    c.循环

    <loop=#> #=次数 默认就是循环

    d.速度

    <scrollamount=#> #数值越大越快

    e.延时

    <scrolldelay=#>

    f.方向

    <direction=#> #=left, right ,up ,down

  • 相关阅读:
    Android 8.0编译过程
    Ubuntu下映射网络驱动器
    Android 指定调用已安装的某个“相机”App
    sendMessage 与 obtainMessage (sendToTarget)比较
    Linux tee命令
    Android P(9.0) userdebug版本执行adb remount失败
    adb shell get/setprop, setenforce...
    Bluedroid: 蓝牙协议栈源码剖析
    android o logcat read: unexpected EOF!
    Winform 打包 混淆 自动更新
  • 原文地址:https://www.cnblogs.com/skybady/p/3497929.html
Copyright © 2011-2022 走看看