Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ツアーの開始時や停止時などのイベントをツアーに添付できますか?
ありがとう!
いいえ、GETourPlayerはイベントを公開しません。
とはいえ、メソッドを介して再生を開始するように指示したplay()ので、ツアーがいつ開始されるかを既に知っている必要があります...
play()
また、getDuration()とgetCurrentTime()メソッドの組み合わせを使用して、ツアーがいつ終了するかを判断することもできます。
getDuration()
getCurrentTime()