Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 14 of 14
  1. #1
    Join Date
    Feb 2006
    Location
    Greenville, TX
    Posts
    39

    Grin How do I load the WMP Plugin in AMS6?

    In order to play mp3's in AMS6 I understand that I can do it by adding a WMP plugin. How do I do that, is my question.

    Thanks
    Ed Stanley

  2. #2
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    acually, you can just use Audio.Load() for your MP3's. you dont have to use the WMP plugin. but if you want to use the WMP, just go to Object, Plugins, and you will see the WMP there. if you need help with the plugin, then once you insert it into your project, double click on it and go to the SETTINGS tab, click on the About button, then the PLUGIN HELP button. its very easy to use.


    hope that helps

    chris

  3. #3
    Join Date
    Feb 2006
    Location
    Greenville, TX
    Posts
    39

    Thumbs up

    Thanks, Chris.

    I did see the WMP plugin in the Plugins file but didn't know what to do with it.
    I'll follow your instructions and if I have any difficulty I'll post another reply. Regarding using Audio.Load for mp3 files, I have tried that but AMS will not recognize the mp3 files. Only after I have converted them to .ogg, can I load the files. Maybe there is something else I can do to make it work.

    Again, thanks for your assistance,

    Ed Stanley

  4. #4
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Quote Originally Posted by Ed Stanley
    Thanks, Chris.

    I did see the WMP plugin in the Plugins file but didn't know what to do with it.
    I'll follow your instructions and if I have any difficulty I'll post another reply. Regarding using Audio.Load for mp3 files, I have tried that but AMS will not recognize the mp3 files. Only after I have converted them to .ogg, can I load the files. Maybe there is something else I can do to make it work.

    Again, thanks for your assistance,

    Ed Stanley
    Just rename the file extension from .mp3 to .wav, that was stated as working.

    Intrigued

  5. #5
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    the media player i was helping someone on here a few weeks ago worked just fine as MP3, i thought. i dont have AMS on this machine, so i cant test it right now.

    here's the link. it has both projects there. one with Audio.Load and the other using the WMP plugin.

    http://www.indigorose.com/forums/showthread.php?t=14748

    chris

  6. #6
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    I tested such out, one can just rename the .mp3 file(s) to .wav and then use the Audio.Load() Action.

    Tip: If you have a lot then just rename them via script, at run-time.

    Intrigued

  7. #7
    Join Date
    Feb 2004
    Location
    Cowfields of Germany
    Posts
    617
    Quote Originally Posted by Intrigued
    I tested such out, one can just rename the .mp3 file(s) to .wav and then use the Audio.Load() Action.

    Tip: If you have a lot then just rename them via script, at run-time.

    it works just fine from my end. heres the script i used

    Code:
    tbSelected2 = ListBox.GetSelected("ListBox2");
    if tbSelected2 then
    	strScript2 = ListBox.GetItemData("ListBox2", tbSelected2[1]);
    	Audio.Load(CHANNEL_BACKGROUND, strScript2, true, true)
    end
    strScript2 is the path to the file.
    and the files are mp3 and not renamed.

    chris

  8. #8
    Join Date
    Aug 2003
    Location
    Maine, USA
    Posts
    1,695
    Quote Originally Posted by Ed Stanley
    Regarding using Audio.Load for mp3 files, I have tried that but AMS will not recognize the mp3 files.
    I think what stickck is trying to convey is that you can load your mp3's, you just have to type the path in manually (as I stated before, there are other ways but we'll keep it simple once again). Don't search for the file(s) using the browse button, type in the exact path.

  9. #9
    Join Date
    Sep 2002
    Posts
    15
    I must really be missing something here....
    I followed someones advice and went to
    "Object, Plugins, and you will see the WMP there".
    I didn't see WMP, but there was a link to "More Plugins" that took me to a page at Indigo Website but I failed to find any plug ins there.

    What am I missing ?

  10. #10
    Join Date
    Oct 2005
    Location
    Brazil - Belo Horizonte
    Posts
    118
    WMP stands for "Windows Media Player" so if you go to Object > Plugins you will see MediaPlayer, that's the WMP Plugin.

  11. #11
    Join Date
    Sep 2002
    Posts
    15
    thanks for your response Daniel but .....
    if you read what I wrote, you will note when I go to "Objects, Plugins" there is no WMP option there, only "shapes", "slider" and "more plugins".

    when I select "more plugins" it takes me to the Indigo website. Once there I can't find any plugins of any kind...

    so again, what am i doing wrong ?

  12. #12
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    If you update to the latest version of AutoPlay Media Studio 6.0 you will see the MediaPlayer plug-in. If you are running the latest version of AMS 6.0 and don't see the Media Player plug-in, please open a support ticket at http://support.indigorose.com .

  13. #13
    Join Date
    Sep 2002
    Location
    Sol 3
    Posts
    3,160
    Here is a link from an old AMS5 forum post about the plugin. I thought it was included with the installation of the application. Might have to check with support.

    http://www.indigorose.com/files/rout...id=mediaplayer

    Tigg

    D'oh I was too slow in posting. Corey already has it covered.
    TJ-Tigger
    "A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
    "Draco dormiens nunquam titillandus."
    Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine

  14. #14
    Join Date
    Sep 2002
    Posts
    15
    tnx Corey for the link to the update patches etc,
    http://support.indigorose.com/
    not sure why I didn't ever check "Support", may be because most of the time I am in over my head. Anyway tnx again...Sam

Similar Threads

  1. where is the wmp plugin download?
    By gnetcanada in forum AutoPlay Media Studio 5.0
    Replies: 0
    Last Post: 01-02-2006, 11:18 AM
  2. WMP Plug in question
    By Roboblue in forum AutoPlay Media Studio 6.0
    Replies: 0
    Last Post: 12-09-2005, 10:58 AM
  3. Getting file info from the WMP plugin
    By Roboblue in forum AutoPlay Media Studio 6.0
    Replies: 0
    Last Post: 11-30-2005, 02:37 PM
  4. can you load DLL or other plugin?
    By 4thstar in forum AutoPlay Media Studio 6.0
    Replies: 5
    Last Post: 11-28-2005, 08:35 AM
  5. Indigo Rose Plugin Changes
    By Lorne in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 09-27-2004, 04:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts