Music, loop's , fx

Hi
I have simple question … Can I use music, loops., fx from GarageBand in my game ?
I asking about copyrights and things like this…
Thanks [import]uid: 13156 topic_id: 7684 reply_id: 307684[/import]

One more question for pro’s about music…
are you loading for example “clickSound” on each level : (director class)

local click = audio.loadSound( “click.wav” ) and making it stop
on the end.
audio.stop(click)
audio.dispose(click)
click = nil

or there is a better solution ?
[import]uid: 13156 topic_id: 7684 reply_id: 27223[/import]