JW player is a simple and fully functional Online FLV Flash Player.

Source: Internet
Author: User
Tags flv file

JW player is a simple and fully functional Online FLV Flash Player with many optional control parameters.
Multiple parameters can be used in combination. The following describes how to use them:
File (FLV file address. If not set, the default value is video. FLV in the same directory of JW player FLV web player)
Autostart (whether automatic playback is allowed, "true" or "false ")
Image (Preview image when not playing, only JPEG format is supported)
Repeat (whether to play repeatedly)
Clicktext (the text displayed at the beginning. The default value is "click to play ")
Player wait page:

Player playing page:

FLV web player JW player download: Flv_player_assist_player.zip (268.93 KB)
Official website of FLV web player JW player: Http://www.longtailvideo.com/players/jw-flv-player/

Download the latest versionFLV web playerCall description:
<SCRIPT type = "text/JavaScript" src = "swfobject. js"> </SCRIPT>
<SCRIPT type = "text/JavaScript">
VaR S1 = new swfobject ("player.swf", "Ply", "190", "180", "0", "# ffb901 ");
S1.addparam ("allowfullscreen", "true ");
S1.addparam ("allowScriptAccess", "always ");
S1.addparam ("flashvars", "file =/FLV/video. FLV & image =/FLV/preview.jpg & autostart = true ");
S1.write ("Container ");
</SCRIPT>

Note:
Autostart = true indicates automatic playback. If you change true to flash, automatic playback is disabled.
File =/FLV/video. FLV is used to set the position of the FLV file to be played.
Image =/FLV/preview.jpg is a preview image that is not played. Only JPG images are supported.

FLV web playerJW player usage instructions (applicable to earlier versions ):

Code of the calling program
<Object type = "application/X-Shockwave-flash" width = "400" Height = "220" wmode = "Transparent" Data = "flvplayer.swf">
<Param name = "movie" value = "flvplayer.swf"/>
<Param name = "wmode" value = "Transparent"/>
<Object/>

Flvplayer.swf automatically finds video. FLV playback in the same directory. You can also add the URL of the FLV file after flvplayer.swf to play the video. The method is as follows:

Program code
<Object type = "application/X-Shockwave-flash" width = "400" Height = "220" wmode = "Transparent" Data = "flvplayer.swf? File = movies/holiday. FLV ">
<Param name = "movie" value = "flvplayer.swf? File = movies/holiday. FLV "/>
<Param name = "wmode" value = "Transparent"/>
</Object>

File = movies/holiday. FLV is a parameter. You can use a relative or absolute address.

Other parameters: if you do not need to play the video automatically when loading the video, you can use the autostart parameter.

Example
<Object type = "application/X-Shockwave-flash" width = "400" Height = "220"
Wmode = "Transparent" Data = "flvplayer.swf? Autostart = false ">
<Param name = "movie" value = "flvplayer.swf? Autostart = false "/>
<Param name = "wmode" value = "Transparent"/>
</Object>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.