I am creating a video gallery in asp.net just like youtube. Here, I have used ffmpeg player to covert the video and generate a thumbnail. But my problem is that every time when i click on the thumbnail to watch a new video the path in the embed tag where
the path of the video is there in flashvars is not changing...
rohit3000
0 Points
2 Posts
ffmpeg video gallery
Apr 05, 2012 02:07 PM|LINK
Hello,
I am creating a video gallery in asp.net just like youtube. Here, I have used ffmpeg player to covert the video and generate a thumbnail. But my problem is that every time when i click on the thumbnail to watch a new video the path in the embed tag where the path of the video is there in flashvars is not changing...
<embed src="Players/flvplayer.swf" width="425" height="355"
bgcolor="#FFFFFF" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="file=Video/SWF/likh.swf&autostart=false&frontcolor=0xCCCCCC&backcolor=0x000000&lightcolor=0x996600&showdownload=false&showeq=false&repeat=false&volume=100&useaudio=false&usecaptions=false&usefullscreen=true&usekeys=true"></embed>
here in flashvars is likh.swf but i want to change it on click of link button...
Any help will be appreciated
Thank You