saving casts in projectors

2001-08-17 Thread thor
Hi guys I have a project where I allow the user to import sounds into a projector. And I want the sounds to stay "in the projector" when the user opens it next time. This has caused me some problems. On stopMovie I do: saveMovie save castLib "sounds" but when I open the projector again, the so

RE: Comunications between projectors

2001-08-09 Thread Terry R. Schussler
At 12:50 PM -0400 8/9/01, Al Hospers wrote: >> If I've two running projectors (proj_1 and proj_2) is there a >> way to pass >> parameters from proj_1 to proj_2 without writing to HD. > >1 - why no HD writing? getPref/setPref would work pretty well. This can create

RE: Comunications between projectors

2001-08-09 Thread Al Hospers
> If I've two running projectors (proj_1 and proj_2) is there a > way to pass > parameters from proj_1 to proj_2 without writing to HD. 1 - why no HD writing? getPref/setPref would work pretty well. 2 - are they running on the same machine? 3 - how about a peer to peer Mu

Comunications between projectors

2001-08-09 Thread Andrea Boratto
If I've two running projectors (proj_1 and proj_2) is there a way to pass parameters from proj_1 to proj_2 without writing to HD. Something like "tell (projector) to..." as with MIAW? Thanks, Andrea [To remove yourself from this list, or to change to digest m

RE: Updating Projectors with new Cast Content

2001-08-08 Thread Al Hospers
> Is it possible to build a projector that can load in new cast > members from > an external file...say another Director movie...load these > cast members into > its own cast and save them for future use? In other words, I > am trying to > see if I can update the cast content of a movie with an >

Updating Projectors with new Cast Content

2001-08-08 Thread Jake Aust
Hello all... I am a newcomer to Director and this list and have searched the archives and the couple of books I have about this, but have some misunderstanding that I would love if someone could clarify for me. Is it possible to build a projector that can load in new cast members from an externa

Re: RE: PROJECTORS

2001-07-17 Thread Kurt
> mmm...I beg to differ. > > Quoting Director's help: > > "This is a very simple command for opening an application or > a document within an application. For more control, lookt at options > available in third-party Xtras." > > The projector is an executable that has no host app. You will need

RE: PROJECTORS

2001-07-17 Thread Kafka's Daytime
va Paperno Sent: Tuesday, July 17, 2001 12:52 PM To: [EMAIL PROTECTED] Subject: Re: PROJECTORS You can use the OPEN command, as with any other application. At 04:40 PM 7/17/2001 +, you wrote: >how do you open a projector from a projector. their both on a CDROM. [To remove yourself fro

projectors..

2001-07-17 Thread Kafka's Daytime
I misspoke, of course...you *could* use OPEN to launch the projector... but you would not be able to do error checking or have any further control of the app. As usual, Slava got it right. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.c

Re: PROJECTORS

2001-07-17 Thread Jim Allen
on exitFrame open "name.exe" halt end - Original Message - From: JUAN COLON <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 4:40 PM Subject: PROJECTORS > how do you open a projector from a projector. their both

Re: PROJECTORS

2001-07-17 Thread Tab Julius
You can use 'the applicationPath' to get the path of your own projector, so the second projector will be on the same drive. Chances are that is your working directory anyway, so you don't need to specify the path of the second projector. Then use Lingo's 'open' command, as in: open "SECOND

Re: PROJECTORS

2001-07-17 Thread Slava Paperno
You can use the OPEN command, as with any other application. At 04:40 PM 7/17/2001 +, you wrote: >how do you open a projector from a projector. their both on a CDROM. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post mess

RE: PROJECTORS

2001-07-17 Thread Kafka's Daytime
PROTECTED] Subject: PROJECTORS how do you open a projector from a projector. their both on a CDROM. JUAN-NYC _ Get your FREE download of MSN Explorer at http://explorer.msn.com [To remove yourself from this list, or to change to

PROJECTORS

2001-07-17 Thread JUAN COLON
how do you open a projector from a projector. their both on a CDROM. JUAN-NYC _ Get your FREE download of MSN Explorer at http://explorer.msn.com [To remove yourself from this list, or to change to digest mode, go to http://www.pen

RE: ?Passing command line parameters to projectors?

2001-07-03 Thread Al Hospers
> Is there a way to pass parameters to projectors created with > Director 8.5 a search of the archives returns the following posting, and numerous more, from quite recently: The commandLine Director's the commandLine system property is designed to provide access to the entire str

RE: ?Passing command line parameters to projectors?

