Page 1 of 1

Flash not showing up in browser within a php file??

Posted: Mon Mar 08, 2004 6:02 am
by keoga
Hi!

I have a flash animation that doesnt show up in my browser, it is embeded in a php file, if I put it in a html file it shows up.
And it also shows up where my site is hosted(with the php file).

I am running apache and php at home

Help apreciated!

Posted: Mon Mar 08, 2004 6:06 am
by malcolmboston
a bit vague but

is your formatting correct within teh PHP file, im assuming it is as it would through up errors with the default setting

for eg
all " within a tag should be replaced with \"

so

Code: Select all

<?php
print "
<table class="custom" width ="100%">
<tr>
<td></td>
</tr>
etc etc

Posted: Mon Mar 08, 2004 6:09 am
by twigletmac
Please don't cross-post, one thread is plenty:
viewtopic.php?t=19075

Mac