Display a message while MediaPlayer object is buffering

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Eliminator
    Forum Member
    • Nov 2005
    • 135

    Display a message while MediaPlayer object is buffering

    Hi,

    I'd like to know how can I display a label or a message while my MediaPlayer object is buffering from the internet.

    Thanks
    Eliminator
  • Josué Alba
    Forum Member
    • Mar 2005
    • 225

    #2
    you can try using a flash loader (dynamic) or you can also play another file (like little animation) using code, something like...

    1.- Read the Video Size
    2.- Establish Connection to Download
    3.- Check continuously if the file size is same as the read file size
    4.- Play the file (animation or so) until the sizes match.

    Comment

    • Eliminator
      Forum Member
      • Nov 2005
      • 135

      #3
      Thank you, I think it'll work.

      Eliminator

      Comment

      Working...
      X