Open GoogleCodeExporter opened 9 years ago
Would it be possible to put an example page up on a public URL that I could
see, or if not possible, put the
config that you are using into the issue log so I can work out what's going on?
Thanks!
Paul.
Original comment by paul.sch...@gmail.com
on 20 Apr 2010 at 10:07
Sure...
--- starting code ----
flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.0.swf",
{
clip: {
urlResolvers: 'bwcheck',
provider: 'rtmp',
autoPlay: false,
scaling: 'fit'
},
playlist:[{url:"mp4:bbb.mp4",
bitrates: [
{url: "mp4:vod/demo.flowplayer/bbb-400.mp4", width: 320, height:
180, bitrate: 400, isDefault: true},
{ url: "mp4:vod/demo.flowplayer/bbb-800.mp4", width: 480, bitrate:
800 },
{ url: "mp4:vod/demo.flowplayer/bbb-1200.mp4", width: 720,
bitrate: 1200 },
{ url: "mp4:vod/demo.flowplayer/bbb-1600.mp4", width: 1080,
bitrate: 1600 }
]
}],
plugins:{
... <-- loading RTMP, openVideoAds, BWCHECK plugins
--- end of code ---
Original comment by codif...@gmail.com
on 12 May 2010 at 7:54
Original issue reported on code.google.com by
codif...@gmail.com
on 12 Apr 2010 at 4:31