It's actually quite simple.

Make a stack with 1 button and 1 player (name the player "playerName"). Set the script of the button to the following...

on mouseUp
   answer file "Choose an MP3"
   if it is not empty then set the fileName of player "playerName" to it
end mouseUp

That's it! Click the play button on the player and it will start to play the mp3.


Derek Bump
Dreamscape Software
_______________________________________________
Compress Images Easily with JPEGCompress
http://www.dreamscapesoftware.com/

[EMAIL PROTECTED] wrote:
I kinda new at this, and I might sound a little... confusing, but I'm more of a web programmer than a software programmer, so this is sort of new for me How exactly would I be able to make a simple script with Dreamcard that is able to open an mp3 file and play its contents? This is probably a lot harder than it sounds, but I'm kind of new at this and I like challenges, but I cam at a dead end within a few minutes and thought maybe someone ten times the skill of me could maybe help
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to