MP3 player with Front Page module
Vitaly_L - November 12, 2009 - 22:06
| Project: | MP3 Player |
| Version: | 6.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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:
<?php
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
