OSDN Git Service

- bgcolor #f0f0ff
authorYoshihiro Yamazaki <yoya@awm.jp>
Tue, 13 Dec 2011 07:58:10 +0000 (16:58 +0900)
committerYoshihiro Yamazaki <yoya@awm.jp>
Tue, 13 Dec 2011 07:58:10 +0000 (16:58 +0900)
- wmode transparent

www/swfimagelist.php

index a280af0..c7761dc 100644 (file)
@@ -1,3 +1,5 @@
+<html>
+<body bgcolor="#f0f0ff">
 <?php
 
 require_once('define.php');
@@ -70,7 +72,8 @@ foreach ($tag_list as $tag_seqno => $tagblock) {
        echo "<td>
 <object width='240' height='240'>
 <param name='movie' value='./swfshape.php?id=$id&shape_id=$cid&ext=$ext'>
-<embed src='./swfshape.php?id=$id&shape_id=$cid&ext=$ext' width='240' height='240' type='application/x-shockwave-flash'>
+<param name='wmode' value='transparent'>
+<embed src='./swfshape.php?id=$id&shape_id=$cid&ext=$ext' width='240' height='240' type='application/x-shockwave-flash' wmode='transparent'>
 </embed>
 </object>
 </td>";