Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2003
    Posts
    69

    How do I play a file on the clients computer

    I'm creating a project where buttons will launch powerpoints from the clients computer. Always from the same location so I can define w the path and filename. But when I do a File.open command pointing to this location nothing happens. If I browse to the file in the editior it seems to be loading the file into the project directory for inclusion on the CD, this is not what I want.

  2. #2
    Join Date
    Jan 2003
    Posts
    69
    Here's what I am currently doing. This command is attached to a buttons "on click" action
    01 File.Open("C:\DVD\Profile.pps", "", SW_SHOWNORMAL);

  3. #3
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    That is a feature I and others have raised.. I believe I.R. is still looking into this situation.

    Here is a thread that I posted about using double back slashes in your file path.

    http://www.indigorose.com/forums/sho...58&postcount=1

    Sincerely,
    Intrigued

  4. #4
    Join Date
    Jan 2003
    Posts
    69
    I had actually tried the double backslashes and it doesn't work.
    Are you telling me this can't be done? I told the client , "no problem" since it seemed such a simple thing to do.
    Are there any work-arounds?
    Last edited by ghobii; 10-07-2004 at 04:09 PM.

  5. #5
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Hi. This works OK over here...

    File.Open("AutoPlay\\Docs\\myFile.pps", "", SW_SHOWNORMAL);

    Corey Milner
    Creative Director, Indigo Rose Software

  6. #6
    Join Date
    Jan 2003
    Posts
    69
    Oh, double backslashes for the entire path....that did it!
    File.Open("C:\\DVD\\Profile.pps ", "", SW_SHOWNORMAL);

  7. #7
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Cool. Glad it worked!

    Corey Milner
    Creative Director, Indigo Rose Software

  8. #8
    Join Date
    Dec 2003
    Location
    Location! Location!
    Posts
    6,137
    Rock on!

    That's the ticket!

    Intrigued

Similar Threads

  1. Audio Tracks Project
    By Michael in forum AutoPlay Media Studio 5.0
    Replies: 7
    Last Post: 03-18-2004, 10:58 PM
  2. HOWTO: Create a Project Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-28-2002, 01:49 PM
  3. HOWTO: "Hide" Externally Referenced Files
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-23-2002, 03:19 PM
  4. Can search allow manual browse even if file is found?
    By RichardShaw in forum Setup Factory 5.0
    Replies: 2
    Last Post: 08-28-2000, 06:08 PM
  5. Replies: 0
    Last Post: 08-17-2000, 02:29 PM

Posting Permissions

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