rejetto forum

FLV player

0 Members and 1 Guest are viewing this topic.

Offline stevenlowry

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
how would i actually implement this on my tog hfs


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
You don't need to the ToG already supports flv playback?


Offline alex123

  • Occasional poster
  • *
    • Posts: 18
    • View Profile
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


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
You broke it :D can you provide a link please, i will take a look when i get home from university.


Offline alex123

  • Occasional poster
  • *
    • Posts: 18
    • View Profile
you want the link to my hfs or the html code?


Offline TSG

  • Operator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
Just so i can see an example of the problem. Doesn't the Terayon support flv player by default...


Offline Giant Eagle

  • Tireless poster
  • ****
    • Posts: 535
  • >=3 RAWR!
    • View Profile
    • RAWR-Designs.com
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)


Offline alex123

  • Occasional poster
  • *
    • Posts: 18
    • View Profile
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


Offline Giant Eagle

  • Tireless poster
  • ****
    • Posts: 535
  • >=3 RAWR!
    • View Profile
    • RAWR-Designs.com
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.


Offline alex123

  • Occasional poster
  • *
    • Posts: 18
    • View Profile
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 :

 

[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


Offline Giant Eagle

  • Tireless poster
  • ****
    • Posts: 535
  • >=3 RAWR!
    • View Profile
    • RAWR-Designs.com
[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