video

C

Craig

I have a database that stores the video file name. As the user clicks on the
description I would like to launch the associated video. I have done the
similar thing with a picture but unable to do this with a video. Any
suggestions?
 
C

Chris Leeds, MVP-FrontPage

if you can use some server side scripting, you could just pass the parameter
to the page in a query string like video.asp?key=something.wmv, then in the
video player code just make the file name be <% key %>, or your scripting
alternative.
I've been thinking about doing something like this for a project I'm
thinking about. ;-)

HTH

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
 
C

Craig

I figured out my original problem. However is it possible to stream these
videos from a "standard" website hosting company? Some videos are large and
I don't want to wait to download them.
 
C

Chris Leeds, MVP-FrontPage

I believe if your target is an M3U file, WMP will play it as it gets it.

just google m3u and you'll get examples. it's just a play list and needs to
contain only one item.

--
Chris Leeds,
Microsoft MVP-FrontPage

ContentSeed: great tool for web masters,
a fantastic convenience for site owners.
http://contentseed.com/
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top