FLV vs SWF
FLV vs SWF
Out of context: Reply #26
- Started
- Last post
- 32 Responses
- enjine0
FLVs offer ridiculously quick downloads and awesome playback quality.
just use this a bit o code like this:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
vid.attachVideo(ns);
ns.play("some.flv");(nicked from bit-101)
i just used an FLV in this media player:
http://www.rollingstones.com/abiā¦(look for the video link)