He conseguido que todo funcione a la perfeccción, como se puede ver en este link:
http://www.dreamlity.com/2/Galeria/Social/wall_example1.html
Este html bebe de wall_example1.swf que se situa en la misma carpeta:
http://www.dreamlity.com/2/Galeria/Social/wall_example1.swf
El problema es cuando quiero insertar este codigo en un html que está en un nivel superior de la carpeta y que enlace directamente a wall_example1.swf, es decir desde
http://www.dreamlity.com/2/Galeria/Social.htm y que beba desde http://www.dreamlity.com/2/Galeria/Social/wall_example1.swf
Os lo explico en sistema de arbol:
dominio
|-------->Carpeta "Galeria"
|-------->archivo wall_example1.html que NO funciona
|-------->Carpeta "Social"
|-------->archivo wall_example1.swf
|-------->archivo wall_example1.html que SI funciona
esto aparentemente sencillo me está dando muchisimos problemas, no se que me falta por tocar en las direcciones pero no sale la animación.
codigo del archivo que SI funciona
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Dreamlity</title>
<STYLE>
body { background-position: top center;
background-repeat: no-repeat
}
</STYLE>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<body background="Boceto2bx1024.jpg" bgcolor="#00000">
<center>
<br><br><br>
<!--URL utilizadas en la película-->
<!--Texto utilizado en la película-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("Esta página requiere el archivo AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '900',
'height', '505',
'src', 'wall_example1',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'transparent',
'devicefont', 'false',
'id', 'wall_example1',
'bgcolor', '#000000',
'name', 'wall_example1',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'wall_example1',
'salign', ''
); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="900" height="505" id="wall_example1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="wall_example1.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /> <embed src="wall_example1.swf" quality="high" bgcolor="#000000" width="900" height="505" name="wall_example1" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</center>
</body>
</html>
codigo del archivo que NO funciona
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Dreamlity</title>
<STYLE>
body { background-position: top center;
background-repeat: no-repeat
}
</STYLE>
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
</head>
<body background="Boceto2bx1024.jpg" bgcolor="#00000">
<center>
<br><br><br>
<!--URL utilizadas en la película-->
<!--Texto utilizado en la película-->
<!-- saved from url=(0013)about:internet -->
<script language="javascript">
if (AC_FL_RunContent == 0) {
alert("Esta página requiere el archivo AC_RunActiveContent.js.");
} else {
AC_FL_RunContent(
'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
'width', '900',
'height', '505',
'src', 'wall_example1',
'quality', 'high',
'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
'align', 'middle',
'play', 'true',
'loop', 'true',
'scale', 'showall',
'wmode', 'transparent',
'devicefont', 'false',
'id', 'Social/wall_example1',
'bgcolor', '#000000',
'name', 'Social/wall_example1',
'menu', 'true',
'allowFullScreen', 'false',
'allowScriptAccess','sameDomain',
'movie', 'Social/wall_example1',
'salign', ''
); //end AC code
}
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="900" height="505" id="Social/wall_example1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="Social/wall_example1.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /> <embed src="Social/wall_example1.swf" quality="high" bgcolor="#000000" width="900" height="505" name="Social/wall_example1" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>
</center>
</body>
</html>
Espero que me podais ayudar y haberme explicado.
Gracias