Does anybody knows how to stop movie(.flv)

F-IN-BOX for Delphi / Builder C++ / VCL
alanhsieh
Posts: 5
Joined: Tue Feb 21, 2006 11:03 am

Does anybody knows how to stop movie(.flv)

Postby alanhsieh » Tue Feb 21, 2006 11:07 am

Does anybody knows how to stop movie(.flv)

when I load flv to play , I don't know how to stop movie ..

and can flashplayercontrol to control movie(.flv) forward or backward ..?

tks. :cry:

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

Re: Does anybody knows how to stop movie(.flv)

Postby Softanics » Tue Feb 21, 2006 2:30 pm

Thank you for your questions.

alanhsieh wrote:Does anybody knows how to stop movie(.flv)

when I load flv to play , I don't know how to stop movie ..


For instance, a FLV is loading using this code:

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://FLV/FlashVideo.flv");
_root.netStream = netStream;


You can stop the playing by calling

Code: Select all

_root.netStream.pause();


alanhsieh wrote:and can flashplayercontrol to control movie(.flv) forward or backward ..?


May be _root.netStream.seek may help.
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html

alanhsieh
Posts: 5
Joined: Tue Feb 21, 2006 11:03 am

re:Does anybody knows how to stop movie(.flv)

Postby alanhsieh » Wed Feb 22, 2006 5:39 am

sorry . .

can you written code in Delphi ..

please .. :oops:

alanhsieh
Posts: 5
Joined: Tue Feb 21, 2006 11:03 am

Postby alanhsieh » Wed Feb 22, 2006 6:23 am

sorry . . .I'm ask for local file flv playing control

just like flash(.swf) stopplay,gotoframes . ..


Return to “Delphi / Builder / VCL Edition”

Who is online

Users browsing this forum: No registered users and 22 guests