看板 Flash 關於我們 聯絡資訊
我嵌入到Dreamweaver的語法為: <body topmargin="0" marginwidth="0" marginheight="0" scroll="no" > <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="100%" height="100%"> <param name="movie" value="index.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent" /> <embed src="index.swf" width="100%" height="100%" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed> </object> 可依照螢幕自動調整大小,但是裡面的圖片出現變形(鋸齒狀!) 想請問要如何做才能真的在任何一個解析度 都能有100%的清晰? 感激不盡~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 123.240.60.38
dsmwang:不要用點陣圖 06/21 00:57
cjcat2266:or使用大小剛好的點陣圖 06/21 03:09
etrexetrex:smoothing = true; 06/21 11:46