lingo-l Streaming Video in 3D Environment?

2001-06-03 Thread Morales, Carlos R.
I have been successful at streaming video from a Windows Media Server into a Director app. by embedding the Win Media Player ActiveX component. I'd like to be able to map video to a 3D surface? Anyone know if, I can map video (either live or just coming off a file) onto the surface of an object

lingo-l autorun very slow

2001-06-03 Thread manisha sinha
Hello LIst, I am facing two problems 1) I am using the autorun feature for one of my project. But the problem is that it is very slow. And if try activating the autorun by right clicking the CD, it shows a blank screen but with the background music used in the main dir. 2) I am using a

Re: lingo-l autorun very slow

2001-06-03 Thread Tab Julius
A projector is not just the .dir file resaved. A projector is an executable binary file made up of: 1) The runtime engine (can add up to 1.8 megs, depending on settings and versions) 2) All of the .dir files you specify (in this case, an 11k file) 3) A few .DLLs that the runtime engine

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread jsweeney
on 6/1/01 9:02 PM, Tab Julius at [EMAIL PROTECTED] wrote: You can create one yourself, often. How? I've done over 75 projects and this is a first. :( What type of things could I do to cause memory leaks. I'm constantly unloading unused previous frames and since Director does not unload

lingo-l change on marker

