PDA

View Full Version : Pre-Loaded MP3 Player


chrisrobbins
03-14-2006, 11:35 AM
Is this possible...Be able to have a template with pre-loaded mp3..so you insert cdrom and it has about 100mp3s pre-loaded ready to play???

azmanar
03-14-2006, 12:14 PM
Is this possible...Be able to have a template with pre-loaded mp3..so you insert cdrom and it has about 100mp3s pre-loaded ready to play???

Yup....its possible. Let's wait fer comments from experts.

Mina
03-14-2006, 12:36 PM
You can simply use 'Audio.Load', or 'MediaPlayer.Load' (if you have the MSMediaPlayer Plugin) and disable 'automatic play on load'. As far as my knowledge is, you can't load 300 or more media(s) at once.

Was that what you're looking for ?
In any case, if the media(s) you want to play are placed on a removable/fixed disk, it takes a few milliseconds to load them depending on your media's size

chrisrobbins
03-14-2006, 12:42 PM
I want to put a cdrom in made with AMS 6 and a media player comes up with pre-loaded media...and then all the person as to do is pick a track and press play..

Mina
03-14-2006, 12:48 PM
You could use the Listbox Object to list all the songs in your cd. When the user double clicks an item in the listbox, let it read the location of this media from the item's data. Next thing to do is play it through the Media Player Plugin.
You can find a few examples about this in the forum (im looking forward to put one in my site)

chrisrobbins
03-14-2006, 02:39 PM
OK great where do I get the WMP plugin..i have searched but can not find it???

chrisrobbins
03-14-2006, 03:10 PM
OK can I add a picture of the CD cover to the mp3 playing with this plugin??