Users eject CD-ROM while playing

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default Users eject CD-ROM while playing

    I'm receiving feedback that Windows users are ejecting my CD-ROM before the
    projector quits. This of course pops up an error message and usually hangs the
    system. Is there a more elegant way to handle this situation... like maybe
    check if the CD has ejected and then quickly shut down before the error message
    pops up?

    Is there any Xtra that could help here?



    VinceAll Guest

  2. Similar Questions and Discussions

    1. eject cd prblm
      Hi, After getting the code and Xtra ,I have used this properly.My code was on exitFrame me baEjectDisk( "E:/" ) -- if E:/ is the drive quit...
    2. Eject cd
      Hello folks, Can any body tell me the lingo code to eject a cd after close the projector .....or the extra...where i will get it..or xtra...
    3. eject disk
      have you tried BuddyAPI ? "-E=" <webforumsuser@macromedia.com> wrote in message news:bivju8$dnr$1@forums.macromedia.com... application. I've...
    4. KDE unmount->eject?
      On Tue, 15 Jul 2003, Christof Hurschler wrote: Dunno, but... Yes, AFAIK it is well known. I think it was fixed in releases after 3.0.5a, I...
    5. Eject problem
      I have two internal cdrom drives, hdc, and hdd. Hdc is a DVD drive, Hdd is a CDRW drive. If I put a data cd in both drives, here's what happens: ...
  3. #2

    Default Re: Users eject CD-ROM while playing

    I don't think that it is easy to lock and unlock the CDRom (maybe if there
    exist any xtra - don't know)

    Peronally I have made a very dificult inhouse xtra to handle all that lock and
    unlock ejects etc CDRom and it's dificult and not always working good. :\ -
    still don't know why the lock is so dificult, maybe perhaps because it's a
    multiuser enviroment.
    >like maybe check if the CD has ejected and then quickly shut down
    Also if the program reads from CDRom and have open files there is no way to
    close it with our the CDRom inside.
    So my opinion is that this solution is not working.
    Especial on win98 you get blue screen.

    Vini

    coolvini Guest

  4. #3

    Default Re: Users eject CD-ROM while playing

    If the projector is'nt loading something on the time of ejecting it does not
    pop up an error msg on the systems I tested it on. Of course if a user would do
    this while he watches something like a video it would be his/her own stupidity.
    If I where you I would check if your project does not have to many things which
    loads externaly and could be easily included in the projector and so reducing
    the risk of this error.

    Vinitius Guest

  5. #4

    Default Re: Users eject CD-ROM while playing

    I think I figured this out. Using DirectOS, I constantly check for the name of
    the CD-ROM drive after the projector starts. If the CD-ROM name changes, I can
    assume someone has ejected the CD. I then immediately quit.

    If the projector can quit before the 'DISK WARNING' dialog comes up, all is
    good. But yes, if the CD is in the middle of transferring data, the dialog is
    unavoidable.



    VinceAll Guest

  6. #5

    Default help required on specific Director effects

    Ive got Director MX and im putting together my final presentation for
    University, so i want it to be good and impressive! Only prob is, ive got
    little experience of Director, and although im gettting to grips with it,
    there are a few things i wish to do:

    1.) If i have a video playing, and i use the "enter mouse" behaviour, is
    there a way to pause the video, show an image, and then when the mouse
    leaves continue playing the video? I tried it, but when the mouse cursor
    entered the video, it went all white, and the video didnt continue playing

    2.) If i have a video playing, is there a way to click it, and let it
    continue playing, but shrink in size to the bottom corner?

    3.) I have an image, and the "enter mouse " behiviour applied, and "leave
    mouse" also. When the mouse enters, the image changes to a different image,
    and when it leaves it goes back to the original. But is there a way to
    adjust the transparancy of the image that shows, so that the underlying
    image is still partially visible?

    4.) Ive got text along the bottom, which im using as buttons. and they jump
    to specific markers on the timline. I created some buttons in Photoshop, and
    tried using the enter mouse behaviour to change it, but i cannot find out
    how to allign both the image and text below

    Sorry, quite allot to ask, but im running outa time and really want
    something to be proud off!
    thanks


    steve wright Guest

  7. #6

    Default Re: help required on specific Director effects

    >there a way to pause the video, show an image, and then when the mouse
    >leaves continue playing the video? I tried it, but when the mouse cursor
    Do this, the moment the mouse get in the video, then make the video layer = off
    somthing line this
    member("MyMovieNameOnCast").video = false

    then pause, your movie, and open your photo layer .
    If you not pause your movie, then save the state and start it from that
    point...

    then again close your photo layer show again the video and continue it...
    member("MyMovieNameOnCast").video = true

    >adjust the transparancy of the image that shows, so that the underlying
    >image is still partially visible?
    I think that this is dificult - or can not be done....
    - maybe if you try to use layers on your movie video you can do that
    and then open close layers.


    Vini


    coolvini Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139