Ask a Question related to Macromedia Director Lingo, Design and Development.
-
sprout_68 webforumsuser@macromedia.com #1
Text Compression?
If have a project that saves data as a text file.
Sometimes these files can get to be pretty big.
I was wondering if there is a Text Compression algorithm that anyone knows that has been written into, or could be, into Lingo?
A way to compress a string and then decompress it?
>>> ## Why Python is a model for all
>>> import this
The Zen of Python, by Tim Peters
sprout_68 webforumsuser@macromedia.com Guest
-
Compression
Hi David, If your images are jpeg or png, then link them to the cast instead of importing them. Then place the linked files on the CD. The linked... -
PDF Compression
Hi All, I need to write a custom code in JAVA which should be capable of handling the compression of pdf files. Any help would be highly... -
Compression?
When exporting a pdf from Quark Xpress, should I use the compression (jpg/zip) if the file is to be printed? I have been using no compression but the... -
compression of text and "line graphics"
Hello, I want to export an InDesign 2.01 file (WinXP) as PDF. In the Compression tab there is the option "compress text and line graphics" (in... -
Video Compression...
In my Director project, I have some 640x480, 30fps Quicktime videos embeded. I've tried adjusting many of the Sorenson compression settings...I get... -
hairybobby webforumsuser@macromedia.com #2
Re: Text Compression?
well I can't directly answer your question. But isn't a zip file the same thing as compression.
I have heard that you can get xtras to both read in and read out zip files. I have absolutely no idea of the name of the particular xtra though.
But I remember reading something about this on [url]www.director-online.com[/url]
sorry I can't be more help
HAIRYBOBBY - why didn't I choose a really cool name like the vulcanpimp
[url]http://www.geocities.com/hairybobby2000[/url]
see my photos of the sunrise eclipse
[url]http://www.geocities.com/hairybobby2000/ecllipse.html[/url]
hairybobby webforumsuser@macromedia.com Guest
-
sprout_68 webforumsuser@macromedia.com #3
Re: Text Compression?
I was looking more for a formula that I could write into Lingo that can take a string and shrink down the number of characters.
I might have to look to the Zip xtras out there.
thanks,
and how did that movie script I posted work for you? Did it help find the behaviors that people had attached?
sprout
>>> ## Why Python is a model for all
>>> import this
The Zen of Python, by Tim Peters
sprout_68 webforumsuser@macromedia.com Guest
-
hairybobby webforumsuser@macromedia.com #4
Re: Text Compression?
Thanks again for that script sprout,
I was just really asking because i didn't know how to do it?
I wanted to know that when i was making this behavior
[url]http://www.geocities.com/hairybobby2000/pageturn.html[/url]
its a quad script that works like a book.
I needed to know which sprites had the behavior attached but I just totally fiddled around it.
The fiddle works nicely and I suppose i should have changed it to yours but I haven't got round to it.
Basically when the behavior starts i set the locz to the spritenum+ 22700. And so to detect which other sprites have the script attached you just test the locz for between 22700 and 22850
Its not perfect because someone might set the locz to 22700 for some other reason but it works nicely. and its only about one or two lines
I just about think i can get away with it though it is a total fiddle!!!!
What do you think should I do it the right way - ie yours!!
HAIRYBOBBY - why didn't I choose a really cool name like the vulcanpimp
[url]http://www.geocities.com/hairybobby2000[/url]
see my photos of the sunrise eclipse
[url]http://www.geocities.com/hairybobby2000/ecllipse.html[/url]
hairybobby webforumsuser@macromedia.com Guest
-
sprout_68 webforumsuser@macromedia.com #5
Re: Text Compression?
if yours works then leave it as is!
If you can find a use for mine, go right ahead!! at your own risk..
>>> ## Why Python is a model for all
>>> import this
The Zen of Python, by Tim Peters
sprout_68 webforumsuser@macromedia.com Guest



Reply With Quote

