Streaming FLV

DLL Edition of the F-IN-BOX
BrianWeed
Posts: 4
Joined: Fri Oct 28, 2005 7:42 pm

Streaming FLV

Postby BrianWeed » Fri Oct 28, 2005 7:45 pm

Does anyone have sample code for streaming a FLV ?

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Postby Softanics » Sat Oct 29, 2005 9:33 am

As soon as I know code for this is available with Macromedia Flash IDE. Something looks like:

Code: Select all

var netConn:NetConnection = new NetConnection();
netConn.connect(null);
var netStream:NetStream = new NetStream(netConn);
my_video.attachVideo(netStream);
netStream.setBufferTime(0);
netStream.play("http://somesite.com/something.flv");
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html


Return to “DLL Edition”

Who is online

Users browsing this forum: No registered users and 11 guests

cron