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.
キューからビデオ URL を取得し、1 が終了した後にキューで次のビデオを再生するコードがあります。ビデオが終了したかどうかをプログラムに知らせることができません。これどうやってするの?
これは私が得たものです:
{ if (songrequests.Count > 0) { var url = songrequests.Dequeue(); axShockwaveFlash1.Movie = url; } }