Is the file named with a .php extension? Also, try using <?php ... ?> to bracket your PHP code (vs. the <? ... ?>).

-Rob



On Oct 26, 2005, at 12:09 PM, MetaArt wrote:

I have a php page, with this code:
---------------------------------------------------------------------- ---------------------------------------------------------------------- ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><? require "config.php"; ?>
<html><head>
<title>ViaWeb Institute - il portale dell'e-learning</title><META NAME="aesop" content="multimedia" /><META HTTP-EQUIV="expires" CONTENT="0" /><META HTTP-EQUIV="Pragma" CONTENT="no-cache" /><META HTTP-EQUIV="Cache-Control" CONTENT="no-cache" /></head><body bgcolor="#f5f5f5" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no"><script language="JavaScript"><!-- defaultStatus = "ViaWebInstitute | e-laerning for You!"//--></ script><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center" valign="middle"><object classid="clsid:D27CDB6E- AE6D-11cf-96B8-444553540000" codebase="http:// download.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=6,0,29,0" width="800" height="600"> <param name="movie" value="platform.swf?chiave1=PILLOLA BLU&chiave2=PILLOLA AZZURRA&chiave3=PILLOLA VERDE&chiave4=$&chiave5= $&chiave7=$&chiave8=$&chiave9=$&chiave10=$&chiave11=$&chiave13= $&chiave14=$&chiave15=$&chiave16=$&chiave17=$&chiave19=$&chiave20= $&chiave21=$&chiave22=$&chiave23=$&chiave25=$&chiave26=$&chiave27= $&chiave28=$&chiave29=$&chiave30="> <param name="quality" value="high"> <embed src="platform.swf?chiave1=PILLOLA BLU&chiave2=PILLOLA AZZURRA&chiave3=PILLOLA VERDE&chiave4=$&chiave5= $&chiave7=$&chiave8=$&chiave9=$&chiave10=$&chiave11=$&chiave13= $&chiave14=$&chiave15=$&chiave16=$&chiave17=$&chiave19=$&chiave20= $&chiave21=$&chiave22=$&chiave23=$&chiave25=$&chiave26=$&chiave27= $&chiave28=$&chiave29=$&chiave30=" width="800" height="600" quality="high" pluginspage="http://www.macromedia.com/go/ getflashplayer" type="application/x-shockwave-flash"></embed></ object></td> </tr></table></body></html> ---------------------------------------------------------------------- ---------------------------------------------------------------------- ----

if I open the page with IExplorer, its all right, if instead I open with Firefox, the page don't is showed on monitor, where appear the code, like this: ---------------------------------------------------------------------- ---------------------------------------------------------------------- ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><? require "config.php"; ?>
<html><head>
<title>ViaWeb Institute - il portale dell'e-learning</title>
<META NAME="aesop" content="multimedia" />
<META HTTP-EQUIV="expires" CONTENT="0" />
<META HTTP-EQUIV="Pragma" CONTENT="no-cache" />
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache" /></head>
<body bgcolor="#f5f5f5" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" scroll="no">
<script language="JavaScript">
<!--
defaultStatus = "ViaWebInstitute | e-laerning for You!"
//-->
</script>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><object classid="clsid:D27CDB6E- AE6D-11cf-96B8-444553540000" codebase="http:// download.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=6,0,29,0" width="800" height="600"> <param name="movie" value="platform.swf?chiave1=PILLOLA BLU&chiave2=PILLOLA AZZURRA&chiave3=PILLOLA VERDE&chiave4=$&chiave5= $&chiave7=$&chiave8=$&chiave9=$&chiave10=$&chiave11=$&chiave13= $&chiave14=$&chiave15=$&chiave16=$&chiave17=$&chiave19=$&chiave20= $&chiave21=$&chiave22=$&chiave23=$&chiave25=$&chiave26=$&chiave27= $&chiave28=$&chiave29=$&chiave30=">
<param name="quality" value="high">
<embed src="platform.swf?chiave1=PILLOLA BLU&chiave2=PILLOLA AZZURRA&chiave3=PILLOLA VERDE&chiave4=$&chiave5=$&chiave7=$&chiave8= $&chiave9=$&chiave10=$&chiave11=$&chiave13=$&chiave14=$&chiave15= $&chiave16=$&chiave17=$&chiave19=$&chiave20=$&chiave21=$&chiave22= $&chiave23=$&chiave25=$&chiave26=$&chiave27=$&chiave28=$&chiave29= $&chiave30=" width="800" height="600" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"; type="application/x-shockwave-flash"></embed></object></td>
</tr>
</table>
</body>
</html>
---------------------------------------------------------------------- ---------------------------------------------------------------------- ----
Which can be the reason of this strange behavior?


     Enrico Tomaselli
  +> web designer <+
  [EMAIL PROTECTED]
http://www.metatad.it
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



--

Rob Maurizi
Web Developer / Flash Developer

Center for Teaching & Learning
University of Vermont

802-656-0317 // [EMAIL PROTECTED]
http://rmaurizi.blog.uvm.edu/

"Trying to make everyone happy makes no one happy"

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to