Re: pass with prepareMovie not possible?

2004-06-09 Thread Irv Kalb
It's really not clear what you are trying to accomplish, but here is an approach that I have used in projects with multiple movies, maybe you can use something similar. Each movie links to one common external castlib, lets call it GCode.cst (for global code castlib). In this castlib, I have a

Re: pass with prepareMovie not possible?

2004-06-09 Thread Troy Rollins
On Jun 9, 2004, at 4:07 AM, Roland Schroth wrote: It is important that I can have more than one movie script with preapareMovie and startMovie procedures. Is it? Yes, I can see where it could possibly make things simpler, but it is obviously not the only way to "skin the cat". Director developers

Re: pass with prepareMovie not possible?

2004-06-09 Thread Robert Tweed
- Original Message - From: "Roland Schroth" <[EMAIL PROTECTED]> > > It is important that I can have more than one movie script with > preapareMovie and startMovie procedures. Unfortunately, you can't. Lingo doesn't allow you to have two movie script functions with the same name, it just t

Re: Video Recommedations in Director

2004-06-09 Thread Luke
> I compress with vegas and playback with MpegAdvance Xtra from Tabuleiro, cross-platform. Hi, Just wondering if anyone uses Quicktime to playback Mpeg-1? Or what are the advantages of using MpegAdvance Xtra (apart from not requiring a Quicktime 6 install)? Luke --

RE: When and when

2004-06-09 Thread Pedja Guzvica
Huh... >...after reading all those articles about parents, children, xtras, ancestors, inheritance... I'd be afraid if you phrased it that way...unless I had some inheritance to worry about... lol: Where is Irv's post in my Inbox anyway? Bloody Spam bolloxz...I've even managed to ban myself :

RE: Flash Global Functions in Director

2004-06-09 Thread Rob Walch
> from: Fraser Campbell > gFlashGlobal.getVariable("_global",FALSE) > put gFlashGLobal.escape("") > -- "%3Ctest%3E" > > Like I said, not sure how useful or widely known this is, but handy for > URLEncoding strings You're example there seems to be missing something... gFlashGlobal = sprite(n).getV

RE: When and when