2001-06-29 Thread Robert Wingate
> This is easy on Windows using Buddy API's baCommandArgs() function > (returns the command line as a string). There's also an undocumented > movie property -- "the commandLine" -- that should return the same > value. ...with the following (sometimes) important exception: baCommandArgs() returns

R: ?Passing command line parameters to projectors?

2001-06-29 Thread Andrea Boratto
Perfect! Thanks for your help. -Messaggio originale- Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Per conto di Terry R. Schussler Inviato: venerdi 29 giugno 2001 5.17 A: [EMAIL PROTECTED] Oggetto: Re: ?Passing command line parameters to projectors? At 2:46 PM +0200 6/28/01, Andrea

Re: ?Passing command line parameters to projectors?

2001-06-28 Thread Terry R. Schussler
At 2:46 PM +0200 6/28/01, Andrea Boratto wrote: >Is there a way to pass parameters to projectors created with Director 8.5 > >I'd like do something like: > >projector.exe -par1 -par2 [Excerpt from http://www.directoru.com/] The commandLine Director's the comma

RE: ?Passing command line parameters to projectors?

2001-06-28 Thread Ken Prat
See Pims OpenDocument Xtra... http://www.pimz.com/xtras/ > The Macintosh OS doesn't use command lines, so passing arguments to a > projector on startup is more difficult. > > Right now I'm looking for a solution to that problem myself; I'd be > interested in hearing how other people have done

RE: ?Passing command line parameters to projectors?

2001-06-28 Thread Al Hospers
> Is there a way to pass parameters to projectors created with > Director 8.5 > > I'd like do something like: > > projector.exe -par1 -par2 Hi Andrea, You can use an Xtra to do what you desire. One such Xtra is MasterApp, from UpdateStage. Here is an excerpt from the

RE: ?Passing command line parameters to projectors?

2001-06-28 Thread Tim MacDonald
ailto:[EMAIL PROTECTED]] > Sent: Thursday, June 28, 2001 10:47 PM > To: Lingo-L > Subject: ?Passing command line parameters to projectors? > > > Is there a way to pass parameters to projectors created with > Director 8.5 > > I'd like do something like: > >

?Passing command line parameters to projectors?

2001-06-28 Thread Andrea Boratto
Is there a way to pass parameters to projectors created with Director 8.5 I'd like do something like: projector.exe -par1 -par2 or something like that. Thanks Andrea [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To

Re: Projectors on Hard Drive being changed

2001-06-04 Thread Luiz Gustavo Castelan Póvoas
apps on those computers like Autocad and Netscape are running ok but this virus 'destroyed' my projector, wich is a stubb movie that follows the 'fast start projector' suggested by a macromedia technote from director's support website) I am trying to infect the compressed a

Re: 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: Projectors on Hard Drive being changed

2001-06-01 Thread Tab Julius
I don't know what commands you're using, but if you've properly specified the file(s), then it should work. File copies should not "miss" and "hit" other files. It is possible in the .INI file to specify the file (movie) to run; if you have been using that feature, and the new .INI file does

Re: Projectors on Hard Drive being changed

2001-06-01 Thread Colin Holgate
I've seen the error you're getting even when not trying to mess with INI files, so I think that part is just misleading. I can't remember what the problems were for me, but they were something like being out of hard drive space, or working on a drive that didn't have a letter assigned to it. I

Re: Projectors on Hard Drive being changed

2001-06-01 Thread Luiz Gustavo Castelan Póvoas
Tab Julius wrote: > > 1) How are you writing to the .ini file? Are you sure you're not writing > to the projector? Or are you just using FileIO or something like that? I am not writing to the .ini file, i am copying anothoer ini file to that one that is with the projector.. there is one ini

Re: Projectors on Hard Drive being changed

2001-06-01 Thread Tab Julius
1) How are you writing to the .ini file? Are you sure you're not writing to the projector? Or are you just using FileIO or something like that? 2) Generally if an executable has gotten larger, what you should look for is if you have a virus. Executables should not grow unless that's your i

Projectors on Hard Drive being changed

2001-06-01 Thread Luiz Gustavo Castelan Póvoas
I am the programmer of a CD-ROM that is filled of dxr's and cct's. For a bettter performance I decided to copy the projector to the hard drive - doing that the user also have the possibility to change the displaymode of the CD-ROM (fullscreen or windowed) The .EXE file Is a stubb p

using java applets in director projectors

