i have a sound named, my_sound and created 2 dynamic text fields to display the getbytestotal and getbytesloaded.

total = my_sound.getBytesTotal();
loaded = my_sound.getBytesLoaded();

any ideas why they don't display the bytes?

also anyone know how to integrate this into a preloader movie clip that might have a progress bar along with the getbyes functions display as the mp3 loads?

thanks!