Advertising with Lizarddawg is inexpensive and easy:
Lizardawg will advertise any formats that are (160x600)
and lower. We are open to suggestions however.
Lizarddawg
ADVERTISING
Lizarddawg Top News
// wait for the DOM to load using jQuery
$(function() {
// setup player normally
$f("player1", "/swf/flowplayer-3.0.2.swf", {
// clip properties common to all playlist entries
clip: {
baseUrl: 'http://blip.tv/file/get',
subTitle: 'from blib.tv',
time: '0:20min'
},
// our playlist
playlist: [
{
url: 'KimAronson-TwentySeconds59483.flv',
title: 'Palm trees and the sun'
},
{
url: 'KimAronson-TwentySeconds58192.flv',
title: 'Happy feet in a car'
},
{
url: 'KimAronson-TwentySeconds63617.flv',
title: 'People jogging'
}
],
// show playlist buttons in controlbar
plugins: {
controls: {
playlist: true
}
}
});
// here comes the magic plugin. It uses div.clips as playlist entries
$f("player1").playlist("div.clips:first", {loop:true});
});
Web Community
Web Services
Solutions & Ideas