KLAYMAN Posted November 19, 2006 Posted November 19, 2006 I have a problem with a file flash that I have inserted in a Box in the left-column. Everything works well, but my Box's name appears two times and I cannot remove the second. Somebody to me can you help? This is the code: ?> <!-- Nuestras Marcas //--> <?php echo '<tr><td>'; $info_box_contents = array(); $info_box_contents[] = array('text' => BOX_HEADING_FLASH); new infoBoxHeading($info_box_contents, false, false); $my_flash = '<object width="100" height="80"> <param name="movie" value="marcas.swf"> <embed src="includes/marcas.swf" width="100" height="80"></embed></object>'; $info_box_contents[] = array('align' => 'center', 'text' => $my_flash); new contentBox($info_box_contents); echo '</td></tr>'; ?> Thank?s and pardon for my english.
KLAYMAN Posted November 19, 2006 Author Posted November 19, 2006 I forgot to give the Web: La Tienda de Animales Greetings.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.