LittleFatNinja
LittleFatNinja ты так и будешь little.))) разобрался за полчаса
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>JWPlayer test</title>
<script src="player/jwplayer.js"></script>
</head>
<body>
<?php
$dir = 'video';
$files = scandir($dir,1);
echo '<pre>';var_dump($files);
for($i=0, $cnt = count($files);$i<$cnt;$i++)
{
if (substr($files[$i], -3) == 'flv' )
{
$id = $files[$i];
echo "
<div id='$id'></div>
<script type='text/javascript'>
jwplayer('$id').setup({
file: 'video/$id',
title: 'Razer',
width: '100%',
aspectratio: '16:9',
fallback: 'false'
});
</script>
";
}
}
?>
</body>
</html>
соответсвеннно вид папки
ну а в player c сайта
www.jwplayer.com/sign-up
в video фильмы в формате flv (или mp4)
----
p.S. очень печально что avi flash не тянет((((