> 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

Reply via email to