.cct Files not appearing in projector anymore

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

  1. #1

    Default .cct Files not appearing in projector anymore

    Hi,
    Well here I am with another problem....Sorry, I've tried to figure it out but
    haven't been able to.

    I am working on a cd rom project in DMX2004, and recently converted an
    external cast to a protected shockwave file ("photoLibrary.cct"). It worked
    great for a while, but apparently I did something, and the jpegs from the cast
    are not appearing any more. If it provides any clues, it used to give me a
    warning when I opened the .dir file saying it can't access the cast since it is
    protected, but it no longer gives me that message, so I think the link to the
    file has been lost.

    Can anyone tell me how (or where I can read about how) to restore this link so
    that the jpeg files appear again in the projector. I do understand that with
    shockwave casts you can't view it in authoring mode, problem is now I can't see
    them when I play my projector (stub linked to .dir file). Any advice is much
    appreciated, as always. Thanks in advance.

    PS, it shows the cast (called "photoLibrary"), in the cast window but it
    appears empty and it lists it as "Storage: external", but file size is " 0
    bytes". Perhaps it is trying to use the old external cast that I had converted
    instead of the .cct, (which is about 24mb) or I could have possibly created a
    new cast with the same name by mistake, which is empty.

    Lutris Man Guest

  2. Similar Questions and Discussions

    1. Some Flash files not appearing
      For the past couple of days, some Flash files have not been appearing, while others have. More info: I'm using Mac OS 10.3.9, G3 processor,...
    2. swf files dont open in Flash Player Anymore!
      Now every time I try to open a .swf file it asks me what program do i want to open it in i have installed flash again and again and it still isant...
    3. Illustrator 10.3 won't save .ai files anymore
      I have Illustrator 10.3 & CS installed on my computer. When i am in Ill 10.3 and open a file I cant seem to save it as an AI file. The default...
    4. Flash file not appearing in projector, help!!
      I made a director movie and have used some flash (.swf files) in there. i have a button that, when clicked, opens another director movie which...
    5. odd files appearing
      dreamweaver creates these temp files when you preview in a browser. they should get deleted when dw shuts down - if you have any lying around they...
  3. #2

    Default Re: .cct Files not appearing in projector anymore

    If you can edit the .dir file you could add a prepareMovie handler that
    sets the filename of casts to the .cct location.

    If running a projector one can throw patches into the lingo.ini file.
    JB Guest

  4. #3

    Default Re: .cct Files not appearing in projector anymore

    Thanks JB,
    I am having a hard time here. I have the original external cast with the
    images in it, can I just re-import this cast and then update the movie again,
    saving the cast as shockwave .cct again? I tried to do this by creating a new
    cast, then importing the original cast into it, but it still did not work.

    The problem is I am not sure how to I set the filename of casts to the .cct
    file. I came across this script in a tutorial:

    on startMovie
    set the filename of castLib "Text" to the ?
    moviePath & "swedish.cst"
    end

    But I am not sure what I would put where this one says "Text". I even created
    a new cast, named it and used that name, but I got an error. When I try to
    link a cast to the .cct file, it doesn't allow me to select it as an option.
    I'm not sure how I got myself into this mess, but I think I created a new cast
    with the same name, that was empty (unless it does that when you save it as a
    ..cct), since then I've created and removed this several times, trying various
    ways to link it.

    Lutris Man Guest

  5. #4

    Default Re: .cct Files not appearing in projector anymore

    Without actually deprotecting the cast file the best one can do is make
    it function in a projector or as a component of a miaw.


    if you add an external linked csatlib to the director movie using
    modify/movie/csats menu, then save things. You should be able to
    substitute your .cct file when that director file is run from a
    projector.

    It would also be possible to open that director file as a movie in a
    window from within director and examine that cast using lingo. This
    might hlep you poke around the black box.

    open window "theMovie.dir"

    tell window "theMovie.dir" to put member(12, 2).name

    -- puts the name of member 12 of castlib 2 into the message window

    or

    tell window "theMovie.dir" to copyToClipboard member(12, 2)
    JB Guest

  6. #5

    Default Re: .cct Files not appearing in projector anymore

    Thanks JB,
    The problem was that I somehow deleted the sprites from the stage, (by
    accidentally deleting the cast I think). I have been experimenting with a
    practice file, and have been able to get these to work, but sometimes it
    doesn't work right away. There also seems to be something weird going on with
    saving the files. It sometimes doesn't seem to save the cast properly the first
    time I try, but later on asks me to save it, then it will work. I'm not sure
    why.


    Lutris Man Guest

  7. #6

    Default Re: .cct Files not appearing in projector anymore

    Any idea why it asks me to save a different cast that is already been saved and
    no changes made to it, after I import an external cast or create a new one? If
    I save it then it asks if it should replace the existing one. When I save it it
    is an empty file (alway 4kb). I think this is how I keep on screwing up my
    movie and cast links, by replacing the original with an empty one. Any ideas?
    Am I missing a step in this external cast/shockwave process?

    Also, is it possible to re-import an external cast, make changes to it (like
    change or add soem jpegs), then just re-shock it, without losing the links?

    Lutris Man 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