rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: Andy BitOff on November 19, 2006, 12:05:30 AM

Title: FLV player
Post by: Andy BitOff on November 19, 2006, 12:05:30 AM
I don't no speak english, sorry.
Если кто из русских поможет мне описать ситуацию, буду только рад.
Code: [Select]
[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]
Title: Re: FLV player
Post by: ledufe on November 19, 2006, 12:39:21 AM
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...
Title: Re: FLV player
Post by: Fysack on November 20, 2006, 11:17:58 AM
Единственная проблема, что сам плейер должен находиться в каталоге с файлами FLV
Translation:
Only problem, that player itself must be located in the catalog with files FLV
Title: Re: FLV player
Post by: ledufe on November 20, 2006, 11:39:28 AM
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
Title: Re: FLV player
Post by: Fysack on November 20, 2006, 11:42:41 AM
Хорошая работа. Тот игрок смотря хороша на вашем месте. Я не говорю русского но я перевожу здесь (http://babelfish.yahoo.com/translate_txt) ;)
Title: Re: FLV player
Post by: Fysack on November 20, 2006, 11:44:59 AM
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 и справедливый пункт к им в Кодем... оно работает я получил образец этого на моем архиве
Title: Re: FLV player
Post by: TSG on November 20, 2006, 01:36:37 PM
ye make it work like my mp3 player, link it to a player on the top level of the hfs file system.
Title: Re: FLV player
Post by: LuCiFeR on December 01, 2006, 11:38:13 AM
src="flvplayer.swf"

Просто укажи вместо этого:

src="http://%host%/flvplayer.swf"
Кидай в корень и сделай ссылку, как указано выше...

Russian go go go ! =)
Title: Re: FLV player
Post by: TSG on December 01, 2006, 12:35:42 PM
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.
Title: Re: FLV player
Post by: TCube on December 04, 2006, 05:36:18 AM
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)
Title: Re: FLV player
Post by: TSG on December 04, 2006, 08:39:37 AM
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.
Title: Re: FLV player
Post by: TCube on December 04, 2006, 09:30:49 AM
still possible with Url Helper + HiDownload but I don't bother much with youtube/dailymotion etc.... anyway that's off topic. sorry.
Title: Re: FLV player
Post by: Garphy on December 26, 2006, 07:15:11 AM
i can't download the flvplayer.swf...
if anybody could do me a favour to upload it to forum?
thx :)
Title: Re: FLV player
Post by: maverick on December 26, 2006, 08:43:14 AM
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]
Title: Re: FLV player
Post by: Garphy on January 01, 2007, 08:00:29 AM
thank you very much~
Title: Re: FLV player
Post by: stevenlowry on May 21, 2007, 06:25:11 AM
how would i actually implement this on my tog hfs
Title: Re: FLV player
Post by: TSG on May 21, 2007, 10:18:38 AM
You don't need to the ToG already supports flv playback?
Title: Re: FLV player
Post by: alex123 on August 08, 2007, 11:43:10 PM
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
Title: Re: FLV player
Post by: TSG on August 09, 2007, 12:13:50 AM
You broke it :D can you provide a link please, i will take a look when i get home from university.
Title: Re: FLV player
Post by: alex123 on August 09, 2007, 12:54:59 AM
you want the link to my hfs or the html code?
Title: Re: FLV player
Post by: TSG on August 09, 2007, 10:27:16 AM
Just so i can see an example of the problem. Doesn't the Terayon support flv player by default...
Title: Re: FLV player
Post by: Giant Eagle on August 09, 2007, 12:16:34 PM
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)
Title: Re: FLV player
Post by: alex123 on August 09, 2007, 12:38:39 PM
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
Title: Re: FLV player
Post by: Giant Eagle on August 09, 2007, 12:44:08 PM
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.
Title: Re: FLV player
Post by: alex123 on August 09, 2007, 12:54:27 PM
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
Title: Re: FLV player
Post by: Giant Eagle on August 10, 2007, 03:28:35 PM
[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