A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [F9/AS2] - Streaming Radio Feed?

  1. #1
    [Horse Thief] gotoAndCrash's Avatar
    Join Date
    May 2007
    Location
    NW, USA
    Posts
    576

    [F9/AS2] - Streaming Radio Feed?

    Greetings all,
    Is it possible to stream a radio station's internet radio feed into flash?
    Can anyone point me in the direction of tutorials?
    1 Infinite Loop, Cupertino is a portal of Hell.

  2. #2
    Registered User
    Join Date
    Apr 2001
    Location
    Akron OH, USA
    Posts
    4,841
    Unless your stream comes from a Flash media server, playing radio streams through Flash will be problematic for two reasons.

    1) Flash sound object does not support packet based streaming, so the audio stream will essentially be a large mp3 that accumulates in RAM during the stream. At some point Flash will stop loading the mp3 because it has exceeded available RAM. This might cause problems for some end user's computers.

    2) There have been problems with the IE ActiveX control not recognizing mp3 streamed from some servers. I think it was shoutcast that did not work well in the past. Perhaps this works better with Flash 9 but you still have the above problem to contend with.

    Flash player supports packet based streaming through Flash media server and netconnection object. You might ask more about this in the Flash media/communication server forum.

  3. #3
    [Horse Thief] gotoAndCrash's Avatar
    Join Date
    May 2007
    Location
    NW, USA
    Posts
    576
    Thank you so much
    1 Infinite Loop, Cupertino is a portal of Hell.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center