Skip to main content
Participant
January 4, 2008
Question

Cache Free MP3 player

  • January 4, 2008
  • 1 reply
  • 392 views
Hi Guys,

I have both Flash Streaming Server and Flash 8, but I can not find any tutorials that help me with my problem.
I am trying to make a player like the MYSPACE mp3 player (www.myspace.com/thehives) it has all the functions that I need and the audio does not cache. I have made radios that stream in audio but I am unable to get track timings or scrub the audio. I need a player that can stream mp3 from secure server, be able to scrub the audio track and get the tracks timings. Please help my head is cooking.
    This topic has been closed for replies.

    1 reply

    Inspiring
    January 10, 2008
    Have you tried stream.seek(time) from the client?

    As for the stream length, you could use stream.length() on the server side and send it to the client. refer here

    Hope this helps