Don't know if this will help you, but I found this in a Bionic boot animation today.
Code:# s defines a sound for a part# sounds will be loaded from /system/media
# oggs with loop points will loop automatically
# only one sound will play at a time
# timing is driven by the part, not the sounds
# if you want no sound, leave blank
# droid
p 1 7 01_droid
# mobility
p 1 0 02_mobility
s Bionic.ogg
# loop
p 0 0 03_loop

