简体   繁体   中英

flv files and swf files, do they stream off the web?

Have have a question about FLV files, do FLV files stream when you post them on the web? I am linking to a number of FLV files on the web and want to have seamless view of the videos.

SWF files seem to stream ok--

Eg: https://drchrono.com/site_media/uploaded_media/training_videos/getting_started.swf

I don't want people to have to download who FLV files before playing them, that is always a pain.

FLV files would not be recognized by your browser as a viewable mime type so they would be downloaded. You would need a SWF file that reads your FLV and plays it.

Yes and no. They are not fully streaming, like something one would get from a streaming media server (eg--windows media or real or adobe streaming server). The user is downloading a file and eventually the whole file will be downloaded. That said, FLV files behave like streaming video as flash is capable of doing some buffering and the format itself is frame-based, allowing one to start playing the file before downloading all of it.

I should note most modern video formats (eg--windows media & quicktime) work this way as well.

Download the free Flex SDK and build a simple FLV player with it. Compile the AS file using the mxmlc . The livedocs example of the Video class is a good place to get started.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM