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

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
keoga
Forum Newbie
Posts: 2
Joined: Mon Mar 08, 2004 6:00 am

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

Post 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!
Unipus
Forum Contributor
Posts: 409
Joined: Tue Aug 26, 2003 2:06 pm
Location: Los Angeles, CA

Post 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.
Post Reply