RE: JavaScript call

2001-01-24 Thread Kerry Thompson
>You can use a js function, as per usual just include the js into the html >page using > > Oh, of course--I was trying to get the src attribute into Director. Doh! Thanks :-) Cordially, Kerry Thompson Learning Network [To remove yourself from this list, or to change to digest mode, go to ht

character editor

2001-01-24 Thread JUAN COLON
hi folks, everyone is familiar with THE SIMS. is there a software out there that you can make your own characters put your own face but still looking like the sims. (you can pose them and put props). sorry thats of topic but i need to know JUAN-NYC

Re: job posting--Lingo programmer for Los Angeles company

2001-01-24 Thread PamRecruit
A job in West Los Angeles CA: A Lingo developer is needed for a developer of commercial animation software. Duration: 3 months. You must have the right to work in the U.S. Looking for an animation software developer well versed in Macromedia's Lingo programming language for a software deve

RE: JavaScript call

2001-01-24 Thread Mark R. Jonkman
Hi Kerry You can use a js function, as per usual just include the js into the html page using or something like that. You can call the js function as per normal from Director, there is no difference in handling whether it is in a js file attached via SRC Sincerely Mark -

RE: JavaScript call

2001-01-24 Thread Kerry Thompson
>Example: > > > > >

RE: mui xtra shockwave safe?

2001-01-24 Thread Mark R. Jonkman
It definitely is not shockwave safe Sincerely Mark Mark R. Jonkman Mark R. Jonkman Consulting ADDRESS: 20 Windermere Crt., Guelph, ON, CANADA N1E 3L4 PHONE: 519-837-8509 EMAIL: [EMAIL PROTECTED] > -

RE: JavaScript call

2001-01-24 Thread Mark R. Jonkman
Hi Kerry Example: function openBrowserWindow(url,name,params){ window.open(url,name,params); } object.. embed.. Then within director: on mouseUp me goToNetPage("Javascript:openBrowserWindow('someWindow.htm','swWindow','toolb ar=0,location=0,dire

Re: JavaScript call

2001-01-24 Thread Robert Koberg
It can live anywhere on the html page between script tags (browser default the script language to JS). But it is best to keep it in the head if possible. So it would look like: myJSfunction() { } the shockwave movie that calls myJSfunction() - Original Message --

JavaScript call

2001-01-24 Thread Kerry Thompson
This is really basic, but I'm just learning JavaScript... I have a custom JavaScript function we've written, and I need to call it with goToNetPage. The question is this: where does that JavaScript function need to live for Director to find it? I can't use the HTML src attribute, I don't think

RE: Re: Static Variables

2001-01-24 Thread Patrick Griffiths
> > I do mind having my contributions called "goofiness" as I think you > would, so lets keep a polite tone, OK? > Touchy, touchy. It is goofy... lingo I mean. That doesn't mean your workaround isn't clever. [To remove yourself from this list, or to change to digest mode, go to http://www.penwo

Re: Checking for Media Player Version

2001-01-24 Thread Boaz Berda
With DirectOS Xtra you can find it by using the following syntax: dosgetfileversion(dosFindApp("wm")) Hope that helped. Scott Sidman wrote: > > Hi all, > > I know how to check for the Quicktime version on a machine, but, what is > the command for checking if Media Player is installed

Re: Re: GoToNetPage and Window size

2001-01-24 Thread Kerry Thompson
>LOL. Clients are always the best designers. You may take you tongue out of your cheek now ;-) >Can you embed that in Blackboard >or WebCT, please? Or perhaps do it in Flash? We tried Flash for playback, but there are some bugs in mp3 audio playback. Another engineer who knows Flash far bette

Re: Re: GoToNetPage and Window size

2001-01-24 Thread Kurt Griffin
> No, it's for a new page the customer wants--they want to click on a record > button and have the recorder window pop up. It's kind of a funky > design--there are some pages with like 15 record buttons--one for each > word. I thought it would be better just to embed the Shockwave recorder at > th

Re: Re: Re: unprotecting file

2001-01-24 Thread Kurt Griffin
> I'm sure that Tab didn't mean technically "No", he just meant no to > types like Juan, who doesn't present a valid coverstory for their > need to open a protected file. In those cases it is apparently > considered consensus that we pretend that the protection scheme > actually work. > I don't ag

Re: Cue point

2001-01-24 Thread Tom Jacobs
Jonathan, I don't know if this will help, but I use an 'on cuePassed' handler for detecting cue points: on exitFrame go the frame end on cuePassed me, channelID, cuePointNumber, cuePointName if cuePointName = "myCuePointName" then --whatever you want to do end if end Of course, y

RE: Re: Static Variables

2001-01-24 Thread Jakob Hede Madsen
At 16:25 -0500 01_01_24, Patrick Griffiths wrote: >Close enough I guess, but not the same. By using the goofiness below the >property can be accessed through the me instance of the script and through >the script. That would be like accessing a static through this and through >scope resolution. IMH

RE: Re: Static Variables

2001-01-24 Thread Watson, Christopher
So, the upshot is: no class variabes. That sucks. But whatever... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Christopher Watson Sr. Software Engineer Lightspan, Inc. http://www.lightspan.com/ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -Original Message

Checking for Media Player Version

2001-01-24 Thread Scott Sidman
Hi all, I know how to check for the Quicktime version on a machine, but, what is the command for checking if Media Player is installed and is at least version 7.0 on a PC? I'm using Dir 8.0. Thanks Scott Sidman Mindsight [EMAIL PROTECTED] If it's true that we are here to help others, then wh

RE: Re: Static Variables

2001-01-24 Thread Patrick Griffiths
Close enough I guess, but not the same. By using the goofiness below the property can be accessed through the me instance of the script and through the script. That would be like accessing a static through this and through scope resolution. IMHO that doesn't make much sense, but whatever... Patr

MP3 anomaly: file size?

2001-01-24 Thread Kerry Thompson
I've got a bit of an anomaly with some MP3 files. D8, Win 98 and Mac OS 9. I'm importing 13 of them into cast members. All of them play fine in the Windows Media Player and QuickTime Player (Mac and PC). There are 4 of them that Director tells me it is "having trouble importing." All the files

Re: mui xtra shockwave safe?

2001-01-24 Thread Ryan Smith
I just did a little test and the mui xtra does not seem to be shockwave safe. That is, I could not get it to work in Shockwave. The download if needed option was not available. I think this is the test of whether or not an xtra is Shockwave safe or not. Ryan [To remove yourself from this list,

Re: mui xtra shockwave safe?

2001-01-24 Thread Ryan Smith
Did you try it? >...well, is it? [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 helping with programming Lingo.

Re: mui xtra shockwave safe?

2001-01-24 Thread grimmwerks
Er.no, not yet. >Did you try it? [http://www.grimmWERKS.com ]-- [ graphic design -|- sound design -|- shockwave -|- lingo -|- cdrom ] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LU

Re: proposal: lingo and bbedit/syntax coloring

2001-01-24 Thread grimmwerks
Because I'm a Mac user? >Why not try Ultraedit, and then downloading their Wordfile for lingo to >do the Syntax highlighting: > >http://www.ultraedit.com/downloads/index.html >http://www.ultraedit.com/downloads/additional.html > >ps. You can download Wordfiles for almost any programming languag

mui xtra shockwave safe?

2001-01-24 Thread grimmwerks
...well, is it? [http://www.grimmWERKS.com ]-- [ graphic design -|- sound design -|- shockwave -|- lingo -|- 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

Re: proposal: lingo and bbedit/syntax coloring

2001-01-24 Thread Mark A. Boyd
At 08:38 1/24/2001, Wille Frankenhaeuser wrote: >Why not try Ultraedit, and then downloading their Wordfile for lingo to >do the Syntax highlighting: > >http://www.ultraedit.com/downloads/index.html >http://www.ultraedit.com/downloads/additional.html I suspect it's because UltraEdit is not avail

Re: proposal: lingo and bbedit/syntax coloring

2001-01-24 Thread grimmwerks
Well, I downloaded the sdk. Started learning a little C++ (come on man, you can get it!) and might take a look at it to see how tough it's going to be. Would be interested, and given the dreamweaver/bbedit thang, maybe a director/bbedit thing wouldn't be so tough... [

Re: proposal: lingo and bbedit/syntax coloring

2001-01-24 Thread Lists
Oh how I wish this would happen. BBEdit is one of my favorite programs. I don't know C/C++ but if there is any grunt work I could do (helping to define the Lingo library using provided syntax?), let me know. [To remove yourself from this list, or to change to digest mode, go to http://www.penwo

usb communication

2001-01-24 Thread grimmwerks
sayis there any way to control devices (if they can be) via usb rather than serial? any xtra? [http://www.grimmWERKS.com ]-- [ graphic design -|- sound design -|- shockwave -|- lingo -|- cdrom ] [To remove yourself from this list,

Re: proposal: lingo and bbedit/syntax coloring

2001-01-24 Thread Wille Frankenhaeuser
> ...but of course I miss the lingo syntax coloring. Hey! Why not try Ultraedit, and then downloading their Wordfile for lingo to do the Syntax highlighting: http://www.ultraedit.com/downloads/index.html http://www.ultraedit.com/downloads/additional.html ps. You can download Wordfiles for almo

Re: Directions to Flash Lis

2001-01-24 Thread Giles
on 24/1/01 2:38 pm, Dion Nicholas at [EMAIL PROTECTED] wrote: > At 14:30 24/01/01 +, you wrote: >> on 24/1/01 2:09 PM, Dion Nicholas at [EMAIL PROTECTED] wrote: >> >>> Would someone please give me directions to a popular *flash-list*? >>> >>> TIA. >>> >> >> >> why TIA why ? > > why TIA

Re: proposal: lingo and bbedit/syntax coloring

2001-01-24 Thread Pranav Negandhi
I doin fact, a while back I also wrote a very amateurish software in VB to do thatif someone's got a professional solution, I'd be glad to lend some support. As D8 now can utilize external linked script files, I've experimented with using BBedit as the script editor (since it's got gre

Re: Lingo-L Digest V1 #1797

2001-01-24 Thread Brad Hile
I have used similiar to this successfully before on prepareMovie set gMybrowser=baFindApp("htm") end on mouseUp if gMybrowser="" then call an MUI and use set ok = baShell( "open",The moviePath & "InstallFile","", "", "normal" ) to install else myfiletoOpen=the moviepath&

proposal: lingo and bbedit/syntax coloring

2001-01-24 Thread grimmwerks
Hey all. As D8 now can utilize external linked script files, I've experimented with using BBedit as the script editor (since it's got great grep functionality)...but of course I miss the lingo syntax coloring. Contacting Bare Bones about this got me this link about creating language modules

Re: Directions to Flash Lis

2001-01-24 Thread Tab Julius
'TIA' means "Thanks in advance" At 02:30 PM 1/24/01 +, Giles wrote: >on 24/1/01 2:09 PM, Dion Nicholas at [EMAIL PROTECTED] wrote: > > > Would someone please give me directions to a popular *flash-list*? > > > > TIA. > > > > >why TIA why ? > > >[To remove yourself from this list, or to chang

RE: Directions to Flash Lis

2001-01-24 Thread Boerner, Brian J
http://chattyfig.figleaf.com/ [flashcoders] -Original Message- From: Dion Nicholas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 9:38 AM To: [EMAIL PROTECTED] Subject: Re: Directions to Flash Lis At 14:30 24/01/01 +, you wrote: >on 24/1/01 2:09 PM, Dion Nicholas at

Re: Directions to Flash Lis

2001-01-24 Thread Dion Nicholas
At 14:30 24/01/01 +, you wrote: >on 24/1/01 2:09 PM, Dion Nicholas at [EMAIL PROTECTED] wrote: > > > Would someone please give me directions to a popular *flash-list*? > > > > TIA. > > > > >why TIA why ? why TIA why what? [To remove yourself from this list, or to change to digest mode, go t

Re: Directions to Flash Lis

2001-01-24 Thread Giles
on 24/1/01 2:09 PM, Dion Nicholas at [EMAIL PROTECTED] wrote: > Would someone please give me directions to a popular *flash-list*? > > TIA. > why TIA why ? [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

RE: Directions to Flash Lis

2001-01-24 Thread Tim Symons
Another list is the Flash-Pro list. http://muinar.com/flashpro/ Timothy R. Symons Multimedia Programming Specialist Curtis, Inc. > -Original Message- > From: Dion Nicholas [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 24, 2001 9:09 AM > To: Lingo-L > Subject: Directions to

RE: Directions to Flash Lis

2001-01-24 Thread Dominique Callewaert
hi, [EMAIL PROTECTED] To search the archive, unsubscribe, or change your subscription options, go to: http://chattyfig.figleaf.com/ enjoy... dominique >Would someone please give me directions to a popular *flash-list*? [To remove yourself from this list, or to change to digest mode, go to

Directions to Flash Lis

2001-01-24 Thread Dion Nicholas
Would someone please give me directions to a popular *flash-list*? TIA. [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 learn

Re: Re: unprotecting file

2001-01-24 Thread Tab Julius
There are ways to get at the score. However, all Lingo is stripped. If you have behaviors and whatnot, you won't be able to view them. So, yes, although you can get at some of the media and the score, the brains are gone, and at any rate, you can't "open" it in Director like a regular .DIR.

Re: GoToNetPage and Window size

2001-01-24 Thread Robert Koberg
I think the second way Mark mentions is the best way to go actually. I have had problems (with Netscape) in the past when calling window.open directly. It works fine for testing. It seems to work better when placed in a function and called from there, for example: in the html :