Bongta      

JW FLV Player

computer : 2009. 2. 23. 21:53


JW FLV Media Player 4.3

The JW FLV Player is the Internet’s most popular and flexible media player. It supports playback of any format the Adobe Flash Player can handle (FLV, MP4, MP3, AAC, JPG, PNG and GIF). It also supports RTMP, HTTP, live streaming, various playlists formats, a wide range of settings and an extensive javascript API.

The skinning functionality allows you to completely customize its look and its plugin architecture allows you to easily extend the player with features such as sharing, recommendations, searching, analytics and ad serving.

Installation

This section details a step-by-step process of how to install the JW FLV Player onto your page. The download ZIP contains everything you need to get started.

Step 1: Transfer the player.swf and swfobject.js file from the ZIP to your website. (Make sure that you’ve also uploaded all the necessary videos / songs / images to your site.)

Step 2: Embed the player in your HTML page with the lines of code below. Note: If you place the files in different directories, make sure to set the references in this code accordingly.

<p id='preview'>The player will show in this paragraph</p> <script type='text/javascript' src='swfobject.js'></script> <script type='text/javascript'> var s1 = new SWFObject('player.swf','player','400','300','9'); s1.addParam('allowfullscreen','true'); s1.addParam('allowscriptaccess','always'); s1.addParam('flashvars','file=video.flv'); s1.write('preview'); </script>

Notice the flashvars parameter above can contain a list of variables for configuring the player to use different Plugins or Skins. To quickly set up flashvars, use the setup wizard. Simply choose an example, select the variables you want to use and paste the code onto your page. It’s that easy.


▶ DownLoad : http://www.longtailvideo.com/players/jw-flv-player/


'computer' 카테고리의 다른 글

Mask Plugin - photoshop  (0) 2009.03.02
둥근 박스 그리기 - 이미지 없이  (3) 2009.02.25
플래시 뷰어  (0) 2009.02.23
Magic Show  (0) 2009.02.22
Flash Slide Show Maker  (0) 2009.01.25
Revo Uninstaller  (2) 2009.01.25
Bongta LicenseBongta Stock License bottomtop
이 저작물은 봉타 저작자표시-비영리-변경금지 3.0 라이센스에 따라 이용행위에 제한을 받습니다.
computer : 2009. 2. 23. 21:53 :