http://homebox-tm.com/2005homebox/lunchtime/lunchtime4.php?task=view&db=bestspam&no=65&page=1&search=&searchKey=&category=
아마도... 테터툴즈나 제로보드에서 swf 파일만 딸랑 업로드 하고
알아서 출력코드를 넣을때 쓸수 있지 않을까 싶습니다.
알아서 출력코드를 넣을때 쓸수 있지 않을까 싶습니다.
swf 도 jpg 나 gif 와 동일한 방식으로 사이즈를 구합니다.
<?
list($width, $height, $type, $attr) = getImagesize("game.swf");
list($width, $height, $type, $attr) = getImagesize("game.swf");
echo $width."<br>";
echo $height."<br>";
echo $type."<br>";
echo $attr."<br>";
?>
echo $height."<br>";
echo $type."<br>";
echo $attr."<br>";
?>
getImagesize 함수야 누구나 다 아는 함수니 알짜가 될지 모르겠네요. ㅡ ㅡ;;;
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>test</title>
</head>
<body bgcolor="#cccccc">
<?
list($width, $height, $type, $attr) = getImagesize("game.swf");
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>test</title>
</head>
<body bgcolor="#cccccc">
<?
list($width, $height, $type, $attr) = getImagesize("game.swf");
echo $width."<br>";
echo $height."<br>";
echo $type."<br>";
echo $attr."<br>";
?>
echo $height."<br>";
echo $type."<br>";
echo $attr."<br>";
?>
<object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="<? echo $width;?>"
height="<? echo $height;?>"
id="test"
align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="game.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#cccccc" />
<embed
src="game.swf"
quality="high"
bgcolor="#cccccc"
width="<? echo $width;?>"
height="<? echo $height;?>"
name="test" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="<? echo $width;?>"
height="<? echo $height;?>"
id="test"
align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="game.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#cccccc" />
<embed
src="game.swf"
quality="high"
bgcolor="#cccccc"
width="<? echo $width;?>"
height="<? echo $height;?>"
name="test" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</body>
</html>
댓글 없음:
댓글 쓰기