bugfix
This commit is contained in:
parent
df8e7f36dd
commit
50a166d9b1
BIN
examples/.recorder.html.swp
Normal file
BIN
examples/.recorder.html.swp
Normal file
Binary file not shown.
25
examples/recorder.html
Normal file
25
examples/recorder.html
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script src="/bricks/bricks.js"></script>
|
||||||
|
<script>
|
||||||
|
const opts =
|
||||||
|
{
|
||||||
|
"widget": {
|
||||||
|
"id":"videoplayer",
|
||||||
|
"widgettype":"VideoPlayer",
|
||||||
|
"options":{
|
||||||
|
"autoplay":true,
|
||||||
|
"url":"http://kimird.com/video/sample-mp4-file.mp4",
|
||||||
|
"type":"mp4"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
;
|
||||||
|
const app = new BricksApp(opts);
|
||||||
|
app.run();
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user