Hi there.
Ive built a wimpy MP3 player into my website (using Flash) and have managed to get my own skin to work using skin machine. My problem now is that i cannot get buttons that i have designed to work. The explanation on the wimpy site is frankly rubbish and there is no Forum on the wimpyplayer.com site either.
Ive been at this for about 3 or 4 days now and tried everything i can think of, there is one thing that i still dont understand, here goes;
The script that you get given with 'wimpyloader' to put on your buttons is (eg on the stop button):
on (press) {
wimpyLoader.wimpy_stop();
}
This script is basically telling the movie clip called 'wimpyLoader' to activate the function defined as 'wimpy_stop();', this function in the 'wimpyLoader' movie clip is:
function wimpy_stop() {
targetMC.js_wimpy_stop();
}
This is where i start to get a little confused!
This line (correct me if im wrong) is telling another movie clip - one that IS present - to execute the command 'js_wimpy_stop();' is this a java script function that is talking to a file outside of the loader? (eg the wimpy.php or .swf files) or is it meant to execute a command within the targetMC movieclip? there is no further code with the final 'targetMC' movieclip. HELP!!
I have tried so many things now and this is the only thing left i can think of that looks slightly suspicious to me, im not a pro at this stuff but im also not clueless with it. Still tho - suggestions are ABSOLUTELY welcome!!!!
Thanks loads!!
Rube

(Had to put this smiley on my post - love it!!)