Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2

Thread: CD-Extra

  1. #1
    Join Date
    Mar 2007
    Posts
    1

    Arrow CD-Extra

    Hello everybody I'm new on this forum and I am in need of help ASAP.
    All answers will be greatly appreciated.

    I made presentation project that should be able to play .cda files which I would burn on the disk. I made a play button but now I don't know how to reach the now non existing .cda files that will be burnt on the disc!?!?! Is it at all possible to do this? I thought about putting mp3s and playing them, but unfortunately I don't have enough space, and that is not what I intended to do. So I want to play an audio CD from the project using Media Player perhaps or anything default that the person who gets my CD will have on it's PC! Please help me. Some code tips, I've tried using help and everything but nothing works.
    Grateful in advance:

    Nicolas

  2. #2
    Join Date
    May 2005
    Posts
    1,115
    Enable th CDAudio plugin in the Project-Plugins.

    Use following functions to start playback:
    Code:
    CDAudio.LoadCD (_SourceDrive); 
    CDAudio.Play();
    Use this to switch track:
    Code:
    CDAudio.SetTrack (5); --switch to track 5
    Last edited by bule; 03-20-2007 at 09:04 AM.
    Never know what life is gonna throw at you.
    (Based on a true story.)

Similar Threads

  1. CD Extra menu
    By markk in forum AutoPlay Menu Studio 3.0
    Replies: 5
    Last Post: 04-04-2001, 10:01 AM
  2. Mix Mode or CD extra
    By AVGuru1 in forum AutoPlay Menu Studio 3.0
    Replies: 2
    Last Post: 09-02-2000, 08:37 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