|
ok i got your script working
cut and paste this into your script file
#define EnableVclStyles /* Remove ; to enable VCL styles support */
#define enablemusic /* Remove ; to enable music support */
you had a space between them
#define EnableVclStyles /* Remove ; to enable VCL styles support */
#define enablemusic /* Remove ; to enable music support */
like this.. which didnt work as soon as i removed the space in between it solved the mp3 issue.
|