Re: passwords

2006-05-17 Thread Christoffer Enedahl
Or is it possible for a very experienced hacker to retrieve those data from a protected Director movie? It is possible. Just open the exe in notepad and you can read the strings as clear text. You'll need some level of encryption. HTH/Christoffer [To remove yourself from this list, or to chan

Re: spherize

2006-05-10 Thread Christoffer Enedahl
Michael Nadel skrev: Thanks! Now it works. But it takes a few seconds for the spherize effect to happen. I'm getting millisecond values of over 2000. Is that normal? Yes, for pixel pushing like this. You could make a lower quality variant by using copypixels to cut the image into small rects

Re: spheroid distortion

2006-05-08 Thread Christoffer Enedahl
here's what gave me the best results: I did a small optimization that made it even faster! (Avoiding one sqrt() in some cases) /Christoffer -- Parentscript "spherizeFilter" -- x on new me return me end --

Re: spheroid distortion (ot)

2006-05-08 Thread Christoffer Enedahl
optimazion tips: change this: newImage.setPixel(destX, destY, anImage.getPixel(sourceX, sourceY)) to this: newImage.setPixel(destX, destY, anImage.getPixel(sourceX, sourceY, #integer)) Should be a bit faster, in director 8.5 anyways... /Christoffer [To remove yourself from this list

Re: Willing to pay for small project

2006-02-24 Thread Christoffer Enedahl
And of course, that wasn't meant to go to the list! Sorry. *Sigh* Ah well, it was bound to happen at some point! So, any more bidders? :-P - Ben (face in hand!) LOL! hmmm how about 550£ ? Naa. just kidding. It's not my area, and I really have my hands full. /Christoffer [To remove you

Re: SCORM-compliant Director (was LAN-served projectors)

2006-01-31 Thread Christoffer Enedahl
First look at SCORM makes you wanna run the other way, The second look at SCORM and you are already running! I had a look at it 2001, I decided to create my own system. Lucky me I got to decide. Sorro no uplifting tips from me. Perhaps it's the truth, but what do I know? I've keept myself (far?)

Re: tone separation with Imaging Lingo

2005-12-07 Thread Christoffer Enedahl
Michael von Aichberger 2 wrote: So one could break it down to the question: How do I blacken all areas below or above a threshold value in a grayscale image? The Old shool way would be fastest and best I think. Make your own palette. first copy the image to an grayscale image. then set th

Re: controlling (the stage).drawRect in a projector

2005-10-05 Thread Christoffer Enedahl
*nudge up left 200px* Cole Tierney wrote: Hello, I'm experimenting with inflating the stage's drawRect to fit the user's current monitor resolution, but the stage is being clipped by the size of my stub projector's stage. I seem to be missing a piece of the puzzle. Could someone give me a

Re: Tools for DMX 04 Authoring Environments

2005-09-22 Thread Christoffer Enedahl
Valentin Schmidt wrote: Hi Alex, great stuff, just one little flaw: if there are 2 handlers in a script, "on foo" and "on fooBar", and the second comes first, searching for handler "foo" would find "fooBar". A simple fix might be to search (offset(...)) for either "on foo"&SPACE or "on foo"&R

Re: Tools for DMX 04 Authoring Environments

2005-09-22 Thread Christoffer Enedahl
Tim Welford wrote: That's a great start Kraig, thanks Now I have just got to find some lingo to replicate the use of the "go to handler" button in the script window. Perhaps you cand find something useful here: /Christoffer [To

Re: Mac OS X, QT, SW and dswmedia bug

2005-07-11 Thread Christoffer Enedahl
Thomas Higgins wrote: Update: Theese filenames work: stig_.mov jenge2_a.mov Theese crash: nygre_01.mov aker_17.mov Then that would seem to indicate that it's not a problem with setting the file name but rather with the media, no? Have you made test cases at all that use the crashing fil

Re: Mac OS X, QT, SW and dswmedia bug

2005-07-07 Thread Christoffer Enedahl
Update: Theese filenames work: stig_.mov jenge2_a.mov Theese crash: nygre_01.mov aker_17.mov /Christoffer [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email lingo-l@penworks.com (Problems, email [

Mac OS X, QT, SW and dswmedia bug

2005-07-07 Thread Christoffer Enedahl
On OS X Tiger (could be on panther aswell) when I set the filename of a dynamically created quicktime member (qt xtra 6) to a path on a dvd beneath the dswmedia folder with a number in it, the browser crashes. (Dir mx 2004) this crashes: qtmember.filename = "KFH:dswmedia:nygre_01.mov" while t

Re: [Slightly OT] cd/dvd-rom path on OS X (Sort of solved)

2005-04-15 Thread Christoffer Enedahl
We bought a mac so I could test this. And I found out that OS X is case sensitive with filenames. The initial path structure worked, :folder:file only gotta have the right case. Lucky that the paths aren't burned on the dvd but downloaded from the web, a bit of manual search and replace. Or is

[Slightly OT] Os string

2005-04-13 Thread Christoffer Enedahl
How does the OS X string look like, and more interesting Tigers? My system shows: put _system.environmentPropList.platform -- "Windows,32" put _system.environmentPropList.osVersion -- "Windows XP,5,1,148,2,Service Pack 2" We'll prolly invest in a mini mac with Tiger only to test on. But we'll have

Re: [Slightly OT] cd/dvd-rom path on OS X

2005-04-12 Thread Christoffer Enedahl
Colin Holgate wrote: At 4:28 PM +0200 4/12/05, Christoffer Enedahl wrote: I don't have access to OS X which makes bughunting close to impossible. I want my shockwave to play files on the users DVD. This is working on Windows and OS 9. But failed on OS X. My guess is that the path to the d

[Slightly OT] cd/dvd-rom path on OS X

2005-04-12 Thread Christoffer Enedahl
Hi list. I don't have access to OS X which makes bughunting close to impossible. I want my shockwave to play files on the users DVD. This is working on Windows and OS 9. But failed on OS X. My guess is that the path to the dvd in OS X isn't ":folder:file" as it is in OS 9. Where is it located?

Re: shockwave

2005-03-22 Thread Christoffer Enedahl
If it's an external castlib you ned to preload it first. Check preloadnetthing IIRC HTH/Christoffer Ignacio Adrogué wrote: Hello everybody, I am developing a CD, and for the first time i need to also make a shockwave version for the web, and no command regarding changing a sprite's member from

Re: Unsubscribing

2005-03-17 Thread Christoffer Enedahl
Resistance is futile. You will be assimilated. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email lingo-l@penworks.com (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with progr

Re: Unicode

2005-02-01 Thread Christoffer Enedahl
Is the textfield dynamic? try set it to static to see if its the right chars. If it looks ok, you got a font issue. you'll need to include all chars of the font you need when using dynamic fields. HTH/Christoffer Petro Bochan wrote: Hello, Director doesn't support Unicode, Flash does. Good. But

Stream WMV sound stutters

2004-12-02 Thread Christoffer Enedahl
Hi! I got mx2004 and I'm trying to stream WMV files in director and shockwave. Video looks ok, but the sound keeps repeating like an bad echo. The file looks ok in html with the activeX windows media plugin. I also got it to work with the streamingMediaXtra from tabuleiro. But they are not supp