Skip to content

Commit

Permalink
fixed autoplaying
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednuaman committed Jul 22, 2011
1 parent c269016 commit 6b828f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions com/firestartermedia/lib/as3/sound/component/SoundPlayer.as
Expand Up @@ -71,6 +71,10 @@ package com.firestartermedia.lib.as3.sound.component
{
resume();
}
else
{
pause();
}
}

public function play(url:String):void
Expand Down

0 comments on commit 6b828f0

Please sign in to comment.