Skip to content

Commit d03b931

Browse files
committed
adjust example html.
1 parent c57ac6c commit d03b931

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ <h3>Custom Player</h3>
152152
<p class="display_time_down">00:00</p>
153153
</div>
154154

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+
155158
<pre class="prettyprint lang-html mt-2">
156159
<code>
157160
&lt;script&gt;
@@ -183,7 +186,9 @@ <h3>Custom Player</h3>
183186
Media変更 id=4231692338001&lt;br&gt;&lt;br&gt;
184187
&lt;p class=&quot;display_time&quot;&gt;00:00&lt;/p&gt;
185188
&lt;p class=&quot;display_time_down&quot;&gt;00:00&lt;/p&gt;
186-
&lt;/div&gt;</code>
189+
&lt;/div&gt;
190+
&lt;button class=&quot;btn btn btn-secondary&quot; onclick=&quot;PMB.SeekTo(30)&quot;&gt;Media再生位置変更(SeekTo 30s)&lt;/button&gt;</code>
191+
&lt;button class=&quot;btn btn btn-secondary&quot; onclick=&quot;PMB.SeekTo(60)&quot;&gt;Media再生位置変更(SeekTo 60s)&lt;/button&gt;</code>
187192
</pre>
188193
</div>
189194

0 commit comments

Comments
 (0)