Re: ATTN : All Interactive CD Authorers

2002-07-25 Thread John At Home

on 7/25/02 7:55 AM, Geoffrey B. Holland at [EMAIL PROTECTED] wrote:

> What calliber of system do you test on as a baseline to assure proper
> performance on Joe Blow's computer in the general public.
> 
> Three main concerns are : Processor speed and RAM
> 
> Thanks in advance for your feedback,

On several commercially released CD's I've done the clients request was to
support:

€ IBM-compatible PC
€ Intel Pentium II
   233 MHz
€ Win95 or higher
€ 32 MB RAM
€ 12x CD-ROM
€ Windows compatible sound card
   16-bit color monitor capable of
   800x600 resolution

This seems to be the average system minimums that I run across on most large
projects that go to a widespread audience.


Have a good one,
John


===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



OT Looking for a different listserv

2002-07-01 Thread John At Home

Hi gang,

Does anyone know a listserv and how I can sign up for it that pertains to:

JavaScript

and one for

html coding


I'd really appreciate the help. I'm a little OUT of my realm on this one. :)


Thanks in advance for any help,
John

===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: Database query

2002-05-28 Thread John At Home

on 5/28/02 9:29 PM, Steve Zografakis at [EMAIL PROTECTED] wrote:

> Hey John,
> 
> In my opinion, go with V12.
> It is very simple to use, fully cross-platform and no installation

Thanks. I've used V-12 many times before and like it alot. This project is
already created and it uses EasyDatabase, which is also an Xtra. I'm
unfamiliar with its 50 some functions, so I'm trying to decide if its cost
effective to learn EB or rip out all the dB code and install V-12. It would
be like redoing the program and I think it would be cost prohibitive for the
client. 

So I'm trying to see if anyone has any words of advice on EB.

Thanks for your help though,  I really appreciate it.

Have a good one,
John

===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Database query

2002-05-28 Thread John At Home

Anyone ever use EasyDatabase?

Is it any good?

Should I get rid of it and use V-12?

Any and ALL comments would be appreciated it. I have to decide if I want to
take on a complex job using it or replace it.


Thanks in advance,
John


===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: pdf xtra

2002-04-24 Thread John At Home

on 4/24/02 7:08 AM, limiar40 b at [EMAIL PROTECTED] wrote:

> hi ppl
> 
> how can i detect if the acrobat reader is installed on the user machine?
> 
> tkx
> Limiar

The PDF Xtra lets you check for both:

Full blown Acrobat = isAcroBatPresent("acrobat")

or

Just the Acrobat Reader = isAcroBatPresent("reader")

These return TRUE or FALSE.

L8R,
JRS

===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: embedding fonts

2002-03-28 Thread John At Home

on 3/28/02 12:18 PM, Mattie Wells at [EMAIL PROTECTED] wrote:

> Hello again,:-)
> Im having proplems embedding fonts and getting them to work .

