Ask a Question related to Macromedia Director Basics, Design and Development.
-
James Mather webforumsuser@macromedia.com #1
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
-
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... -
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... -
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... -
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... -
automated response
Hi... Just wanted to let you know we received your message. Corey and Jay http://www.coreyandjayshow.com... -
James Mather webforumsuser@macromedia.com #2
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
-
JB #3
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
-
Andrew Morton #4
Re: Automated updates
Search for "update" at [url]www.director-online.com[/url]
Andrew
Andrew Morton Guest
-
Rob Wellington #5
Re: Automated updates
"James Mather" <webforumsuser@macromedia.com> wrote:
I used getNetText to get an updateList.txt file that contained a property> 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.
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



Reply With Quote

