~ubuntu-branches/ubuntu/raring/gpac/raring

« back to all changes in this revision

Viewing changes to regression_tests/_ppc_action.html

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-01-24 23:34:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070124233457-zzlls8afkt0nyakj
Tags: 0.4.2~rc2-0ubuntu1
* New upstream release
  * Most notably MP4 tagging support via MP4Box -itags
* debian/patches/01_64bits.dpatch: dropped; included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
  <meta content="text/html; charset=ISO-8859-1"
 
5
 http-equiv="content-type">
 
6
  <title></title>
 
7
</head>
 
8
<body>
 
9
 
 
10
 <object id="gpac" width="600" height="200" CLASSID="clsid:181D18E6-4DC1-4B55-B72E-BE2A10064995">
 
11
  <param name="src" value="bifs-2D-painting-material2D.bt" />
 
12
  <param name="use3d" value="false" />
 
13
Your browser doesn't support GPAC ...
 
14
 </object>
 
15
 
 
16
<br/>
 
17
 
 
18
<input onclick="gpac.Update('bt', 'REPLACE M.emissiveColor BY 1 0 0');" value="red" type="button" />
 
19
<input onclick="gpac.Update('bt', 'REPLACE M.emissiveColor BY 0 1 0');" value="green" type="button" />
 
20
<input onclick="gpac.Update('bt', 'REPLACE M.emissiveColor BY 0 0 1');" value="blue" type="button" />
 
21
 
 
22
<br/>
 
23
 
 
24
<input onclick="gpac.Update('application/x-bt', 'REPLACE M.transparency BY 0');" value="opaque" type="button" />
 
25
<input onclick="gpac.Update('application/x-bt', 'REPLACE M.transparency BY 0.5');" value="semi-transparent" type="button" />
 
26
<input onclick="gpac.Update('application/x-bt', 'REPLACE M.transparency BY 1');" value="hidden" type="button" />
 
27
 
 
28
<br/>
 
29
 
 
30
<input onclick="gpac.Update('application/x-bt', 'REPLACE REC.size BY 50 100');" value="vert" type="button" />
 
31
<input onclick="gpac.Update('application/x-bt', 'REPLACE REC.size BY 150 100');" value="normal" type="button" />
 
32
<input onclick="gpac.Update('application/x-bt', 'REPLACE REC.size BY 100 50');" value="horiz" type="button" />
 
33
 
 
34
</body>
 
35
</html>