Here is the code I want to put into the phppage. The page is a themefile called "theme.php" and is used for cms PHP-nuke:
<object classid="clsid😃27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
id="logo" width="762" height="113">
<param name="movie" value="logo.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed name="logo" src="logo.swf" quality="high" bgcolor="#FFFFFF"
width="762" height="113"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>
and here is a part of the code where it´s supposed to be embedded:
."<!----- Main Graphic Table ----->\n"
."<table width=\"762\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n"
."<tr>\n"
."<td background=\"themes/MT/images/metalbar.gif\" width=\"1\" height=\"10\"><img src=\"themes/MT/images/pixel.gif\" width=\"1\" height=\"10\"></td>\n"
."</tr>\n"
."<tr>\n"
."<td>[B]FLASH CODE WILL GO HERE[/B]</td>\n"
."</tr>\n"
."<tr>\n"
."<td background=\"themes/MT/images/metalbar.gif\" width=\"1\" height=\"10\"><img src=\"themes/MT/images/pixel.gif\" width=\"1\" height=\"10\"></td>\n"
."</tr>\n"
."</table>\n\n\n"
...idéas?