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]
How to Load a Web Page after the video  Jul 21, 2006
 
tipsTricks

Load a Web Page after the video ...

By using the flexibility of javascript we can have another web page displayed when the video stops playing.

  1. The first step is to create your VX30 video as you normally would.
  2. The second step is to add the following lines of code to your head tag and change the {your-page} to the web page you want to open. tw6_1
  3. Now you can add the following parameter to your applet code.tw6_2
  4. Your html page should look like this with the new code highlighted in red.example
  5. You should now have something that looks like this:example