Making audio playlist by getting page’s parent’s ID

Have you tried the following function:

<?php get_post_ancestors( $post-ID ) ?>

The last post in the returned array should be the highest level ancestor.

This is from the Codex.

error code: 523