2001-04-15 Thread Chandra shekar Reddy
hi..list i had a doubt related to java applets... can we use appllets in director projectors...? if yes ? how ? purpose for the above goes likes this... i am working on atomic structure CBT...whereby we had few applets developed by our programmers..i am in an idea to use the same applets

Re: Projectors

2001-04-03 Thread R. Bhakti Klein
i've seen that lately too. the only workaround i found was to build the projector on a different pc. somehow that fixed it. i also author on a mac, so maybe there are some crazy windows system setups that are incompatible, but i couldn't figure that out. you can read about what the director.ini f

Projectors

2001-04-03 Thread Joe Carafelli
Hello all, I often get an error after creating a projector and attempting to run it that says "Director Player Error: Unable to load movie playlist. Does the .INI file exist? ..." The file I'm working on is authored on a Mac (D8), but once I make a projector on the PC I get this error. Ther

Re: Projectors & external files

2001-03-27 Thread Jakob Hede Madsen
At 11:06 +0200 01_03_27, [EMAIL PROTECTED] wrote: >Hi, list >Small stupid question - I made a projector and want to copy it to CD-ROM. >This projector uses external animation and sound. But paths to them are >absolute(d:\Game\projecfiles...)I want to make Special Folder on CD-ROM for >sound anothe

Re: Projectors & external files

2001-03-27 Thread R. Bhakti Klein
or use relative paths. you can use folders that are at the same level as your projector, add to it the folder, the proper file delimiter for the platform you're on, and the name of the sound or animation file... -bhakti, answering abstractly. Florian Bogeschdorfer wrote: > > Find out the drive l

Re: Projectors & external files

2001-03-27 Thread Florian Bogeschdorfer
Find out the drive letter of the CD-ROM (eg by using the Buddi API Xtra) and then relink Your files with member(yourMember).filename=your path regards, Florian [EMAIL PROTECTED] schrieb: > > Hi, list > Small stupid question - I made a projector and want to copy it to CD-ROM. > This projector us

Projectors & external files

2001-03-27 Thread umrik
Hi, list Small stupid question - I made a projector and want to copy it to CD-ROM. This projector uses external animation and sound. But paths to them are absolute(d:\Game\projecfiles...)I want to make Special Folder on CD-ROM for sound another one for animations.., How can i do that? Thanks in a

Re: antialias in projectors

2001-03-26 Thread pranavn
You need one of those text xtras to be bundled with the projector. I think it's called the Text Xtra or the Font Xtra. Regards, Pranav A text member's antialias property is set to true, it shows antialiased in the Director environment, but as a projector the text is not antialiased. Why? (Di

AW: antialias in projectors

2001-03-26 Thread mva
Hi Fabricio! This solved it! Thanks a lot (mille grazie(?)) Michael von Aichberger > Import the font to the cast member! > ;) > > Regards > Fabricio > > >Hello List! > > > >I have a simple question: > > > >A text member's antialias property is set to true, it shows > antialiased in > >the Direct

Re: antialias in projectors

2001-03-26 Thread Fabricio G. Bissoli
Import the font to the cast member! ;) Regards Fabricio At 22:34 26/03/01 +0200, you wrote: >Hello List! > >I have a simple question: > >A text member's antialias property is set to true, it shows antialiased in >the Director environment, but as a projector the text is not antialiased. >Why? > >

antialias in projectors

2001-03-26 Thread Michael
Hello List! I have a simple question: A text member's antialias property is set to true, it shows antialiased in the Director environment, but as a projector the text is not antialiased. Why? (Dir 8, Win 2000) Thanks! Michael von Aichberger PS: Tell me, if the term "antialiased" doesn't exis

Re: EXT Casts and PROJECTORS

2001-03-19 Thread David Pexton
>From: Tab Julius <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] >Subject: Re: EXT Casts and PROJECTORS >Date: Mon, 19 Mar 2001 00:25:48 -0500 > > >If you leave the cast unprotected (a plain .cst file) y

Re: EXT Casts and PROJECTORS

2001-03-18 Thread Tab Julius
ts and Projectors? I have an > external cast and I can paste through lingo into the external cast > during authoring mode. >I make the movie into a projector > >and > >this functionality disappears. What is the issue here? >I want to make my external cast dynamic and paste images

Re: EXT Casts and PROJECTORS

2001-03-18 Thread David Pexton
>From: Stephen Recker <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Re: EXT Casts and PROJECTORS >Date: Sun, 18 Mar 2001 14:01:21 -0700 > >Are you, by any chance, protecting the cast? I don't think you can do that >

Re: EXT Casts and PROJECTORS

