este es el codigo que he modificado para insertar un flash :
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
?>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<link href="<?php echo $mosConfig_live_site;?>/templates/waterandstone_greenandblack/css/template_css.css" rel="stylesheet" type="text/css"/>
</head>
<body class="waterbody">
<div align="center">
<div id="container">
<div id="containerbg">
<div id="outerleft">
<!-- start logo -->
<div id="logo">
<a href="
file:///C|/Documents and Settings/Administrador/Mis documentos/Mis archivos recibidos/index.php"><img src="<?php echo $mosConfig_live_site; ?>/templates/waterandstone_greenandblack/images/logo.gif" alt="logo image" border="0" align="top" /></a>
</div>
<!-- end logo -->
<!-- start top menu -->
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="808">
<tr>
<td class="outline">
<div class="clr">
<div id="header_outer">
<div align="left">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="808">
<tr>
<td class="outline">
<div class="clr">
<div id="header_outer">
<div align="left">
<!-- El siguiente codigo es el que se necesita para ver el flash, a partir de la funcion "object"-->
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/...ersion=6,0,29,0" width="800" height="150">
<param name="movie" value="/templates/waterandstone800_blue/superior.swf">
<param name="quality" value="high">
<embed src="/templates/waterandstone800_blue/superior.swf" quality="high" pluginspage="
http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="150">
</object>
<!-- Aca finaliza la funcion "object" -->
</div>
</div>
<!-- end top menu. -->
<!-- start image header -->
<div id="imgheader"></div>
<!-- end image header -->
<div id="container_inner">
<!-- start left column. -->
<div id="leftcol">
<?php mosLoadModules('left'); ?>
</div>
<div id="leftcolmenu">
<?php mosLoadModules('user1'); ?>
</div>
<!-- end left column. -->
<!-- start content top wrapper -->
<?php
if (mosCountModules('user2') >= 1 OR mosCountModules('user3') >= 1 ) {
?>
<div id="content_top_wrapper">
<!-- start content top 1. -->
<div id="content_top1">
<?php mosLoadModules('user2'); ?>
</div>
<!-- end content top 1 -->
<!-- start content top 2. -->
<div id="content_top2">
<?php mosLoadModules('user3'); ?>
</div>
<!-- end content top 2 -->
</div>
<?php
}
?>
<!-- end content top wrapper -->
<!-- start main body -->
<div id="content_main">
<?php mosPathWay(); ?>
<table width="519" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<?php mosMainBody(); ?>
</td>
</tr>
</table>
</div>
<!-- end main body -->
</div>
</div>
<div id="outerright">
<!-- start right top header. -->
<div id="rightcol_top">
<?php mosLoadModules('header'); ?>
</div>
<!-- end right top header.-->
<!-- start right column. -->
<div id="rightcol">
<?php mosLoadModules('newsflash'); ?>
<?php mosLoadModules('right'); ?>
<?php mosLoadModules('user4'); ?>
</div>
<!-- end right column. -->
</div>
<div class="clear">
</div>
<?php
if (mosCountModules('banner') >= 1) {
?>
<!-- start banner. -->
<div id="banner">
<?php mosLoadModules('banner'); ?>
</div>
<!-- end banner. -->
<?php
}
?>
<div id="blackline">
</div>
<div class="clear">
</div>
<div id="bottompadding"></div>
</div>
<!-- copyright notice -->
<div id="copyright">
<?php include_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/footer.php' ); ?>
</div>
</div>
</div>
<?php mosLoadModules('debug', -1);?>
</body>
</html>
La pelicula swf llamada "superior.swf" esta dentro de :
public_html/mambo/templates/waterandstone800_blue
y no carga ( ver pagina http://www.coleccionesjovic.com/mambo/)
Quisiera ver si alguien me ayuda con el codigo, se lo agradeceria de antemano