File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,9 @@ <h3>Custom Player</h3>
152
152
< p class ="display_time_down "> 00:00</ p >
153
153
</ div >
154
154
155
+ < button class ="btn btn btn-secondary " onclick ="PMB.SeekTo(30) "> Media再生位置変更(SeekTo 30s)</ button >
156
+ < button class ="btn btn btn-secondary " onclick ="PMB.SeekTo(60) "> Media再生位置変更(SeekTo 60s)</ button >
157
+
155
158
< pre class ="prettyprint lang-html mt-2 ">
156
159
< code >
157
160
<script>
@@ -183,7 +186,9 @@ <h3>Custom Player</h3>
183
186
Media変更 id=4231692338001<br><br>
184
187
<p class="display_time">00:00</p>
185
188
<p class="display_time_down">00:00</p>
186
- </div></ code >
189
+ </div>
190
+ <button class="btn btn btn-secondary" onclick="PMB.SeekTo(30)">Media再生位置変更(SeekTo 30s)</button></ code >
191
+ <button class="btn btn btn-secondary" onclick="PMB.SeekTo(60)">Media再生位置変更(SeekTo 60s)</button></ code >
187
192
</ pre >
188
193
</ div >
189
194
You can’t perform that action at this time.
0 commit comments