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

  1. #1

    Default Automated updates

    Hi,

    I am currently a university student in the UK and am studying business computing degree.

    For my dissertation I am researching the use of automated updates in encyclopaedias and the most effective ways to implement this. I will use Director to create the prototype.

    Would you be able to provide any information regarding this subject? I am going to create a prototype for an encyclopeadia on the history of football to be published as a multimedia CD. Ideally, I would like the user to have access to updates in information.

    Any help would be greatly appreciated.

    Thanks, James



    James Mather webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Automated PDF Creation
      Many years ago we used to have a server that ran Distiller and we dragged and dropped files onto the server and PDFs were created. Then Adobe wrote...
    2. Automated sql-queries
      Hello cf-pro's I'm quite new to coldfusion (accustomed to php), so this might be the reason of my problems :) But let's have a look at my idea...
    3. Automated tasks
      Hi, I have an auction site running. Now I want the auction to be able to automatically send a mail msg to the seller after it expires. How do I...
    4. Automated Filelist.
      Hi! I want to build a PHP-Site, wich lists some downloadable files in some directories from our internet server. Can anyone tell me some...
    5. automated response
      Hi... Just wanted to let you know we received your message. Corey and Jay http://www.coreyandjayshow.com...
  3. #2

    Default Automated updates

    Hi,

    I am currently a university student in the UK and am studying business computing degree.

    For my dissertation I am researching the use of automated updates in encyclopaedias and the most effective ways to implement this. I will use Director to create the prototype.

    Would you be able to provide any information regarding this subject? I am going to create a prototype for an encyclopeadia on the history of football to be published as a multimedia CD. Ideally, I would like the user to have access to updates in information.

    Any help would be greatly appreciated.

    Thanks, James


    James Mather webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Automated updates

    If assets are stored externaly on the users hard drive, they could be
    added to using the built in getNetThing ( I think) function that
    downloads in background with download progress stats available there's
    not an easy way to decompress these downloaded resources, probably would
    have do keep them .raw'
    JB Guest

  5. #4

    Default Re: Automated updates

    Search for "update" at [url]www.director-online.com[/url]

    Andrew
    Andrew Morton Guest

  6. #5

    Default Re: Automated updates

    "James Mather" <webforumsuser@macromedia.com> wrote:
    > I am researching the use of automated updates in
    > encyclopaedias and the most effective ways to implement this. I will use
    > Director to create the prototype.
    I used getNetText to get an updateList.txt file that contained a property
    list like this [ "file name": "versionNumber", "next file name":
    "versionNumber"] (You need to use the value() function to convert the string
    to a list.)

    If the version numbers are strings this works:
    put "1.1.1" > "1.1"
    -- 1

    I had all this happening in the background during an intro animation. It
    copies any of the new components over and then, when they're all copied,
    goes to the main movie that uses them. That was because I was updating
    linked castLibs.

    Good luck

    Rob


    Rob Wellington 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