2004-06-09 Thread Irv Kalb
Peter, You should not be worried about the amount of memory used by local variables. All local variables are allocated using a stack mechanism. When you call a handler, space for local variables is allocated on the top of a stack (actually, it might be done when Lingo first encounters each lo

Re: OT: Shockwave director silent install

2004-06-09 Thread John Dowdell
At 8:33 AM 6/8/4, Rodrigo Peres wrote: > There's a way to install the shockwave director in a transparent > way to the user. Without the prompt, warnings etc? I'm not sure that I understood the request correctly, but if you're asking if things can be installed in people's browsers without their co

RE: When and when

2004-06-09 Thread Peter Bochan
Irv Kalb: > Congratualtions on your thesis! > > In just looking over the versions of > getPropertyDescriptionList from your post, both have errors. Sorry, I realized that only there after I hit "send". I wasd constantly thinking about not to forget to edit but I finally did. > GPDL #1 says th

RE: When and when

2004-06-09 Thread Peter Bochan
Kerry Thompson > Congratulations! > > Here's a rule of thumb I apply to decisions about when to use > a variable and when to use a function. > > If the value you are seeking needs to be calculated, use a > function. If it is something you can store for later use > (even though it may change),

Re: autoTAB

2004-06-09 Thread roymeo
The behavior I posted will turn editable on when it runs, so you don't have to. roymeo At 01:54 PM 6/9/2004, you wrote: >I found that whacking the sprite().editable OFF, updateStage & back >on just prior to switching to a given sprite helped I generally only leave one member editable, switching the

Re: autoTAB

2004-06-09 Thread Thomas W.J.C. McCrystal
>I found that whacking the sprite().editable OFF, updateStage & back >on just prior to switching to a given sprite helped I generally only leave one member editable, switching the property at the same time that I switch the keyboardFocusSprite. It eliminates all weirdness, and no updateStage is re

Re: Video Recommedations in Director

2004-06-09 Thread Bertil Flink
Yes, but doubling 384 x 288 works nicely with PAL:s vertical resolution of 576, if that's what you're aiming for. Bertil Flink Creative Media - Original Message - From: "Slava Paperno" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 09, 2004 7:03

Re: autoTAB

2004-06-09 Thread nik crosina
On Wed, 09 Jun 2004 10:24:13 -0400 , roymeo <[EMAIL PROTECTED]> wrote: >>>wil try your script, but I am not sure why i would need something of that >>length to shift the cursor from oneto the next text field > >you get what you pay for... > >roymeo > well, that was not really ment to offend,

Re: autoTAB

2004-06-09 Thread Buzz Kettles
I found that whacking the sprite().editable OFF, updateStage & back on just prior to switching to a given sprite helped At 2:17 AM +0100 6/9/04, you wrote: >You know, Director can't read your mind as to which editable field to use next :) you have to tell it somehow or other. This behavior uses

Video Recommedations in Director

2004-06-09 Thread Slava Paperno
All that being absolutely correct, I want to report that my MPEG-1 videos are 720 x 400, and so far (after a year) I haven't run into any problems. I compress with vegas and playback with MpegAdvance Xtra from Tabuleiro, cross-platform. Slava At 06:27 PM 6/9/04 +0200, Bertil Flink wrote: >> For

Flash Global Functions in Director

2004-06-09 Thread Fraser Campbell
Not too sure how useful this, but I am in the middle of doing a project whereby I am saving the XML from a Flash movie in a text file via Director. anyway, whilst playing with this I have found that you can get access to some of Flash's useful global functions like escape and unescape (and some

Re: Video Recommedations in Director

2004-06-09 Thread Bertil Flink
> For MPEG1, I would use 400x304 instead of 400x300. MPEG1 compresses in 16 > pixel blocks, so for the best quality/most efficient MPEG1 you should always > use dimensions that are divisible by 16. > Or 384 x 288, which seems to be more common. Bertil Flink Creative Media [To remove yoursel

RE: Video Recommedations in Director

2004-06-09 Thread Chuck Neal
Oh, forgot one thing. :) For size, it depends on the audience. If it's a kiosk and you control the hardware, then full screen 800X600 video is very doable. For a broader audience shoot for your lowest system spec and try to get a good file size to quality ratio. Also with MPEG and QuickTime you

RE: Video Recommedations in Director

2004-06-09 Thread Chuck Neal
Depends on the job, file size, length, compressor, etc. I use a lot of MPEG as its cross platform and the least hassle overall. After that I would look at QuickTime with Sorenson Pro, or for small size videos Flash files from Sorenson Squeeze are a great choice. If you are doing a commercial app

RE: Video Recommedations in Director

2004-06-09 Thread Charlie Fiskeaux II
For MPEG1, I would use 400x304 instead of 400x300. MPEG1 compresses in 16 pixel blocks, so for the best quality/most efficient MPEG1 you should always use dimensions that are divisible by 16. (If you need a good MPEG1 compressor, there's a free one called Tsunami MPEG Encoder that's one of the bes

Re: Video Recommedations in Director

2004-06-09 Thread Carlos Ledezma
Hi Dan At the moment we are using Sorenson video 320x240... however I have seen some CDs out there that use dimensions of 400x300 etc... We use the video of 480x360 with the Sorenson Pro version 3.xx, if you don't have it. Its very important to compress the video I use 15fps and a transfer of 120

Re: Video Recommedations in Director

2004-06-09 Thread Agustín María Rodríguez
Dan Sheridan wrote: Hi All, Just want to find out from people what type of video settings people use for CD-ROM playback. At the moment we are using Sorenson video 320x240... however I have seen some CDs out there that use dimensions of 400x300 etc... Hi. All depends on the job... but for low

Video Recommedations in Director

2004-06-09 Thread Dan Sheridan
Hi All, Just want to find out from people what type of video settings people use for CD-ROM playback. At the moment we are using Sorenson video 320x240... however I have seen some CDs out there that use dimensions of 400x300 etc... Cheers, Dan. -- Spinningaweb:- Inspiration Through Express

Re: autoTAB

2004-06-09 Thread roymeo
wil try your script, but I am not sure why i would need something of that length to shift the cursor from oneto the next text field you get what you pay for... roymeo --- Roy Crisman Macromedia Director Programmer, Lingo Guru, Multimedia Producer Greater Rochester Macromedia User Grou

RE: database lingo vs. xtra

2004-06-09 Thread Patrick Mockle
Hello Stephen and Frank, Just a little rectification about your doubts that V12-DBE could support images in data container. INM V12-DBE product can, indeed, contain any type of media that can be stored in a Director Cast Member, up to a 1mb limit. Stephen, here's a link to a samples from of our

Re: pass with prepareMovie not possible?

2004-06-09 Thread Jakob Hede Madsen
At 10:07 +0200 09/06/04, Roland Schroth wrote: In a movie script I have a prepareMovie and a startMovie procedure to initialize some settings. As I want my other movie scripts to still execute their own code for these messages, I thought that putting a pass at the end of each of these procedures

RE: pass with prepareMovie not possible?

2004-06-09 Thread Pedja Guzvica
I am sure you can't have multiple prepareMovie and startMovie... Actualy Director will execute only the first global handler (handler in a movie script) that it finds. I makes sense...if you have two handlers with the same name doing diferent things how will you call a specific one? Don't mix the

RE: [x-post] A Common Question - Director & XML/Web Services

2004-06-09 Thread Alexandre Cop
Hi everybody, First of all thanks to everyone for replying to my email - this is the first stepping stone for a big overhaul of all our products, and there's a lot for me to take in! Second of all, apologies for not replying to your emails, as per usual something urgent cropped up so I'm off rese

pass with prepareMovie not possible?

2004-06-09 Thread Roland Schroth
I have the following problem: In a movie script I have a prepareMovie and a startMovie procedure to initialize some settings. As I want my other movie scripts to still execute their own code for these messages, I thought that putting a pass at the end of each of these procedures should enable th