Question
flash file does not show up in php file
Hi,
A swf file as top banner of does not show up in php file,
every other page is OK, ( none dynamic )
I have installed a php directory script in a folder called YELLOW, and tried to replace my banner ( flash file) with the default banner ( gif file) of the directory.
but the flash file does not show up, I changed the link of flash to absolute link and it does not show up.
I have tried every possible linking that I could think of, but it seems linking is not the problem.
there are couple of files involved into showing the banner, as most dynamic web sites are.
index.php file of the directory does not have the banner code in it,
form the index file header.php is called, which is in the same folder as index.php file,
from header.php file theme.php file is called which is in a folder called PAGE,
PAGE folder is inside a folder called THEME, THEME folder is inside of the YELLoW folder.
and from theme.php file header.html file is called, which has the banner code in there,
here is all the code inside the header.html:
======================
<script src="../../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<body>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="750">
<!--DWLayoutTable-->
<tr>
<td width="4" height="156"> </td>
<td width="760" valign="top"><script type="text/javascript">
AC_FL_RunContent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','760','height','156','src','flash/main','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','flash/main' ); //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=7,0,19,0" width="760" height="156">
<param name="movie" value="flash/main.swf">
<param name="quality" value="high">
<embed src="flash/main.swf" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="156"></embed>
</object>
</noscript></td>
<td width="4"> </td>
</tr>
</table>
<br>
$banner
=====================
appreciate your help.
thanks
A swf file as top banner of does not show up in php file,
every other page is OK, ( none dynamic )
I have installed a php directory script in a folder called YELLOW, and tried to replace my banner ( flash file) with the default banner ( gif file) of the directory.
but the flash file does not show up, I changed the link of flash to absolute link and it does not show up.
I have tried every possible linking that I could think of, but it seems linking is not the problem.
there are couple of files involved into showing the banner, as most dynamic web sites are.
index.php file of the directory does not have the banner code in it,
form the index file header.php is called, which is in the same folder as index.php file,
from header.php file theme.php file is called which is in a folder called PAGE,
PAGE folder is inside a folder called THEME, THEME folder is inside of the YELLoW folder.
and from theme.php file header.html file is called, which has the banner code in there,
here is all the code inside the header.html:
======================
<script src="../../../Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<body>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="750">
<!--DWLayoutTable-->
<tr>
<td width="4" height="156"> </td>
<td width="760" valign="top"><script type="text/javascript">
AC_FL_RunContent( 'codebase',' http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','760','height','156','src','flash/main','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','flash/main' ); //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=7,0,19,0" width="760" height="156">
<param name="movie" value="flash/main.swf">
<param name="quality" value="high">
<embed src="flash/main.swf" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="156"></embed>
</object>
</noscript></td>
<td width="4"> </td>
</tr>
</table>
<br>
$banner
=====================
appreciate your help.
thanks
