On Thu, 27 Jan 2005 10:54:18 -0800 (PST) ceo@xxxxxxxxx (Richard Lynch) wrote: > Change your php.ini to send error messages somewhere else, and get in > the habit of checking that "somewhere else" when you code. Thanks for the hint > It has NOTHING to do with your current problem of having error output > mixed in with the Flash content though, so for your current purposes, No - I didn't worry about the fact the messages were there - just the flash problem > $movie->save(xxx); > header("Content-type: application/swf"); > readfile(xxx); > ?> You are right, of course. I made a mistake in my script. Your error hint was welcome though. Thanks. John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php