Classic Mac and xtras

2003-12-17 Thread grimmwerks
I've been trying to build a classic projector from MX with the Budapi xtra embedded; I've got the xtra in the classic mac xtras folder, but no matter what, I keep getting a 'problem writing Budapi Xtra' alert What the? [To remove yourself from this list, or to change to digest mode, go to

pdf via activeX

2003-12-17 Thread Luiz Gustavo Castelan PĆ³voas
I have a pdf displayed in a projector using activeX control. it is working fine. I want the pdf window to be set by default just with the acrobat's 'basic tools', is it possible to 'hide' the other commands with the acviveX control that we have in director? Can I turn off that side buttons that sh

Re: searching text inside an swf within director

2003-12-17 Thread Mathew Ray
biju george wrote: Hi, I have an swf file with 11,758 frames. Its actually an e-book. I want to add a search facility in director in the form of a full text search like the one in google etc. Such that the use can key in any word and see the pages containg that word in a scroll box. Once a highlig

Re: Classic Mac and xtras

2003-12-17 Thread Warren Ockrassa
On Dec 17, 2003, at 1:25 AM, grimmwerks wrote: I've been trying to build a classic projector from MX with the Budapi xtra embedded; I've got the xtra in the classic mac xtras folder, but no matter what, I keep getting a 'problem writing Budapi Xtra' alert Are you sure it's the Classic ve

Re: Classic Mac and xtras

2003-12-17 Thread Jeremy Aker
Are both the Classic and OS X versions of the Xtra named the same and in folders with the same name? -Jeremy Aker On Dec 17, 2003, at 2:25 AM, grimmwerks wrote: I've been trying to build a classic projector from MX with the Budapi xtra embedded; I've got the xtra in the classic mac xtras folde

Re: Classic Mac and xtras

2003-12-17 Thread grimmwerks
On 12/17/03 9:53 AM, "Warren Ockrassa" <[EMAIL PROTECTED]> spewed forth: > Are you sure it's the Classic version of the Xtra? It can be rather > hard to tell... Sure was. Classic folder. Also attempted the 1.2 from mac9. [To remove yourself from this list, or to change to digest mode, go to htt

Re: searching text inside an swf within director

2003-12-17 Thread Valentin Schmidt
in case you don't want to use an xtra like v12, you could also try a lingo based database and TextCruncher xtra for fast searching. valentin biju george wrote: > Hi, > > I have an swf file with 11,758 frames. Its actually an > e-book. I want to add a search facility in director in > the form of a

Flash not asynchronous within Director?

2003-12-17 Thread Mendelsohn, Michael
Hi all... I'm observing the following Director/Flash "asynchronous-ness": * Flash sprite arrives on the stage * At beginning of Flash sprite, in its root timeline, the following two lines of AS execute: getURL("event: getCurrentSection"); trace(gControls.pProps.pPreviouslyHighlighted); * The AS

Re: Flash not asynchronous within Director?

2003-12-17 Thread Troy Rollins
On Wednesday, December 17, 2003, at 12:26 PM, Mendelsohn, Michael wrote: Anyone experience something like this? Flash has no means to know what the getURL Lingo call was supposed to do. No, it will not wait for Director to respond to it before moving to the next line. Why would it? -- Troy RP

Math help needed - trig

2003-12-17 Thread Irv Kalb
[Apologies in advance for a cross post. I posted this to another list, but that list seems to be down right now.] I don't want to say how many years its been since I actually studied and used trig and angular measurements, but suffice it to say that there are only fuzzy memories left. Here's

Re: Math help needed - trig

2003-12-17 Thread lingorob
This is what I've been using to get a relative point offset. If anyone sees a problem or could point out a better solution, please let me know! on getPoint anAngle, aDistance radAngle = anAngle * (pi/180) theX = aDistance * cos(radAngle) theY = aDistance * sin(radAngle) return p

RE: Flash not asynchronous within Director?

2003-12-17 Thread Mendelsohn, Michael
Thanks, Troy. > Why would it? I just thought it would work like stepping into a script, but apparently not. ;-) - Michael M. [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]

Re: Flash not asynchronous within Director?

2003-12-17 Thread Troy Rollins
On Wednesday, December 17, 2003, at 01:05 PM, Mendelsohn, Michael wrote: Why would it? I just thought it would work like stepping into a script, but apparently not. ;-) No, as you've found, it won't really do that in this case. The GetURL could make a call that literally send Director off d

Re: Classic Mac and xtras

2003-12-17 Thread Gretchen Macdowall
> I've been trying to build a classic projector from MX with the Budapi > xtra > embedded; I've got the xtra in the classic mac xtras folder, but no > matter > what, I keep getting a 'problem writing Budapi Xtra' alert Make sure it's named the same as the OSX version. http://www.updates

Re: Classic Mac and xtras

2003-12-17 Thread Warren Ockrassa
On Dec 17, 2003, at 10:31 AM, grimmwerks wrote: On 12/17/03 9:53 AM, "Warren Ockrassa" <[EMAIL PROTECTED]> spewed forth: Are you sure it's the Classic version of the Xtra? It can be rather hard to tell... Sure was. Classic folder. Also attempted the 1.2 from mac9. Similar question surfaced on Di

Re: searching text inside an swf within director

2003-12-17 Thread biju george
Hi Mathew, Your suggestions are most welcome. I had figure out one solution for it using v12 dbe and its quite satisfactory. Thanks for Help. Biju. __ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ [To remove yourself fr