2010-09-29 61 views

回答

0

閃光燈可以很容易地嵌入如下:(從this site一些幫助)基本上,只是改變文件名到正確的,大小等,你很好去。

<embed src="example.swf" quality="high" bgcolor="#ffffff" 
width="468" height="60" 
name="mymoviename" align="" type="application/x-shockwave-flash" 
pluginspage="http://www.macromedia.com/go/getflashplayer"> 
</embed> 

XML數據有點棘手,最好的方法是用一些javascript。此示例取自this page

<xml Id = msg> 
<message> 
       <to> Visitors </to> 
       <from> Author </from> 
       <Subject> XML Code Islands </Subject> 
       <body> In this example, XML code is embedded inside HTML code </body> 
</message> 
</xml>