On Wed, Jun 18, 2008 at 1:42 AM, James Keeline <[EMAIL PROTECTED]> wrote: > --- behrooz_program <[EMAIL PROTECTED]> wrote: > >> Hello dears , >> I have a mysql database and i stored flv and videos in the database , >> how can i get these videos from database and show in a player in one >> of my webpages ? >> is it possible Or i have to find another way ? >> >> best wishes , >> bye > > It has been stated here many times before. Store data in the database and > files in the filesystem. > > James
I'll second what James has said, but to answer the question it is possible. You'll need a script that retrieves only the video from the database and sends it out to the browser, then point your embeded player to that script. Phill