How can i play/embed facebook videos in my web application -
i've got 1 application i'm getting facebook videos in below mentioned format, here i'm not able player me play kind of videos.
[link] => http://www.facebook.com/video/video.php?v=195111727174972&comments [source] => http://video.ak.fbcdn.net/cfs-ak-snc6/79608/202/195111727174972_16044.mp4?oh=32f4a271d5ae7e3259ae9
thanks
to embed facebook video, use html fragment.
<object width="####" height="####" > <param name="allowfullscreen" value="true" /> <param name="allowscriptaccess" value="always" /> <param name="movie" value="http://www.facebook.com/v/xxx" /> <embed src="http://www.facebook.com/v/####" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="####" height="####"> </embed> </object>
replace "####" video id (195111727174972) , appropriate width/height. if video public site, check has been shared see.
Comments
Post a Comment