This article introduces a simple Flash Player (vcastr 3.0-Flash video (FLV) player)

Source: Internet
Author: User
Features
  • Use as3.0 to re-write the player
  • The player size is reduced to about 20 + K.
  • You can configure the player using XML.
  • You can play multiple videos and have a list of movies.
  • You can set loop playback, automatic playback, whether to directly start downloading, and the color and mode of the control bar.
  • The control bar can accommodate ultra-small sizes.
  • You can use the plug-in to expand the player function.
  • You can use the plug-in to set the logo and Connection
  • You can use a plug-in to control the player using JavaScript.
  • You can use a plug-in to set the player's start or end image or flash (SWF) Beta.

To use this plug-in, you just need to insert the following code in Your webpage:

 

<Object type = "application/X-Shockwave-flash" Data = "vcastr3.swf" width = "650" Height = "500" id = "vcastr3">
<Param name = "movie" value = "vcastr3.swf"/>
<Param name = "allowfullscreen" value = "true"/>
<Param name = "flashvars" value = "xml =
<Vcastr>
<Channel>
<Item>
<Source> original flash path </source>
<Duration> </duration>
<Title> </title>
</Item>
</Channel>
<Config>
</Config>
<Plugins>
</Plugins>
"/>
</Param> </Object>

 

Of course, you can also put the value of flashvars into an XML file and directly call that XML file. The above is only the basic configuration. For more detailed configuration, visit:

 

Http://www.ruochi.com/main/2008/03/19/vcastr-30/

 

After talking about this, let's take a look. I think it's pretty handsome.

 

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.