I have spent the last 2-3 hours trying to get the wmp plug-in to function. Let me explain what I am doing and maybe someone can offer a solution for me. I am trying to create an autorun cd featuring mp3 audio tracks of the narration of the Bible. Among other contents I have an audio file titled "Genesis" that contains 50 mp3 tracks.
I have a menu page created with several buttons, one of which is titled "Genesis". I have added the wmp plug-in to the page, and in the properties I only unchecked the rewind option. In the script tab I have tried it by leaving it blank, by adding "MediaPlayer.Play("Plugin1"), and by using MediaPlayer.load("Plugin1", "AutoPlay\\Audio\\01 GENESIS").
For the "Genesis" button, I have assigned the script: MediaPlayer.load("Plugin1", "AutoPlay\\Audio\\01 GENESIS")
When I Preview, and click on the "Genesis" button a Windows Media Player message pops-up: "The file you are attempting to play has an extension that does not match the file format. Playing the file may result in unexpected behavior. Do you want the Player to try to play the file? Yes or No".
I select YES and then select play on the WMP window and no sound is heard.
I have tried to follow the example in the "media player.apz" sample that stickck has posted in a ListBox thread, without using a List Box, but so far to no avail.
I would like to be able to click on the "Genesis" button and have the WMP play the 50 tracks in sequential order or by selecting the "previous/next" buttons on the player. Can someone help a novice here. I've read the plug-in help page, but having trouble understanding it all. Thanks for any input anyone offers.
Ed Stanley


