Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
34b42b0b
Commit
34b42b0b
authored
Dec 14, 2005
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test.html: updated example HTML code for activex plugin
parent
8328bbf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
activex/test.html
activex/test.html
+2
-2
No files found.
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