more specifically...
i have a loader window that loads difference SWFs into level1.
some have soundtracks, and other do not.
in the loader window, there is a volume controller that always controlls _leve1.soundTrack
if there _level1.soundTrack does not exist, i would like to disable the volume controller.
so all i need to do is figure out the most efficient way of simply testing to see if _level1.soundTrack exists.
Thanks!