I just tried it between the <body> tags, that doesn't make a difference.  As
I mentioned, when I run it standalone it will work fine and it's a php file,
not html so the html tags aren't needed.

...this is painful!

-----Original Message-----
From: Jay Blanchard [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 12, 2004 2:30 PM
To: Ryan Schefke; Php-General-Help
Subject: RE: [PHP] Strange music playing behavior

[snip]
I know it's a lot of code but it's below.  Again, when I have the /*
MUSIC?
*/ section as a standalone file (making sure to open and close the
database
and include the correct require statements) it works fine; however, when
added to the code below (music section 4 paragraphs down) it doesn't
play
but all the <embed> tags and echo statements are displaying correctly.

Any clues to keep me from banging my head against the wall?
[/snip]

Top posting rocks!

It looks like you're outputting your <embed> tags before the html even
starts. Try placing the code somewhere mid-page...between the <body>
tags

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to