Contact Us
  • Maui X-Stream Inc.
  • 1068 Limahana Pl #4
  • Lahaina Hawaii USA, 96761
  •  
  • Phone: 1 (866) 661-5699
  • Fax:     1 (808) 667-7002
  •  
  • mail: [email protected]
Custom Control Panel with JavaScript  Dec 08, 2006
 
tipsTricks

Create seperate control buttons for your movies

With a little javascript you can create a new control panel or place your controls where you want on your page.

The first step is to download the sample zip file from our website.Click here to download Sample

Now that you have downloaded the file and unzipped it, you will find a file called vxPlayerControls.js . This file will need to be linked to your web page. To do this simply add the following line of code at the end of your page before the closing body tag:

tw12_1

The next step is to add the code for the buttons.

  • tw12_2
  • tw12_3
  • tw12_4
  • tw12_5
  • tw12_6
Please click here for an example of how this would be used.

Now you can put this all together to produce something like this.

tw12_7