JS implementation of the Universal FLV Web player Code _javascript Tips

Source: Internet
Author: User

This article illustrates the Universal FLV Web Player Code of JS implementation. Share to everyone for your reference, specific as follows:

<div id= "Player5" ><script type= "Text/javascript" src= "swfobject.js" ></script><script type= " Text/javascript ">
 var s5 = new SWFObject (" flvplayer201002.swf "," playlist "," "," 210 "," 7 ");
 S5.addparam ("allowFullScreen", "true");
 S5.addvariable ("Autostart", "false");
 S5.addvariable ("image", "flash5.jpg");
 S5.addvariable ("File", "nobody.flv");
 S5.addvariable ("width", "the");
 S5.addvariable ("Height", "210");
 S5.write ("Player5");
</script></div>

Report:

Swfobject.js's official address: http://blog.deconcept.com/swfobject/

More about JavaScript related content to view the site topics: "JavaScript switching effects and tips summary", "JavaScript Search Algorithm Skills Summary", "JavaScript animation effects and tips summary", " JavaScript error and debugging skills Summary, JavaScript data structure and algorithm skills summary, JavaScript traversal algorithm and skills summary and JavaScript mathematical calculation usage Summary

I hope this article will help you with JavaScript programming.

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.