~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to mod/hotpot/v6/source/hp6objecttags.ht_

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
[QuickTime Player]
 
3
<object classid="clsid:02bf25d5-8c17-4b23-bc80-d3488abddc6b" data="[strFilePath]" width="[strWidth]" height="[strHeight]">
 
4
<param name="src" value="[strFilePath]" />
 
5
<param name="autoplay" value="false" />
 
6
<param name="controller" value="true" />
 
7
<object type="audio/quicktime" data="[strFilePath]" width="[strWidth]" height="[strHeight]">
 
8
<param name="src" value="[strFilePath]" />
 
9
<param name="autoplay" value="false" />
 
10
<param name="controller" value="true" />
 
11
[strContent]</object>
 
12
</object>[/QuickTime Player]
 
13
 
 
14
[Windows Media Player]
 
15
<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="[strWidth]" height="[strHeight]">
 
16
<param name="url" value="[strFilePath]" />
 
17
<param name="autostart" value="false" />
 
18
<param name="showcontrols" value="true" />[strContent]</object>
 
19
[/Windows Media Player]
 
20
 
 
21
[Real Player]
 
22
<object type="audio/x-pn-realaudio-plugin" classid="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="[strWidth]" height="[strHeight]">
 
23
<param name="type" value="audio/x-pn-realaudio-plugin" />
 
24
<param name="src" value="[strFilePath]" />
 
25
<param name="autostart" value="false" />
 
26
<param name="controls" value="[inclVideo]ImageWindow,[/inclVideo]ControlPanel" /> 
 
27
[strContent]</object>[/Real Player]
 
28
 
 
29
[Flash Player]
 
30
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
 
31
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,14,0"
 
32
type="application/x-shockwave-flash" 
 
33
width="[strWidth]" height="[strHeight]">
 
34
<param name="movie" value="[strFilePath]" />  
 
35
[strContent]</object>[/Flash Player]