Reference
PHP Directory Listinghttp://schattenschreiber.org/php-directory-listing/
via
MOONGIFT - PHP Directory Listinghttp://oss.moongift.jp/intro/i-2275.html
MOONGIFT - PHP Directory Listing レビュー
http://oss.moongift.jp/review/i-2284.html
コンテンツとして有意な画像,文字情報を含んでいる画像については,
CSS側から表示を制御するよりも,img要素として (適切なalt属性値とともに) マークアップしたほうが,
アクセシビリティ的には好ましいでしょう.
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="300"
height="20"
codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=9,0,16,0"
>
<param
name="movie"
value="http://example.com/mp3player.swf"
/>
<param
name="flashvars"
value="http://example.com/path/to/music.mp3&autostart=false"
/>
<embed
src="http://radio.example.com/mp3player.swf"
width="300"
height="20"
flashvars="file=http://example.com/path/to/music.mp3&autostart=false"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
/>
</object>