Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
34b42b0b
Commit
34b42b0b
authored
Dec 14, 2005
by
damienf
Browse files
test.html: updated example HTML code for activex plugin
parent
8328bbf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
activex/test.html
View file @
34b42b0b
...
...
@@ -11,7 +11,7 @@ MRL:
<!--
Insert VideoLAN.VLCPlugin.1 activex control
-->
<OBJECT
classid=
"clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase=
"http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab"
<OBJECT
classid=
"clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase=
"http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab
#Version=0,8,4,0
"
width=
"640"
height=
"480"
id=
"vlc"
events=
"True"
>
<param
name=
"MRL"
value=
""
/>
<param
name=
"ShowDisplay"
value=
"True"
/>
...
...
@@ -123,7 +123,7 @@ function doUpdate()
};
function doGo(targetURL)
{
var options = new Array(":
input-repeat=0
");
var options = new Array(":
vout-filter=deinterlace", ":deinterlace-mode=linear
");
document.vlc.addTarget(targetURL, options, 4+8, -666);
};
function doPlayOrPause()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment