zoukankan      html  css  js  c++  java
  • 大幅幻灯片,flash xml读取数据[带演示]

    http://www.corange.cn//uploadfiles/qq_59836.jpg

    演示地址:http://www.corange.cn/demo/3765/index.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>大幅幻灯片</title>
    </head>

    <body>
    <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="970" height="347">
    <param name="movie" value="imageshow.swf" />
    <param name="quality" value="high" />
    <param name="wmode" value="transparent">
    <embed src="imageshow.swf" width="970" height="347" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
    </object>

    </body>
    </html>
    XML文件
    <?xml version="1.0" encoding="utf-8"?>
    <root imageWidth='680' imageHeight='345'>
    <menu url="" frame="_parent" imageUrl="images/2011011151307017.jpg"/>
    <menu url="#" frame="_parent" imageUrl="images/2011011151390593.jpg"/>

    <menu url="" frame="_parent" imageUrl="images/2011011151484453.jpg"/>

    <menu url="" frame="_parent" imageUrl="images/2011011151360737.jpg"/>

    <menu url="" frame="_parent" imageUrl="images/2011011151317877.jpg"/>



    <menu url="http://www.corange.cn" frame="_parent" imageUrl="images/2011011232312657.jpg"/>

    </root>

    原文地址:http://www.corange.cn/archives/2011/04/3765.html
  • 相关阅读:
    数论 UVA 10943
    数论 UVA 11889
    数论 UVA 11388
    UVA 572
    hdu 1016
    poj 1308
    poj 1363
    java web-----servelet
    java IO文件读写例子(OutputStream,InputStream,Writer,Reader)
    java web环境配置类型问题
  • 原文地址:https://www.cnblogs.com/zerogo/p/2019758.html
Copyright © 2011-2022 走看看