我用了下面這個, 但不能正常顯示
檢查過,路徑沒錯啊, 請問怎麼才能顯示到呢
<center><embed src="http://127.0.0.1/dreamweaver/three/three.swf" quality="high" width="1000" height="180"  align="middle"  /></center>他只顯示"load fail"
求助各位大大啊
請求幫忙啊

解决方案 »

  1.   

    three.swf 需要什么参数传进去吧
      

  2.   

    load fail 是加载失败。
    你的swf是什么东东,flash?还是只是一个播放器?可能需要与之配对的数据文件(如xml文件)
      

  3.   


    是不是這個啊
    他的代碼
    <param name="movie" value="three.swf?xml_path=slides.xml" />
      

  4.   

    你得先弄清楚这个slides.xml是什么内容 然后自己也传递一个进去才行。
      

  5.   

    这不是你给出的代码吗
    <param name="movie" value="three.swf?xml_path=slides.xml" />
    slides.xml 是一个xml文档 three.swf要获取里面的数据 应该就是这样吧,所以你要根据slides.xml的内容自己处理一个给three.swf
      

  6.   

    我用dreamweaver插入,不能顯示的啊
    但我只取原先自動代碼body里面的, 就可以顯示還有就是我只打http://127.0.0.1/three.swf
    這樣是能夠顯示的啊真不知道什麼原恩看不到啊
    還有什麼地方要改呢
      

  7.   

    <center><embed src="three/three.swf?url=slides.xml" quality="high" width="1000" height="180"  align="middle"  /></center>注意swf文件和xml文件的路径问题。如果依然不行的话。
    推荐使用下swfobject。
      

  8.   

    路徑沒問題
    我用迅雷7測試過下載路徑
    那請問怎麼用swfobject呢?
      

  9.   


    问题是你的swf文件是个什么东东,图标?还是动画?或者播放器
      

  10.   

    搜索swfobject.其实感觉这个就可以的<center><embed src="three/three.swf?url=slides.xml" quality="high" width="1000" height="180"  align="middle"  /></center>
      

  11.   

    還是不行
    會不會是因為我插入xoops里面的themes
    所以不能顯示呢我用他的代碼沒問題的啊
    就是在xoops里面themes不能顯示
      

  12.   

    我把代碼放出棧啊
    完整代碼如下:<body>
    <table align="center" border="0" cellpadding=0 cellspacing=0>  
       <tr>
         <td align="center">
     <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="1000" height="180" id="tech" align="middle">
     <param name="movie" value="/dreamweaver/three/three.swf?xml_path=slides.xml" />
     <param name="quality" value="high" />
                                 <param name="wmode" value="transparent" />
                    
     <embed src="/dreamweaver/three/three.swf?xml_path=slides.xml" width="1000" height="180" quality="high" wmode="transparent" allowScriptAccess="always" name="tech" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
     </object>
         </td>
       </tr>
        
    </table>
    </body>
      

  13.   

    請求幫忙啊
    slides.xml代碼內容如下:<?xml version="1.0" encoding="UTF-8" ?>
    <flash_parameters copyright="anvsoftPFMTheme">
        <preferences>
            <golbal>
                <basic_property movieWidth="1000" movieHeight="180" html_title="" loadStyle="None" hideAdobeMenu="false" anvsoftMenu="false" photoDynamicShow="false" enableURL="false" transitionArray="" frameRate="30"/>
                <title_property photoTitle="false" photoTitleX="5" photoTitleY="5" photoTitleSize="15" photoTitleFont="Verdana" photoTitleColor="0xffffff"/>
                <music_property path="" stream="true" loop="true"/>
                <photo_property topPadding="0" bottomPadding="0" leftPadding="0" rightPadding="0"/>
                <properties enable="true" backgroundColor="0xffffff" backgroundAlpha="30" cssText="a:link{text-decoration: underline;} a:hover{color:#ff0000; text-decoration: none;} a:active{color:#0000ff;text-decoration: none;} .blue {color:#0000ff; font-size:15px; font-style:italic; text-decoration: underline;} .body{color:#ff5500;font-size:20px;}" align="top"/>
            </golbal>
            <thumbnail>
                <basic_property showPrview="true" prviewWidth="100" prviewHeight="75" lineColor="0x4b4b4b" numberColor="0x4b4b4b" hovrColor="0xffcc66" prviewBorderColor="0xffcc66"/>
            </thumbnail>
        </preferences>
        <album>
            <slide jpegURL="thumbs/t_0001.jpg" d_URL="slides/p_0001.jpg" transition="29" panzoom="1" URLTarget="0" phototime="2" transitiontime="2" url="" title="three1" width="1000" height="180"/>
            <slide jpegURL="thumbs/t_0002.jpg" d_URL="slides/p_0002.jpg" transition="29" panzoom="1" URLTarget="0" phototime="2" transitiontime="2" url="" title="three2" width="1000" height="180"/>
            <slide jpegURL="thumbs/t_0003.jpg" d_URL="slides/p_0003.jpg" transition="29" panzoom="1" URLTarget="0" phototime="2" transitiontime="2" url="" title="three3" width="1000" height="180"/>
            <slide jpegURL="thumbs/t_0004.jpg" d_URL="slides/p_0004.jpg" transition="29" panzoom="1" URLTarget="0" phototime="2" transitiontime="2" url="" title="three4" width="1000" height="180"/>
        </album>
    </flash_parameters>
      

  14.   

    请确认目录 thumbs、slides 在 dreamweaver/three 下