English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a Web site, and I must me a moron because I can't figure out how to stream videos from site. I have enven tried to use a flash video player. I would love to fine a simple reference.

2006-06-28 06:34:20 · 2 answers · asked by buzzedboy2002 1 in Computers & Internet Programming & Design

2 answers

You may find lots of helpful information at this website when using Qucktime:
http://www.apple.com/quicktime/technologies/streaming/

But essentially, streaming videos is uploading them like you would with pictues and invoking a media player (Such as Quicktime) into the page using HTML code. The player receives the file you uploaded and displays it on users computes.

EXAMPLE:
In this instance, Windows Media Player would be invoked by the below code to play a file at the following location: http://www.flarkinson.com/videos/fastshooter.wmv
NOTE: The code goes in the BODY section of the HTML webpage code:







Another way to do this is to create a standard hyperlink that links to the video file. The users' computers will automatically select the best player to play the file.
EXAMPLE:
http://www.flarkinson.com/videos/fastshooter.wmv

2006-06-28 06:40:25 · answer #1 · answered by sanjeev_the_cool 2 · 0 0

You can either stream video from a server (can be expensive) or have the video as a progressive download using flash. Many tutorials are at http://www.macromedia.com. My advice is to you a flash file that begins downloading as soon as the page is hit, then it will appear to stream when the user hits play.

2006-06-28 07:15:19 · answer #2 · answered by Emerson 5 · 0 0

fedest.com, questions and answers