Sound files stutter on Win NT.

2002-07-10 Thread Sandeep Khomne
Dear All, I have another cross platform issue related to Director, this time with Windows NT. I am playing external wave and aif sound files using the command "sound playfile". The wave files have markers present in it using soundforge XP. The sound files play well on all other configurations

Shortcut on win 95.

2002-07-10 Thread Sandeep Khomne
Dear All, I am facing one problem with regards creating a shortcut on win 95 machine. I am using the following commands to add group & icon in the start menu program: y=baSysFolder() baCreateFolder() set shortCut = baMakeShortcutEx() I have checked this at our end on windows 95, and it works

RE: Font color/size issue on mac.

2002-07-04 Thread Sandeep Khomne
PM To: [EMAIL PROTECTED] Subject: Re: Font color/size issue on mac. At 20:49 +0530 07/03/2002, Sandeep Khomne wrote: >I have tried using embedded fonts [Arial] still the problem persist. The >problem seems that the same sentence using the same font occupies different >space [in terms

Font color/size issue on mac.

2002-07-03 Thread Sandeep Khomne
Dear All, I am facing the following font problem on mac: I have a text area which is filled with text at runtime. On clicking one button, the text in the text box highlights [with different color] sentence after sentence. There are few bolded words in the text too. It works fine on windows. But

CD Image and Win 95.

2002-06-27 Thread Sandeep Khomne
Hello all, I need to create a hybrid CD for one of my projects made in Director 8.0. I am using "CDEverywhere" software to create the CD image. I wish to give the CD image a name 24 characters wide. However, when I burn the image it truncates the name to 16 characters. Further on Windows 95 mach

RE: Text box with scroll.

2002-06-05 Thread Sandeep Khomne
Thanx for the info Pranav.. i'll check out the xtra ~ Sandy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, June 05, 2002 5:51 PM To: [EMAIL PROTECTED] Subject: Re: Text box with scroll. Short of whipping your own

Text box with scroll.

2002-06-05 Thread Sandeep Khomne
Hi All, I have a small question regarding text box with scroll in Director. I have a text box [text area] sprite on the stage with scroll box. I am bringing some other flash sprite over the stage at runtime. However the scrollbar seems to persist over the new screen. Why does this happen? any i

Playing .wav files?

2002-05-29 Thread Sandeep Khomne
Hi All, I have one small query. I need to play external .wav files thro director. Currently I am using the following command: sound playFile 1, fileName [I tried using other channels as well] The wave files have markers placed on it. When I play the director movie, all the sounds play well, but

RE: Open/display a word doc thro director.

2002-04-24 Thread Sandeep Khomne
Thank you all for your prompt replies... I'll check up the FileXtra3 xtra... meanwhile, the prob with using Microsoft's Word Document Viewer is that it is not available for mac version...or is it? ~ sandy -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behal

Open/display a word doc thro director.

2002-04-24 Thread Sandeep Khomne
Hello All, Sorry if this question may sound very basic or has been addressed 100's of times. How do I open a word document thro director on both PC and Mac? Ans - by open command. But the application [MS office PC/Mac version]needs to be present on the client machine. But what if I dont know t

Implementing multi-Language in Director.

2002-02-25 Thread Sandeep Khomne
Hello All, I would like to load text from external text files into Director [shockwave] at runtime. This is fine, but the problem is that the text can be in different languages like Spanish, German, Japenese etc. Further the language could be Eastern [double-byte] or western [single-byte]. I wo

RE: re: sprite loc

2002-02-14 Thread Sandeep Khomne
Hello, cant really understand what u wish to do? from the statement: sprite(setMyLoc).loc = sprite(setToLoc).loc where, setMyLoc - sprite number of the sprite whose loc u want to set. setToLoc - sprite number of the sprite to which u want to set. HTH, ~ Sandy. -Original Message-

RE: Re: how i can get more text field in my software

2002-02-11 Thread Sandeep Khomne
do the following change in the code and it will work- in the handler "on TestForOpenChannel me" for checking the blank channel, instead of checking with "0" check with member(0,0) instead. << if sprite(nOpenSprite).member = member(0,0) then >> HTH ~ Sandy. -Original Message- Fro

RE: Using getAt/getOne to get value inside of an internal list inside of a list..

2002-02-06 Thread Sandeep Khomne
Hello, sure u can! e.g. lNames = [[#name:"Bob"], [#name:"Heather"]] put lNames[1].getProp(#name) -- "Bob" put lNames[2].getProp(#name) -- "Heather" HTH, ~ Sandy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill Numerick Sent: Wednesday, Feb

RE: what is lingo for bring to front

2002-02-06 Thread Sandeep Khomne
check out the locZ property. e.g. sprite(1).locZ = 1001 ~ Sandy. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Thomas Williams Sent: Wednesday, February 06, 2002 5:53 PM To: [EMAIL PROTECTED] Subject: what is lingo for bring to front How does one

RE: Resetting behaviour parameters

2002-01-24 Thread Sandeep Khomne
The answer to both your problems is same... Yes, you can change the initial values assigned. You can view those values and change them through the "Behaviour Inspector" window [ctrl + Alt + ;]. And since you can see the initial values that are set, you need not remember them. Click on the sprite