2001-03-18 Thread Stephen Recker
Are you, by any chance, protecting the cast? I don't think you can do that if the cast is protected, only if it has not been protected. Stephen > I want to make my external cast dynamic and paste images to it when it is a > projector [To remove yourself from this list, or to change to digest

EXT Casts and PROJECTORS

2001-03-18 Thread David Pexton
Hello What is the deal with External Casts and Projectors? I have an external cast and I can paste through lingo into the external cast during authoring mode. I make the movie into a projector and this functionality disappears. What is the issue here? I want to make my external cast

Re: Quick Start Projectors (sort of)

2001-02-28 Thread LePhuronn
Go to http://bwsmith.com/index.php?t=2&s=3. This is a link to Britton Smith's "FastSplash" application. It's a C-driven app that displays a bitmap image instantly while loading another app in the background. Point this to your Projector and you have instant display while the main prog is loading.

Re: Quick Start Projectors (sort of)

2001-02-27 Thread Karla Lares
Hi, I have the same problem with my projects, if you find any solution please tell me, cause I need it too. Thanks a Lot Karla L _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. [To remove yoursel

Re: Re: Re: Re:....Fast Start Projectors: "sort of"

2001-02-21 Thread Mark A. Boyd
At 07:28 2/21/2001, LYNN L. wrote: >Dear Lingo-ists, >I hate to stay on this subject, and I appreciate all the answers I've >received concerning this issue, but, I read the other day someone mention >"FastSplash" for a quick flash screen. I have heard of this in my >explorations trying to find

Re: Re: Re:....Fast Start Projectors: "sort of"

2001-02-21 Thread LYNN L.
Dear Lingo-ists, I hate to stay on this subject, and I appreciate all the answers I've received concerning this issue, but, I read the other day someone mention "FastSplash" for a quick flash screen. I have heard of this in my explorations trying to find a viable solution to showing the user th

Re: Quick Start Projectors (sort of)

2001-02-16 Thread Jakob Hede Madsen
At 1:16 + 01_02_16, LYNN L. wrote: >Greetings fellow lingoists, I have a question about fast start >projectors. I have a projector that is 2.2 M, and it can take up to >60 secs (depending on the machine) to see my loading screen, I have >seen before, where it takes merely secon

Re: Quick Start Projectors (sort of)

2001-02-15 Thread Tab Julius
e splash screen will display pretty much instantaneously when the projector fires up. - Tab At 01:16 AM 2/16/01 +, LYNN L. wrote: >Greetings fellow lingoists, I have a question about fast start projectors. >I have a projector that is 2.2 M, and it can take up to 60 secs (depending

Re: Quick Start Projectors (sort of)

2001-02-15 Thread R. Bhakti Klein
make sure that you've removed all the xtras from the stub. modify-movie-xtras. it'll still be about 2 megs, but you should see the loading screen faster. hope this helps, bhakti "LYNN L." wrote: > > Greetings fellow lingoists, I have a question about fast start projectors

Quick Start Projectors (sort of)

2001-02-15 Thread LYNN L.
Greetings fellow lingoists, I have a question about fast start projectors. I have a projector that is 2.2 M, and it can take up to 60 secs (depending on the machine) to see my loading screen, I have seen before, where it takes merely seconds to show a splash screen of "LOADING". H

Re: Scaleable projectors ????

2001-01-15 Thread Tab Julius
In Director 8 you can set the rect of the stage (the stage).rect =rect(0,0,800,600) In any (recent) version of Director you can check screen dimensions via 'the desktopRectList' - Tab At 03:37 PM 1/15/01 +, Jon Paul Alongi wrote: >is it possible to ma ke projector that is scalesable lik

Scaleable projectors ????

2001-01-15 Thread Jon Paul Alongi
is it possible to ma ke projector that is scalesable like internet explorers window. how??? how can director detect the users screeen size and adjust the window accordingly thanx jon [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lin

Re: Projectors

2001-01-11 Thread Mark A. Boyd
At 07:52 1/11/01, Arthur Moers wrote: > Please help me, again. I have a perfectly working > projector so long as it is on zip disk or on my machine. > But if I burn to a CD I get the following message when I > try to run the CD projector: > > "Unable to load movie playlist. Does the .INI file

Projectors

2001-01-11 Thread Arthur Moers
HELP! I am lost. Pure and simple. I am using Director 8 on a PC. There is only the one Projector file on the a CD. There are no calls to other movies or files. Please help me, again. I have a perfectly working projector so long as it is on zip disk or on my machine. But if I burn to a CD I