you can follow my work on facebook fan page
on Safari browser the movie is loaded and then played so wait a few minutes to see it. thank you!
[php] $posttags = get_the_tags();if ($posttags) {
foreach($posttags as $tag) {
echo _e($tag->description);
}
}
[/php]