2001-06-03 Thread ITS
Hi everybody, I'm trying to change a sprite under lingo control when it passes a marker in the score. but I'm having no luck. regards Chris p.s this could be a really stupid question, but it is Sunday Morning [To remove yourself from this list, or to change to digest mode, go to

lingo-l Save Veriable in text file

2001-06-03 Thread mitesh
Dear Friends, I have created one text box in director for that i have used setpref getpref. In that user can save text delete also. That function is working in my system properly. But if i record cd in that that function is not working user can save text but can't return that text. (if user

Re: lingo-l Save Veriable in text file

2001-06-03 Thread Colin Holgate
That text saved in his c:\temp folder how can i save that text in particular folder like c:\user(uername folder) get that value back. Which value i want to save that value i store in variable. So please help me out very soon. Perhaps you should use FileIO instead of setpref. Then you could

Re: lingo-l change on marker

2001-06-03 Thread Colin Holgate
I'm trying to change a sprite under lingo control when it passes a marker in the score. Not sure what it is you are going to change, but the thing to look for is the framelabel. When that matches the name of the marker, do the change you want. [To remove yourself from this list, or to

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread Tab Julius
What I meant was, it's certainly possible for people to create memory leaks just in Lingo. For instance, calling play to invoke a movie without play done will create the potential for a stack overrun, depending on your movie, and some other things. I don't know anything about the things

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 11:00 AM, Tab Julius at [EMAIL PROTECTED] wrote: At any rate, try my suggestion of taking things out of the equation one by one and seeing if the problem goes away or not. I appreciate the suggestions. With 15 videos, that's easy to test, with 120 audio files that will be a little

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread Colin Holgate
Is there one that is better than the other, in your opinion? Play/Play done vs. go to movie. Play/Play Done is a pretty convenient way to work. Have you stopped the sounds from playing before doing the Play Done? [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 11:30 AM, Colin Holgate at [EMAIL PROTECTED] wrote: Play/Play Done is a pretty convenient way to work. Have you stopped the sounds from playing before doing the Play Done? Yes I have. Thx, JRS === John R. Sweeney Jr.

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread Colin Holgate
I'll just keep searching for the leak, the problem is, it doesn't happen on any of my test machines (isn't that ALWAYS the way), but the testing house says it happens on ALL of their 20 test machines. ?? I have all the platforms, except NT, but no luck replicating the problem. Are the sounds

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 12:19 PM, Colin Holgate at [EMAIL PROTECTED] wrote: Are the sounds played as QuickTime, or as linked sound members? Are you checking for the alleged leak in the same way the testing house is? They are embedded .aiff files. I puppet them when I play them, then when they are finished

lingo-l FileXtra - Could this be a factor in the memory leak in Director8

2001-06-03 Thread jsweeney
I'm using the FileXtra. According to Macromedia site it shipped with Director 6.5 and 7, but NOT 8. Could there be a problem with this Xtra running in 8? Anyone had any problems with this Xtra in 8? Thx, JRS === John R. Sweeney Jr.

RE: lingo-l FileXtra - Could this be a factor in the memory leak in Director8

2001-06-03 Thread Al Hospers
I'm using the FileXtra. According to Macromedia site it shipped with Director 6.5 and 7, but NOT 8. Could there be a problem with this Xtra running in 8? Anyone had any problems with this Xtra in 8? that's interesting. I have it in D8, but don't know for sure if I got it myself, tho I

AW: lingo-l controlling QTVR in MIAWs from the stage

2001-06-03 Thread Michael von Aichberger
Hi Colin, thanks for the quick answer. Not sure about the other problem, other than can't you add the pan to the rect? There's no need, the result of getHotSpotRect(sprite 1, hotSpotID) is updated with any move, which by the way can be a change of the field of view as well. I am just not sure

Re: lingo-l FileXtra - Could this be a factor in the memoryleak in Director 8

2001-06-03 Thread Colin Holgate
Could there be a problem with this Xtra running in 8? I don't think so. It's still on the D8.5 CD in the goodies folder. It wasn't obviously available in D8 or 8.5 because Save As Java was not a standard install option, but the FileXtra and UIHelper area still around. [To remove yourself

Re: lingo-l FileXtra - Could this be a factor in the memoryleak in Director 8

2001-06-03 Thread Irv Kalb
I don't know of any problems using the FileXtra. But you can get the latest version (which works fine with D8 and D8.5) at: http://www.kblab.net/xtras I don't know if you are using object oriented programming on your project. But if you are you can easily create memory leaks by not

Re: lingo-l FileXtra - Could this be a factor in the memoryleak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 1:05 PM, Irv Kalb at [EMAIL PROTECTED] wrote: I don't know if you are using object oriented programming on your project. But if you are you can easily create memory leaks by not freeing up objects when you really need. to. Objects are only freed up automatically when there are no

Re: lingo-l FreeBytes LIES - Memory leak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 12:19 PM, Colin Holgate at [EMAIL PROTECTED] wrote: I'll just keep searching for the leak, the problem is, it doesn't happen on any of my test machines (isn't that ALWAYS the way), but the testing house says it happens on ALL of their 20 test machines. ?? I have all the platforms,

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread Mark A. Boyd
At 10:29 6/3/2001, jsweeney wrote: I was doing my testing with the freebytes, but that appears to be unreliable. I'm now going to test using the Task Manager in Win2k has the testing house has been doing. With Windows, saying the freeBytes is unreliable is an understatement. In all my tests on

Re: lingo-l Streaming Video in 3D Environment?

2001-06-03 Thread Buzz Kettles
I believe this can only currently be done if the video source material is coming into a realVideo or QuickTime member. You need to be able to get at the .image of a member in order to apply it as a texture. -Buzz. At 1:42 AM -0500 6/3/01, Morales, Carlos R. wrote: I have been successful at

Re: lingo-l Property lists

2001-06-03 Thread Mark A. Boyd
At 17:48 6/2/2001, R. Bhakti Klein wrote: yikes you got all kinds of confusion here, like the difference between variables and their values, and the difference between properties and globals. Thanks for taking up the slack I left in my reply. Jonathan, I hope I didn't come across as crass, but

Re: AW: lingo-l controlling QTVR in MIAWs from the stage

2001-06-03 Thread Ray Broussard
Any other suggestions? Are you using the QTVR call backs? triggerCallBack hotSpotEnterCallBack hotSpotExitCallBack Use these to track which hot spot you are entering, exiting or clicking. Store the current hotSpotID (from the triggerCallBack's second argument) in a global. Use globals to set

Re: lingo-l FreeBytes LIES - Memory leak in Director 8

2001-06-03 Thread Colin Holgate
So Freebytes is NOT reporting correctly. So now I will start stepping through the program watching the Task Manager for potential problems. How do you know for sure that the task manager isn't making the mistake? [To remove yourself from this list, or to change to digest mode, go to

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 1:39 PM, Mark A. Boyd at [EMAIL PROTECTED] wrote: Do you get different results with the freeBytes? To put it mildly. As I unload things, the freebytes are going down, but the Task manager (most of the time) says that memory usage is going, up, up, up. Once in awhile the Manager goes

Re: lingo-l FreeBytes LIES - Memory leak in Director 8

2001-06-03 Thread Mark A. Boyd
At 11:57 6/3/2001, Colin Holgate wrote: So Freebytes is NOT reporting correctly. So now I will start stepping through the program watching the Task Manager for potential problems. How do you know for sure that the task manager isn't making the mistake? In my case, the Task Manager agrees with

Re: lingo-l Projectors on Hard Drive being changed

2001-06-03 Thread LePhuronn
there is one ini file on the CD:\Suporte\Full.ini and other CD:\Suporte\Janela.ini Are you changing the names of the INI files after you copy them over? I always thought that a projector will only run an INI file if it has the same name as the executable file, i.e. Project.exe and Project.ini

Re: lingo-l FreeBytes LIES - Memory leak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 1:57 PM, Colin Holgate at [EMAIL PROTECTED] wrote: So Freebytes is NOT reporting correctly. So now I will start stepping through the program watching the Task Manager for potential problems. How do you know for sure that the task manager isn't making the mistake? Because my

lingo-l director 8.5

2001-06-03 Thread Bora Salkm
how i can find director 8.5 serial??? somebody help me please [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and

RE: lingo-l director 8.5

2001-06-03 Thread Mark R. Jonkman
Hi Bora how i can find director 8.5 serial??? somebody help me please Lets assume for a minute what you are asking for is legal.. ie you had D8 and you bought the D8.5 via the web and you lost your serial number then my best suggestion would be to email macromedia and give them the order

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread Roy Pardi
At 12:00 PM -0400 6/3/01, Tab Julius wrote: What I meant was, it's certainly possible for people to create memory leaks just in Lingo. For instance, calling play to invoke a movie without play done will create the potential for a stack overrun, depending on your movie, and some other things.

Re: lingo-l FreeBytes LIES - Memory leak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 5:15 PM, Kerry Thompson at [EMAIL PROTECTED] wrote: Occasionally Director will recognize that it has more RAM than it needs, so it gives it back to the system. Or, conversely, it needs extra RAM, so it allocates another block. Is there anyway for ME to invoke this, because right

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 5:29 PM, Roy Pardi at [EMAIL PROTECTED] wrote: One easy culprit for a leak these days is the use of imaging lingo on bitmap cast members. If you change a bitmap member, it won't get unloaded because it has been modified. Do this enough and memory will get fragmented and leak

Re: lingo-l FreeBytes LIES - Memory leak in Director 8

2001-06-03 Thread Kerry Thompson
Is there anyway for ME to invoke this, because right now, as the memory in Windows gets filled up, Director starts having these anamolies in my program, in some instances (Win95) causing a page fault error and quitting. In others missing graphics are a re-start of my program. No, I don't think

lingo-l Border around the stage

2001-06-03 Thread nik crosina
Dear list, I am currently working on a CD-ROM for one of my clients who has requested (..would like to..) have the border (i think it is one pixel wide) that surrounds the otherwise white stage, removed. I am sure that some of you have had the same problem before and maybe you have found a

Re: lingo-l FreeBytes LIES - Memory leak in Director 8

2001-06-03 Thread Irv Kalb
At 4:06 PM -0700 6/3/01, Kerry Thompson wrote: Are you using any call functions? I ran into this back when I first started using Director, and the symptoms you're describing sound a lot like what I was getting. If you call a handler, be aware that Director will return to the next statement

Re: lingo-l FreeBytes LIES - Memory leak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 6:06 PM, Kerry Thompson at [EMAIL PROTECTED] wrote: If you call a handler, be aware that Director will return to the next statement after the call when it's finished (the called handler, that is). Confusing enough? A little confusing ;) , but NO CALLS in this project. :( This is

RE: lingo-l Memory leak in Director 8

2001-06-03 Thread Mark R. Jonkman
Hi John Maybe perhaps you could give us some detail on how this project is constructed.. what kind of stuff you are doing as much detail as possible. As you step through what is roughly happening on each screen a light bulb might come on and say hey this could be the problem. I've run into

Re: lingo-l Memory leak in Director 8

2001-06-03 Thread jsweeney
on 6/3/01 7:02 PM, Mark R. Jonkman at [EMAIL PROTECTED] wrote: Hi John Maybe perhaps you could give us some detail on how this project is constructed.. what kind of stuff you are doing as much detail as possible. The program runs from the CD. I have a stub startup that looks on on the HD for

RE: lingo-l Memory leak in Director 8

2001-06-03 Thread Mark R. Jonkman
Hi John What if you on occassion put in an unloadmember() command with no specific reference to a member, which should if I remember right, unload all castmembers, you might take a performance hit but it might clear out of memory some of the media that is being not directly unloaded. Something

RE: lingo-l Memory leak in Director 8

2001-06-03 Thread Al Hospers
I have heard a lot of negative about D8, but I'll be honest, I've done some pretty hefty projects in D8 that have been running as shockwave and CD-ROm deliverables without any major hitches. Some people might blast me for saying that in my experience, D8 has been reasonably stable in my

lingo-l RE: FreeBytes LIES - Memory leak and digital video

2001-06-03 Thread Bastien Bouchard
Well on my Win2K machine I watch the freebytes go down, then back up as I unload things like previous frames or audio files, but in the Task Manager, memory gets fuller and fuller and fuller. I think that freebytes better reflect memory requested by Director, not necessarily the memory

lingo-l director 8.5 serial :-)

2001-06-03 Thread Bastien Bouchard
how i can find director 8.5 serial??? Well..., take a look on the *original* CD sleeve, you should find the serial on the lower right corner... :-) Bastien Bouchard Logique multimédia [EMAIL PROTECTED] [To remove yourself from this list, or to change to digest mode, go to

lingo-l RE: hide all the movies and other files

2001-06-03 Thread Bastien Bouchard
Also: How can I make icons invisible on a PC (CD-ROM) so that I can hide all the movies and other files in it and reduce the clutter on the desktop/window when the CD is inserted? Right buttonfile propertyhidden. Windows users with show hidden files pref unchecked (default state) won't see

Re: lingo-l RE: FreeBytes LIES - Memory leak and digital video

2001-06-03 Thread jsweeney
on 6/3/01 9:18 PM, Bastien Bouchard at [EMAIL PROTECTED] wrote: I think that freebytes better reflect memory requested by Director, not necessarily the memory really used by the system. For example, i experienced a memory build up problem when playing a big (+300 !!!) number of avi or mpeg files