The header for outputting a Flash movie is: Content-type: application/x-shockwave-flash
HTH, Richy ========================================== Richard Black Systems Programmer, DataVisibility Ltd - http://www.datavisibility.com Tel: 0141 435 3504 Email: [EMAIL PROTECTED] -----Original Message----- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] Sent: 27 May 2002 10:39 To: Aziz Durmaz Cc: Php Win32 list Subject: RE: [PHP-WIN] Flash + PHP +Mysql > How we can store swf movies in the mysql database and how we can show > them... BLOB's..... (but why would you like to do that? Who do you do a select on binary junk?) > What header needs? No heads... just brains.... > For example in jpeg image we use - header ("Content-type: image/gif"); - > For swf movie what we are use?? This is what you should send to the client webbrowser from the webserver, not to store in the database. You will find moreinformation at www.w3.org look at the HTML specifications under FORMS, somewhere.... Check out: http://www.w3.org/TR/1998/REC-html40-19980424/types.html#type-content-type to find some suggestion about content types. Probably the content-type should be video/mpeg or something... god knows.... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php