H1 tags : ; flowplayer("player", "http://greatstartforkids.org/video/flowplayer-3.2.5.swf", {
// here is our playlist
playlist: [
// this first PNG clip works as a splash image
{
url: 'http://greatstartforkids.org/video/files/101labelingv2.png',
scaling: 'orig'
},
// second clip is a video. when autoPlay is set to false the splash screen will be shown
{
url: 'http://greatstartforkids.org/video/files/101labelingv2.f4v',
autoPlay: false,
// video will be buffered when splash screen is visible
autoBuffering: true
},
// next video
{
url: 'http://greatstartforkids.org/video/files/102laundryv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/103treasurev2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/104makev2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/105outdoorv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/106emphasizingv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/107measuringv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/108kidsv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/109talkingv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/110itsv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/111itsalivev2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/112justv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/113morev2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/115openingv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/116putv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/117ispyv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/118countingv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/119openv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/120ingredientsv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/121thingsv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/122hidev2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/123estimationv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/124mealtimev2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/125childv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/126waitingv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/127movingv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/128napv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/129talkingv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/130furniturev2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/131bringingv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/132silentv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/133gettingv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/134reversev2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/135trafficv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/136avoidv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/137benefitsv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/138findv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/139miniaturev2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/140nutritionv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/141createv2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/142havev2.f4v',
autoPlay: true,
},
// next video
{
url: 'http://greatstartforkids.org/video/files/143importancev2.f4v',
autoPlay: true,
}
],
// show playlist buttons in controlbar
plugins: {
controls: {
playlist: true,"time":false,
}
}
}); |