Jump to content
Search Community

Gerald Yeo

Members
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Location
    Singapore

Gerald Yeo's Achievements

0

Reputation

  1. Hi, I can't seem to find any mention of this in the forums, so I'm asking this: I've loaded an mp3 file and initiated it using the XMLLoader. <LoaderMax name="MediaPreloader" load="false"> <MP3Loader url="mp3s/tea.mp3" name="audio-tea" autoPlay="false" repeat="-1" /> </LoaderMax> This LoaderMax instance's load is manually started. Everything loaded fine and the sound is played and panned to the right, as it should be. TweenPlugin.activate([soundTransformPlugin]); var _fgs:MP3Loader = LoaderMax.getLoader('audio-tea'); _fgs.volume = 0; _fgs.playSound(); TweenMax.to(_fgs.channel, 1, {soundTransform:{volume:1, pan:1}}); Now, the issue I'm facing is that the sound doesn't repeat indefinitely, even when I configured it to repeat -1 in the xml. Anyone facing this issue?
×
×
  • Create New...