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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Locked
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 at home

Help apreciated!
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Please don't cross-post, one thread is plenty:
viewtopic.php?t=19075

Mac
Locked