I've seen a Dolphin site play videos on Facebook wall so I know it can be done.
Looking at this post,
http://www.boonex.com/forums/topic/how-to-stream-videos-in-external-sharing-e-g-onFB.htm
and Nathan's recent post,
http://www.boonex.com/forums/topic/Add-VideoJS-to-HTML5-audio-video-with-VideoJS.htm
Can this be used for Open Graph since it is JW Player?
<meta property="og:video" content="http://www.example.com/jwplayer/player.swf?file=http%3A%2F%2Fwww.example.com%2Fbunny.flv&autostart=true" />
If so how to pull the correct file up?
I get stuck at
<meta property="og:site_name" content="My Site Name" />
<meta property="fb:app_id" content="12345678912345" />
<meta property="og:video:type" content="application/x-shockwave-flash" />
<meta property="og:description" content="__fileDescription__" />
<meta property="og:type" content="video.movie" />
<meta property="og:video:height" content="260" />
<meta property="og:video:width" content="420" />
<meta property="og:video" content="http://mysite.com/player/jwplayer/jwplayer.swf?file=http://mysite.com/flash/modules/video/get_file.php?id=1&ext=mp4&token=88e71d8ed4cdf12dc05a577b5d38a055", type="video/mp4&type=video" />
<meta property="og:type" content="website" />
I'm seeing this post and got the above.
http://www.jwplayer.com/blog/publish-your-videos-to-facebook-with-a-jw-player/
Any help here would benefit the entire community.