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

  1. #1

    Default basic methodology

    This should be so simple, I'm almost ashamed to ask for help...but...Using
    Director6, I am trying to make a cd-rom presentation with a simple menu that
    will link to 5 rather large .avi files, and loop them until the user clicks
    "back to menu". Loading time is not the primary issue, but it's been so long
    since I've used this program, I'm unsure how best to approach it. Should the
    ..avi's be an external cast? Of the available Lingo, which is the most practical
    approach to "swapping" .avi? or should i just lay them all on the timeline and
    jump between frames? thanks in advance for any pointers. ~ Howard

    cptdada Guest

  2. Similar Questions and Discussions

    1. Basic SQL
      I have this bit of code: <cfif day eq '_1'> <cfquery name = "update" dataSource = "KFS"> UPDATE tbl_Legends SET _1 = '#description#' WHERE...
    2. Dark basic pro VS blitz basic 3D VS 3d game studio VS shockwave VS jamajic
      What are all your thoughts on the other leading 3D indi game creation packages out there? Are there others that I didn?t mention? here are a few...
    3. Question about methodology for Gurus
      Hi, I have a question about the best method to return sql records through a web service. I will potentially be sending back anywhere from one...
    4. Security Methodology
      I'm going to be writing an asp.net application that certain users have access to specific pages and others don't. User authorization will be...
    5. Kernel Build Methodology
      Hi all, I've read through chapter 7 in the Debian Reference and man make-kpkg, but I'm not sure I'm completely clear on the "Debian standard...
  3. #2

    Default Re: basic methodology

    External - Yes
    Timeline - Yes
    Frame Labels - Yes
    End User must have QT installed - True

    .:}x-=V!P=-x{:. Guest

  4. #3

    Default Re: basic methodology

    ViP, thanks for the reply. I'm 90% there now, with avis internal; just swapping
    cast members in frame 2 (avi) according t o menu selections in frame 1. works
    great until i burn to cd; timeline works , but i get a blank where my avi
    should be, its all in the same folder, filenames & cast names are the same,
    tried this in first frame --
    on enterFrame
    put the searchCurrentFolder --1
    preLoadMember
    end
    but no luck, and i suspect from the speed that preload isn't working either.
    In your reply you require QT installed at end user....even for .avi?


    cptdada 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