php - Song won't load/play in the Flash Player -


i working on online radio website. here use flash player plays selected song list of songs (xml). issue songs playing in chrome, when try play song in other browsers shows message "buffering..." song won't load/play in flash player.

browsers testing on are:

  • 1.mozilla( version 31.0)
  • 2.safari( version 31.0)
  • 3.chrome( version 35.0.1916.153)
  • 4.opera( version 31.0)
  • 5.internet explorer( 9.0 )

my flash player pure actionscript 3 project compiled flex4.5 sdk ( did not work on part). there 2 swf files shipped:

  • player.swf (application swf)
  • player_skin.swf (skin/asset swf containing visual elements of player)

my site link: http://www1.977music.com/

please follow steps encounter issue:

  • click on stations you'll see under "stations" tab. screenshot: http://screencast.com/t/ltzzzq9v
  • when click on station name, default random song station start playing. mentioned songs don't play in firefox , few other browsers, player displays message "buffering.." , nothing happens. no music. whileas in chrome player plays fine.

i clueless why issue come across in browsers. i'm not sure if it's related flash player or php part written pass songs via webservice player

any clues anyone? in advance.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -