Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Flash in Box.


KLAYMAN

Recommended Posts

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...