What is a flash Ajax video component?

Source: Internet
Author: User

The Adobe™flash™ajax Video (Favideo) component is a lightweight, open-source component that uses Ajax+flash to play the FLV. It can be used in Ajax programs. It makes it easy to control video in JavaScript as it does in Flash.

  

<title>various ways to work with Favideo</title>
<script src= "Ac_runactivecontent.js" type= "Text/javascript" ></script>
<script src="Favideo. js" type= "Text/javascript" ></script>
<body onload= "" >
<div id= "Divone" ></div>
<script type= "Text/javascript" >
Playerone = new Favideo(
"Divone", "demo_video.flv", 0,0,{autoload:true, autoplay:true});
</script>
<script>
Playerone.addeventlistener ("Playheadupdate", This,myhandler);
Playerone.removeeventlistener ("Playheadupdate", This,myhandler);
function MyHandler () {
Alert ("eh");
}
</script>
</body>

  

  

  

Run Screenshots:

  

Official detailed Address (English):

Http://labs.adobe.com/wiki/index.php/Flash-Ajax_Video_Component

Related Article

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.