How co control embedded flash player in c# winforms to play flv video?

Up vote 2 down vote favorite 1 share g+ share fb share tw.

Need your help. I'm trying to play flv file in desktop application using .net c# and jw player jeroenwijering.com/?item=JW_FLV_Player. I already looked at several places such as: Embedding flv (flash) player in windows forms codeproject.com/KB/audio-video/flashexte... and some others, but did find the answer.

I added a flash object to the form, the programs starts without any problem and I can see a flash player. String swf_path = Directory. GetCurrentDirectory() + Path.

DirectorySeparatorChar + "player. Swf"; flash. LoadMovie(0, swf_path); flash.

ScaleMode = 0; flash. AllowScriptAccess = "always"; flash.Play(); The problem is that I don't know how to control player, I don't know how to specify flv file to play. I tried the following: flash.

CallFunction(" "); flash. CallFunction("" + " volume10 "); and it works, I can get info about player variables and change volume, but for example the code below does not work: flash. CallFunction("" + " filevideo.

Flv"); flash. CallFunction("" + " imagepreview. Jpg"); Can someone provide a few examples of how to define an flv file name, how to define a preview image, how to control player states?

Thanks. C# .net flash flv embedded-flashplayer link|improve this question asked Sep 12 '11 at 3:45becool_max583 33% accept rate.

You should work hard on your accept rate! – Yahia Sep 12 '11 at 5:18.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions