A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: I need to create a "browse cd button"

  1. #1
    Junior Member
    Join Date
    Oct 2003
    Posts
    2

    I need to create a "browse cd button"

    Hello,
    I'm creating a cd presentation with autostart.
    Is there a way to make a "browse cd button"
    Would it be an action?
    The path would be cdDrive:\ but I can't get it to work.
    Any ideas would be greatly appreciated.

  2. #2
    Flashkit Jedi

    Join Date
    Jul 2001
    Location
    Coruscant System
    Posts
    3,426
    I'm not 100% sure this works, but if it does, then it only can open up the cd drive that you hard code:

    Code:
    fscommand("exec", "D:/");
    As I said, this will only open up the D drive (if it works), asuming that this is the cd drive on the user's computer...

    XFM

  3. #3
    Junior Member
    Join Date
    Aug 2007
    Posts
    13
    But what if the user's CD drive is not the D drive? Is there any way of programming so that a drive is not specified?

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center