开发者

flv img does not appear <fb:flv src="" ..... img='img url' ...>

开发者 https://www.devze.com 2023-02-14 05:42 出处:网络
I am developing a facebook application to show some flv videos.vid开发者_StackOverfloweos are shown but, the preview img does not appear this is my code:

I am developing a facebook application to show some flv videos.vid开发者_StackOverfloweos are shown but, the preview img does not appear this is my code:

<fb:flv src='http://mobimediaworld.com/flv/3.flv' width='180' height='150' title='Mekawy' color='#FFBB00' salign='r' img='http://www.gcmob.com/Images/Media/PreviewFrame/27.png' scale='showall'/>

can anybody help me, pleas?


Sorry buddy fb:flv not working anymore dont know why.

use this:

<fb:swf 
    swfbgcolor="000000" 
    imgstyle="border-width:3px; border-color:white;" 
    swfsrc='http://www.youtube.com/v/xxxxxxxxxx' 
    imgsrc='http://img.youtube.com/vi/xxxxxxxxxx/2.jpg' 
    width='340' height='270' />
0

精彩评论

暂无评论...
验证码 换一张
取 消