Page 1 of 1

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

Posted: Mon Mar 08, 2004 6:00 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

Help apreciated!

Posted: Tue Mar 09, 2004 1:34 pm
by Unipus
There should be no difference. PHP will simply write your HTML code to the file and the browser never knows the difference. So double-check your PHP to make sure you're writing the correct tags and paths, it sounds like you've probably got the path wrong.