rejetto forum
Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: Andy BitOff on November 19, 2006, 12:05:30 AM
-
I don't no speak english, sorry.
Если кто из русских поможет мне описать ситуацию, буду только рад.
[file.flv]
<tr>
<td>
%new%
<a href="%item-url%">
<img src="/~img_file" />
%item-name%
</a>
%comment%
<td align=right>
%item-size%
<td align=right>
%item-modified%
<td align=right>
%item-dl-count%
<td align=right>
<!-- begin embedded WindowsMedia file... -->
<table border='0' cellpadding='0' align="center">
<tr><td>
<embed allowScriptAccess="always" src="flvplayer.swf" width="300" height="200"
border="0" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="file=%item-url%&showdigits=true&autostart=false" />
</td></tr>
</td></tr>
</table>
Player: http://bitoff.getmyip.com:7000/Free/%D0%9F%D1%80%D0%B8%D0%BA%D0%BE%D0%BB%D1%8B/%D0%92%D0%B8%D0%B4%D0%B5%D0%BE/_%D0%9D%D0%B5%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D0%B5%20%D0%B2%20FLV/flvplayer.swf (http://bitoff.getmyip.com:7000/Free/%D0%9F%D1%80%D0%B8%D0%BA%D0%BE%D0%BB%D1%8B/%D0%92%D0%B8%D0%B4%D0%B5%D0%BE/_%D0%9D%D0%B5%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D0%B5%20%D0%B2%20FLV/flvplayer.swf)
Единственная проблема, что сам плейер должен находиться в каталоге с файлами FLV
Sample: http://bitoff.getmyip.com:7000/Free/%D0%9F%D1%80%D0%B8%D0%BA%D0%BE%D0%BB%D1%8B/%D0%92%D0%B8%D0%B4%D0%B5%D0%BE/_%D0%9D%D0%B5%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D0%B5%20%D0%B2%20FLV/ (http://bitoff.getmyip.com:7000/Free/%D0%9F%D1%80%D0%B8%D0%BA%D0%BE%D0%BB%D1%8B/%D0%92%D0%B8%D0%B4%D0%B5%D0%BE/_%D0%9D%D0%B5%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D0%B5%20%D0%B2%20FLV/)
[attachment deleted by admin]
-
i like it, we already did this and showed it here on the forum, but this is a good work, and a good sample...
now we(at least i am) testing the streaming with videos mpegs and wmv...
-
Единственная проблема, что сам плейер должен находиться в каталоге с файлами FLV
Translation:
Only problem, that player itself must be located in the catalog with files FLV
-
do you mean, that this swf player, must be on the same folder of the flv videos?
is is that so, i say that you are mistaken, couse i already use this player and also i used it using the same code of the mp3 player in flash, or should i make it more clear, you could put it somewhere on the hfs and just point to it in the code...
it works
i got a sample of this on my repository
-
Хорошая работа. Тот игрок смотря хороша на вашем месте. Я не говорю русского но я перевожу здесь (http://babelfish.yahoo.com/translate_txt) ;)
-
do you mean, that this swf player, must be on the same folder of the flv videos?
is is that so, i say that you are mistaken, couse i already use this player and also i used it using the same code of the mp3 player in flash, or should i make it more clear, you could put it somewhere on the hfs and just point to it in the code...
it works
i got a sample of this on my repository
Translation:
вы намереваетесь, тот этот игрок swf, должны находиться на таком же скоросшивателе videos flv? то так, я говорю что вы ошиблены, couse, котор я уже использую этого игрока и также я использовал его используя такое же Кодего игрока mp3 в вспышке, или должен я сделать его более ясным, вы смогли одеть в их где-то hfs и справедливый пункт к им в Кодем... оно работает я получил образец этого на моем архиве
-
ye make it work like my mp3 player, link it to a player on the top level of the hfs file system.
-
src="flvplayer.swf"
Просто укажи вместо этого:
src="http://%host%/flvplayer.swf"
Кидай в корень и сделай ссылку, как указано выше...
Russian go go go ! =)
-
I do it like this src="/flvplayer.swf" i have found just putting src="flvplayer.swf" means the player has to be in the folder of the flash files or its doesnt work all the time for me. So i put the player at the top of the hfs file system "/", just thought i would add a English explanation to this. This is how i have my flash mp3 player working. Just saves putting the mp3 player of flv player in multiple places.
-
Here's a short one just for U just to test ;)
3Mo *.flv video file (http://82.235.32.159/x%20-%20Public%20Short-Lived%20/Le_Building_version_festival.flv)
-
There was a plugin for firefox that allowed people to download youtube video's, these are all in .flv format. I had it until Firefox 2.0 came out, and they didn't update the video stealer, but by now i would assume it would be updated, its been a while.
-
still possible with Url Helper + HiDownload but I don't bother much with youtube/dailymotion etc.... anyway that's off topic. sorry.
-
i can't download the flvplayer.swf...
if anybody could do me a favour to upload it to forum?
thx :)
-
i can't download the flvplayer.swf...
if anybody could do me a favour to upload it to forum?
thx :)
Here you go. Attached.
[attachment deleted by admin]
-
thank you very much~
-
how would i actually implement this on my tog hfs
-
You don't need to the ToG already supports flv playback?
-
hi
i have put the code that Andy BitOff postet in my hfs and i have the flv player in my hfs it works but my background not white , he is grey i cant chage this . All i mean is it false file size and all the other things. look at the picture
i hope someone can help me thx
alex
-
You broke it :D can you provide a link please, i will take a look when i get home from university.
-
you want the link to my hfs or the html code?
-
Just so i can see an example of the problem. Doesn't the Terayon support flv player by default...
-
Doesn't the Terayon support flv player by default...
Sort of..
Use the "Flash Mp3 Player" diff template on the folder where the flv files are located. The big flash player should open up and play the flv files.
(you might want to look at the code and increase the width and height of the flash player)
-
what for an flash mp3 player hmm i have no plan i have in the hfs an diff template only wo can i take the mp3 player
-
If you've downloaded the .rar file of Terayon v1.2.1, it should be in that package aswell.
"Flash Mp3 Player" is actually a player that plays both Flash and Mp3 files.
-
ah yes i know what you mean i have it done see mp3 picture but i wont to do this on pic3 what i post with this code here :
(http://img102.stopforumspam.com/loc1047/th_64157_mp3_122_1047lo.jpg) (http://img102.stopforumspam.com/img.php?image=64157_mp3_122_1047lo.jpg)
[file.flv]
<tr>
<td>
%new%
<a href="%item-url%">
<img src="/~img_file" />
%item-name%
</a>
%comment%
<td align=right>
%item-size%
<td align=right>
%item-modified%
<td align=right>
%item-dl-count%
<td align=right>
<!-- begin embedded WindowsMedia file... -->
<table border='0' cellpadding='0' align="center">
<tr><td>
<embed allowScriptAccess="always" src="flvplayer.swf" width="300" height="220"
border="0" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="file=%item-url%&showdigits=true&autostart=false" />
</td></tr>
</td></tr>
</table>
</div>
</tr>
but i have not a background looks very terrible
-
[file.flv]
<tr>
<td>
%new%
<a href="%item-url%">
<img src="/~img_file" />
%item-name%
</a>
%comment%
<td align=right>
%item-size%
<td align=right>
%item-modified%
<td align=right>
%item-dl-count%
<td align=right>
<embed allowScriptAccess="always" src="flvplayer.swf" width="300" height="220"
border="0" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="file=%item-url%&showdigits=true&autostart=false" />
</td>
</tr>
But keep in mind that files with "&" in their names will not work and break the code