Is there any way to place flash over php like in html
the main idea is to have some flash content over a phpbb2 forum.
I have added the folowing code to the index.php in the phpbb2 forum
<html>
<body>
<div align="center">
<div style="position: absolute; width: 100px; height: 100px; z-index: 1; left: 200px; top: 30px" id="layer1">
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="640" height="480">
<param name="movie" value="snowfall.swf">
<param name="quality" value="High">
<param name="wmode" value="transparent">
<embed src="snowfall.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="640" height="480" quality="High" wmode="transparent"></object>
</div>
</body>
</html>
but it's giving me this error on top of the forum's php
any help might be usefull 10ks
the main idea is to have some flash content over a phpbb2 forum.
I have added the folowing code to the index.php in the phpbb2 forum
<html>
<body>
<div align="center">
<div style="position: absolute; width: 100px; height: 100px; z-index: 1; left: 200px; top: 30px" id="layer1">
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="640" height="480">
<param name="movie" value="snowfall.swf">
<param name="quality" value="High">
<param name="wmode" value="transparent">
<embed src="snowfall.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="640" height="480" quality="High" wmode="transparent"></object>
</div>
</body>
</html>
but it's giving me this error on top of the forum's php
| Code: |
|
Warning: Cannot modify header information - headers already sent by (output started at /home/content/u/n/i/uniunderground/html/forum/phpBB2/index2.php:7) in /home/content/u/n/i/uniunderground/html/forum/phpBB2/includes/page_header.php on line 487 Warning: Cannot modify header information - headers already sent by (output started at /home/content/u/n/i/uniunderground/html/forum/phpBB2/index2.php:7) in /home/content/u/n/i/uniunderground/html/forum/phpBB2/includes/page_header.php on line 489 Warning: Cannot modify header information - headers already sent by (output started at /home/content/u/n/i/uniunderground/html/forum/phpBB2/index2.php:7) in /home/content/u/n/i/uniunderground/html/forum/phpBB2/includes/page_header.php on line 490 |
any help might be usefull 10ks
