Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/07/2008, 12:38
knabis
 
Fecha de Ingreso: junio-2008
Mensajes: 3
Antigüedad: 15 años, 9 meses
Puntos: 0
Problema con firefox y safari

Buenas tardes

Tengo un codigo hecho en php que escribi un xml y lo genera, todo funciona perfecto en internet explore pero en firefox, opera y safarin no puede generar el xml.

Ya he hecho pruebas y en realidad hace bien el xml, el problema esta en que no puede leer la ruta en donde esta el xml para que lo genere

Este es el codigo en html y en esta parte es donde ejecuta o lee la ruta <PARAM NAME="flashvars" value="pathXML='.$name_file.'&& pathMiniXML='.$name_file_mini.'">



<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
<bgsound src="admin/musica/'.$db1->adj_mus.'" loop="-1" >

</head>
<style type="text/css">
html,body {
margin:0;
padding:0;
}
</style>
<body bgcolor="#FFFFFF">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%">
<PARAM NAME="allowFullScreen" value="true" >
<PARAM NAME="flashvars" value="pathXML='.$name_file.'&& pathMiniXML='.$name_file_mini.'">
<PARAM NAME="movie" value="galeria.swf" >
<PARAM NAME="quality" value="best" >
<PARAM NAME="scale" value="noScale" >
<embed src="galeria.swf" quality="best" scale="noScale" width="100%" height="100%" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" >
</object>
</body>
</html>


Me podrian ayudar por favor
Gracias