~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/embedding/browser/activex/src/pluginhostctrl/tests/test10.htm

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<HEAD>
 
3
<TITLE>Test 10 for the plugin</TITLE>
 
4
</HEAD>
 
5
<BODY>
 
6
<p>This page passes multiple custom parameters "sw1" and "sw2" through to the Shockwave plugin.</p>
 
7
<p>Also note that if you don't have a plugin to handle the "application/x-director" content type
 
8
   you can use the page to test that the null plugin is being correctly loaded instead
 
9
   with the proper MIME type and pluginspage values.</p>
 
10
<CENTER>
 
11
<OBJECT ID="PluginHostCtrl" CLASSID="CLSID:DBB2DE32-61F1-4F7F-BEB8-A37F5BC24EE2" width="576" height="393">
 
12
  <PARAM name="src" value="http://www.thedailyshow.com/southparkgames/pinball/sppbl.dcr"/>
 
13
  <PARAM name="pluginspage" value="http://www.macromedia.com/shockwave/download/"/>
 
14
  <!-- Custom argument -->
 
15
  <param NAME="sw1" VALUE="enter quit page here">
 
16
  <param NAME="sw2" VALUE="Copyright1999Skyworks">
 
17
</OBJECT>
 
18
</CENTER>
 
19
<p>
 
20
To play:<br>
 
21
1.Click on PLAY to turn machine on.<br>
 
22
2.Press 1 or 2 for one or two player game.<br>
 
23
3.Hold space bar to pull plunger, release to shoot ball.<br>
 
24
4.Use [CONTROL] key for left flipper; [SHIFT] key for right flipper.<br>
 
25
</BODY>
 
26
</HTML>
 
 
b'\\ No newline at end of file'