0

I have a spark component VideoDisplay which displays a video. I want to add a ProgressBar to it which will show load progress of the video and when the video is loaded ProgressBar to disappear. How can I do that?

Kirk Broadhurst
  • 27,836
  • 16
  • 104
  • 169
Yan
  • 17
  • 4

1 Answers1

1

Use s:VideoPlayer instead of s:VideoDisplay

John Conde
  • 217,595
  • 99
  • 455
  • 496
MrX
  • 11
  • 1