I fixed it, thanks! It turns out my src=" " location was wrong since I moved the file. I just freaked cause I thought it was an issue with php+html.
Sorry, Ryan -----Original Message----- From: Ryan Schefke [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 2:35 PM To: 'Jay Blanchard'; 'Php-General-Help'; 'Ryan Schefke' Subject: RE: [PHP] Strange music playing behavior 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 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php