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.