I've had problems with embedded fonts when they where NOT in the internal
cast. I insert the desired font into the internal cast and get the usual
(i.e. Arial *), then apply that font to my text casts and problem gone. (At
least that's solved it before. :)

Good luck,
JRS


===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: memory leaks

2002-02-18 Thread John At Home

on 2/18/02 8:29 AM, Carol Mahaffy at [EMAIL PROTECTED] wrote:

> hey list -- 
> i have a cd that was created about 2 months ago that i need to help the
> performance. The problem is that after you continously play the cd it sucks
> up your system memory.

If you are using a lot of audio files, this can cause problems. They do not
unload from memory on their own, in fact in many cases if you issue a unload
command you will see that they are STILL in memory. I usually keep track of
the names of the audio files that I execute/puppet and when I'm done with
them, I explicitly do a unLoadMember "myaudiofilename". This is one of the
biggest culprits of memory problems I've found.

Good luck,
JRS


===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: QTVR - static vs. motion (One more time )

2002-02-01 Thread John At Home

on 2/1/02 1:19 PM, Howdy-Tzi at [EMAIL PROTECTED] wrote:

> Sort of like a built-in default QTVR motion to get
> the user's interest? What happens when you load it in the QuickTime
> player?

Well what do you know!!!

The same DAMN thing. :(

I guess I'll have to talk to the people who created the QTVRs.

Just in case they don't know what they did, I hope someone knows a way to
override that rotation.

Thanx and this time I only got ONE post. :)

JRS


===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: QTVR - static vs. motion (One more time )

2002-02-01 Thread John At Home

on 2/1/02 12:11 PM, Ron Woodland at [EMAIL PROTECTED] wrote:

> The only way a QTVR will rotate on it's own is if a behavior is
> attached that causes that rotation...or the object is being acted upon
> by another behavior on another object.  Do you possibly have that situation?

I created a BRAND NEW movie. Linked to the QTVR, layed it on the stage with
ONLY a go to the frame script in the frame.

Ran the movie and when I enter that frame the QTVR is rotating. I click on
the QTVR, it stops and works correctly from then on.

?

That's why I stumped. I can't seem to enter the frame with the QTVR stopped
no matter what I do. :(


L8R,
JRS


===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



QTVR - static vs. motion (One more time )

2002-02-01 Thread John At Home

I didn't see this come up on the list when I posted it, so I'm trying it one
more time.

I hope someone has an idea.

===

Well I can't seem to find the solution to this one.

I enter a frame and sit there with a QTVR castmember present. As I enter the
frame the image is already rotating. As soon as I click on the QTVR it stops
rotating and functions like a QTVR should.

My question is, I can't seem how to enter the frame with the QTVR stopped. I
don't want it to move until the user clicks on it. I've gone through all the
commands associated with QTVR sprites, but no luck.

I want something like sprite(mySprite).movierate = 0 or to that equivalent.
Nothing in the properties will let me set it to stopped or paused, as far as
I can see.

I guess I'm looking in the wrong place or approaching this incorrectly. :(

Any suggestions, before I put a thumbtack in the screen to stop the
rotation.  (kidding of course ...  I'm NOT that crazy, YET!! ;)

Thanx in advance,
JRS


===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



QTVR - static vs. motion

2002-01-30 Thread John At Home

Well I can't seem to find the solution to this one.

I enter a frame and sit there with a QTVR castmember present. As I enter the
frame the image is already rotating. As soon as I click on the QTVR it stops
rotating and functions like a QTVR should.

My question is, I can't seem how to enter the frame with the QTVR stopped. I
don't want it to move until the user clicks on it. I've gone through all the
commands associated with QTVR sprites, but no luck.

I want something like sprite(mySprite).movierate = 0 or to that equivalent.
Nothing in the properties will let me set it to stopped or paused, as far as
I can see.

I guess I'm looking in the wrong place or approaching this incorrectly. :(

Any suggestions, before I put a thumbtack in the screen to stop the
rotation.  (kidding of course ...  I'm NOT that crazy, YET!! ;)

Thanx in advance,
JRS


===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: Time Machine

2002-01-30 Thread John At Home

on 1/30/02 12:52 PM, Tab Julius at [EMAIL PROTECTED] wrote:

> How's that for efficiency?


FanTABulous ! ;)

JRS

 
===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: Imaging Lingo

2002-01-30 Thread John At Home

on 1/30/02 10:35 AM, Jean Legault at [EMAIL PROTECTED] wrote:

> Can anybody recommend a good book or websites that talk about imaging
> lingo - thanks.
> 
> jean

www.setpixel.com

A great site with examples, demos and code. :)



L8R,
JRS

 
===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: AW: Quicktime ? Best compression program

2002-01-25 Thread John At Home

on 1/25/02 2:51 PM, Michael von Aichberger at [EMAIL PROTECTED] wrote:

> As soon as you scale it, you have nasty horizontal stripes, - looks similar
> to combining two half frames of video into one still frame. And this doesn't
> look great at all. The effect is clearly visible even if the footage was
> taken in full frames.

I quite often create 320x240 videos at a good/solid transfer rate, then
scale it full frame and if you start with good quality video, its gorgeous.

NO complaints to date.

L8R,
JRS


===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: Quicktime ? Best compression program

2002-01-25 Thread John At Home

on 1/25/02 3:12 PM, Matie Wells at [EMAIL PROTECTED] wrote:

> And if so whats the best program that some of you have used?
> Thanks for your help,
> Matie Wells

I've had great results with Media Cleaner Pro from Terran. And Sorenson is
the best codec I've used.

Hope this helps,
JRS

  
===
John R. Sweeney Jr.([EMAIL PROTECTED])
Interactive Multimedia Developer/
Digital Media Specialist

OnDemand - Interactive, Inc.
847.651.4469 (cell)  847.310.5959 (office/fax)
=== 

[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 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]