swf 출력문의드려요
본문
그누보드4에서는 아래와 같이 swf를 출력시켰는데 그누보드5에서는 출력이안되는데요
swf 출력방법좀 알려주셔요
<?php
?>
include_once('./_common.php');
include_once('./head.sub.php');
?>
<script>doc_write(flash_movie("swf/main.swf", "ids", 1000, 390, "transparent"));</script>
답변 1
<?php
echo flash_movie(src, ids, width, height, wmode);
?>
swf/main.swf 경로값이 잘못되었는지 확인해 보세요.
코딩이 들어 있습니다..
답변을 작성하시기 전에 로그인 해주세요.