Hi,

I'm trying to use MP3 player on the custom frontpage generated by Front Page module. The Front page module is configured like this:

Enabled - Allow embedded PHP code in this front page

The PHP call:

print theme('mp3player', 'Default', 'http://localhost/sites/default/files/Test.mp3', NULL, NULL, 'Description test');

On the frontpage I'm getting the following:

You may need: Adobe Flash Player.

Description test

Do I miss some initializations?

BTW the mp3 module works fine in node by using custom content type created with CCK, file-field.

Thank you in advance, Vitaly